diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..2212f0a --- /dev/null +++ b/content/about.md @@ -0,0 +1,13 @@ +--- +date: '2026-07-31T19:16:38+02:00' +draft: false +title: 'About' +url: /about/ +comments: false +--- +## Moin, +Ich bin Michael, Elektroingenieur, Fotograf, Musiker und ich schreibe gern. Neben der Musik und der Fotografie interessiere ich mich für Open Source Anwedungen, Open Data, Nachhaltigkeit, Tier- und Menschenrechte. + +...ach ja und Katzen 😸 + +Auf diesem Blog schreibe ich was ich so mache, was ich so erlebt habe oder worüber ich mir Gedanken gemacht habe. diff --git a/content/follow.md b/content/follow.md new file mode 100644 index 0000000..6f6b432 --- /dev/null +++ b/content/follow.md @@ -0,0 +1,9 @@ +--- +draft: false +title: 'Follow' +url: /follow/ +comments: false +ShowReadingTime: false +ShowWordCount: false +--- +### Inhalt folgt in Kürze diff --git a/content/posts/2026/2026-06-07_Silent_Sunday/index.md b/content/posts/2026/2026-06-07_Silent_Sunday/index.md index 222bf05..068231d 100644 --- a/content/posts/2026/2026-06-07_Silent_Sunday/index.md +++ b/content/posts/2026/2026-06-07_Silent_Sunday/index.md @@ -19,7 +19,6 @@ tags: - sonnenunergang title: Silent Sunday url: /2026/06/silent-sunday/ - --- Nachdem am vergangen Freitag, sich die Woche endlich dem Ende neigte, hab ich mir die Kamera geschnappt und bin durchs Dorf gelaufen. Das Licht war schön und mit den Gedanken im "hier und jetzt" zu sein, war sehr wohltuend und hat den Kopf frei gemacht. diff --git a/content/prjekte_und_serien.md b/content/prjekte_und_serien.md new file mode 100644 index 0000000..1e12da2 --- /dev/null +++ b/content/prjekte_und_serien.md @@ -0,0 +1,9 @@ +--- +draft: false +title: 'Projekte und Serien' +url: /prjekte-und-serien/ +comments: false +ShowReadingTime: false +ShowWordCount: false +--- +### Inhalt folgt in Kürze diff --git a/content/search.md b/content/search.md new file mode 100644 index 0000000..d448c1a --- /dev/null +++ b/content/search.md @@ -0,0 +1,8 @@ + +--- +title: "Suche" # in any language you want +layout: "search" # necessary for search +summary: "Search" +url: "/search/" +placeholder: "..." +--- diff --git a/content/uses.md b/content/uses.md new file mode 100644 index 0000000..3dcc013 --- /dev/null +++ b/content/uses.md @@ -0,0 +1,9 @@ +--- +draft: false +title: 'Uses' +url: /uses/ +comments: false +ShowReadingTime: false +ShowWordCount: false +--- +### Inhalt folgt in Kürze diff --git a/hugo.yaml b/hugo.yaml index e109353..4ca8c73 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -54,14 +54,28 @@ outputFormats: menu: main: - - identifier: categories - name: categories - url: /categories/ + - identifier: about + name: Über + url: /about/ weight: 10 + - identifier: projekte + name: Projekte und Serien + url: /prjekte-und-serien/ + weight: 11 + - identifier: uses + name: Kamera und Ausrüstung + url: /uses/ + weight: 12 - identifier: tags - name: tags + name: Tags url: /tags/ weight: 20 + - identifier: search + name: Suche + url: /search/ + weight: 30 + + # Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma pygmentsUseClasses: true