diff --git a/.woodpecker/build_and_copy_website.yaml b/.woodpecker/build_and_copy_website.yaml index 6659041..1132bb1 100644 --- a/.woodpecker/build_and_copy_website.yaml +++ b/.woodpecker/build_and_copy_website.yaml @@ -12,7 +12,7 @@ steps: - date -I'seconds' - name: build_by_hugo - image: alpine:3.23 # PaperMod (Stand 2026-05) braucht Hugo >= 0.146; alpine:3.23 liefert 0.152.2 + image: alpine:3.24 # PaperMod (Stand 2026-05) braucht Hugo >= 0.146; alpine:3.24 liefert 0.160.1 commands: - date -I'seconds' - cat /etc/alpine-release diff --git a/Website/hugo.yaml b/Website/hugo.yaml index 30bcea5..be0b493 100644 --- a/Website/hugo.yaml +++ b/Website/hugo.yaml @@ -72,6 +72,7 @@ Pagination: Params: ShowReadingTime: false ShowTags: true # ← Tags unter Beiträgen anzeigen + mainSections: [] # ← keine Blogartikel auf Startseite, vgl. list.html Zeile 43f taxonomies: tag: tags # ← Taxonomie aktivieren