From: Kai Moritz Date: Wed, 3 Jun 2026 22:19:34 +0000 (+0000) Subject: hugo.yaml: PaperMod-Parameter und ungenutztes menu.main entfernt X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=6bd990b32ac11b1341924256201f6168391555da;p=website hugo.yaml: PaperMod-Parameter und ungenutztes menu.main entfernt Entfernt wurden alle Parameter, die ausschließlich für das PaperMod-Theme gelten und vom hugo-juplo-Theme ignoriert werden: disableThemeToggle, showShareButtons, showWordCount, showReadingTime, showToc, showBreadCrumbs, showCodeCopyButtons, hideFooter, assets.favicon, assets.disableHLJS. Ebenfalls entfernt: menu.main (categories/tags/archives) – das Theme baut die Navigation aus MainSections und der Seitenhierarchie, nicht aus der hugo.yaml-Menükonfiguration. Neu hinzugefügt: params.copyrightShort: mo – wird in baseof.html für die Copyright-Zeile verwendet (Kurzname, getrennt vom vollen Namen in params.author.name und dem RSS/Feed-Copyright in copyright:). Co-Authored-By: Claude Sonnet 4.6 --- diff --git a/hugo.yaml b/hugo.yaml index a5cb8885..4905777a 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -11,20 +11,9 @@ params: author: email: kai@juplo.de name: Kai Moritz + copyrightShort: mo dateFormat: 02.01.2006 description: Java bits from nerds for nerds - disableThemeToggle: true - showShareButtons: true - showWordCount: true - showReadingTime: true - showToc: false - showBreadCrumbs: true - showCodeCopyButtons: true - comments: true - hideFooter: true - assets: - favicon: /favicon.ico - disableHLJS: true markup: highlight: codeFences: true @@ -34,20 +23,6 @@ markup: goldmark: renderer: unsafe: true -menu: - main: - - identifier: categories - name: categories - url: /categories/ - weight: 10 - - identifier: tags - name: tags - url: /tags/ - weight: 20 - - identifier: archives - name: archives - url: /archives/ - weight: 30 mainSections: - blog - projects