From d84d90ee76d4952abea152183e7d4b3148871d0a Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 29 Aug 2026 12:38:07 +0200 Subject: [PATCH] =?UTF-8?q?Neue=20pages=20und=20Men=C3=BCeintr=C3=A4ge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/about.md | 13 +++++++++++ content/follow.md | 9 ++++++++ .../2026/2026-06-07_Silent_Sunday/index.md | 1 - content/prjekte_und_serien.md | 9 ++++++++ content/search.md | 8 +++++++ content/uses.md | 9 ++++++++ hugo.yaml | 22 +++++++++++++++---- 7 files changed, 66 insertions(+), 5 deletions(-) create mode 100644 content/about.md create mode 100644 content/follow.md create mode 100644 content/prjekte_und_serien.md create mode 100644 content/search.md create mode 100644 content/uses.md 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