-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/d-oit/d-oit.github.io
- Loading branch information
Showing
46 changed files
with
420 additions
and
701 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"github":{"d-oit.github.io":{"doitblog":{"static":{"img":{"logo":{}}},"assets":{"img":{"logo":{}}}}}}} | ||
{"github":{"d-oit.github.io":{"doitblog":{"static":{"img":{"logo":{}}},"assets":{"img":{"logo":{},"blog":{}}}}}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: | ||
description: | ||
date: 2024-05-17T10:54:33.643Z | ||
tags: [".NET","Software Development"] | ||
thumbnail: | ||
url: img/blog/File.jpg | ||
origin: Copilot Designer | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,8 @@ | |
"mobiledevices" | ||
], | ||
"cSpell.words": [ | ||
"mobiledevices" | ||
"lastig", | ||
"mobiledevices", | ||
"sprachigen" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
enabled = false | ||
sort = "weight" | ||
reverse = false | ||
webshare = true | ||
|
||
|
||
[sections] | ||
[sections.blog] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 60 additions & 0 deletions
60
content/de/blog/2024-05-23-website-mit-hugo-hinode-theme-erstellen.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
title: Statische Website erstellen | ||
description: Website mit Hugo Hinode Theme erstellen | ||
slug: statische-website-erstellen | ||
date: 2024-05-23T14:21:58.426Z | ||
draft: true | ||
tags: | ||
- Hugo | ||
- Website | ||
- Hinode | ||
thumbnail: | ||
url: /img/blog/VisualStudioCodeWorkspace.png | ||
author: | ||
authorURL: | ||
origin: Mark Dumay | ||
originURL: https://gethinode.com/docs/about/credits/?menu=about | ||
keywords: | ||
- website | ||
--- | ||
|
||
## Blog Wiederbelebung | ||
|
||
Den bisherigen Blog habe ich seit ein paar Jahren vernachlässigt. Aktuell ist es wieder an der Zeit diesem neues Leben einzuverleiben. | ||
|
||
Das ist mein Setup zum Schreiben. Wichtig war mir die offline Funktionalität, Mehrsprachigkeit, einfache Verwendung von github pages mit actions Funktionen. | ||
Und vor allem Performance :performing_arts: | ||
|
||
Der Blog wird im english sprachigen Teil eher Entwickler/Technik lastig. Das Setup ist durch meinen Hintergrund im IT Bereich zu Stande gekommen. | ||
|
||
### Hugo | ||
|
||
Grundlage vom *Hinode* Theme ist **Hugo**. Eines der am weitesten verbreitetsten Generatoren von statischen Website. Lokal wird dabei mit einem Editor der Inhalt erstellt. Hugo als Generator erzeugt daraufhin html Dateien welche der Browser anzeigt. | ||
|
||
Infos zu Hugo hier zu finden: https://gohugo.io/ oder https://de.wikipedia.org/wiki/Hugo_(Software) | ||
|
||
## Lokale Installation | ||
|
||
Los geht es mit der lokalen Installation. In der Beschreibung wird Windows verwendet, unterstützt werden natürlich auch andere Umgebungen. | ||
|
||
Vorgehensweise ist in der Dokumentation des **Hinode Hugo Theme** ausführlich beschrieben: https://gethinode.com/docs/getting-started/introduction/ | ||
|
||
1. Hugo Installation >> https://gohugo.io/getting-started/quick-start/#prerequisites | ||
2. Git als Versionsverwaltung >> https://git-scm.com/downloads (Dateien werden auf github oder gitlab hochgeladen und als pages / website angezeigt) | ||
3. Visual Studio Code >> https://code.visualstudio.com/Download | ||
4. Visual Studio Code Erweiterungen | ||
- Front Matter CMS | ||
- German - Code Spell Checker | ||
- Font Awesome Auto-complete & Preview | ||
Aktueller Stand als PowerShell Installation Gist >> https://gist.github.com/d-oit/d3496a25f7de86f4c45d339a31040405 | ||
Ermittlung | ||
|
||
*Voraussetzung*: Command Line Interface (CLI) >> https://code.visualstudio.com/docs/editor/command-line | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
content/en/blog/2024-05-24-my-productivity-apps--tools-list-in-2024.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: My productivity apps / tools list in 2024 | ||
description: "Here are my current productivity apps list to get more done." | ||
slug: "productivity-apps-tools-list-2024" | ||
date: 2024-05-24T13:38:36.132Z | ||
preview: "" | ||
draft: true | ||
tags: [] | ||
categories: [] | ||
type: default | ||
--- | ||
|
||
## Windows apps / tools | ||
|
||
- [Visual Studio Code](https://code.visualstudio.com) | ||
- [PNG to SVG](https://www.microsoft.com/store/productId/9PFK7JFT951V?ocid=pdpshare) | ||
- KeePass | ||
- draw.io >> https://app.diagrams.net | ||
- Audacity | ||
- MultiCommander (Windows Explorer alternative zum Kopieren zwischen Laufwerken) | ||
- WhatsApp for Windows (Zwangsweise für private Nachrichten) | ||
- Paint.Net | ||
- Wiso Steuer / Tax (deutsche Steuererklärung) | ||
- TPFan (für Lenovo Notebooks Lüftersteuerung) | ||
|
||
## Web | ||
|
||
- **Canva** ist ein kostenloses Online-Tool für Grafikdesign | ||
- **Github** (Softwareentwicklung und Versionsverwaltung) | ||
- **GoFullPage** (Screenshot einer kompletten Website) | ||
- | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.