From: Kai Moritz Date: Fri, 17 Apr 2026 12:30:59 +0000 (+0200) Subject: Konfiguration der Beispiel-Website an die der echten Website angeglichen X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=56eab67f4fe288a028fa3990a8f471d4d6fbe3d8;p=website Konfiguration der Beispiel-Website an die der echten Website angeglichen --- diff --git a/exampleSite/hugo.yaml b/exampleSite/hugo.yaml index b9490083..0ffbaff5 100644 --- a/exampleSite/hugo.yaml +++ b/exampleSite/hugo.yaml @@ -1,23 +1,54 @@ -baseURL: https://example.org/ +baseURL: https://juplo.de +disablePathToLower: true copyright: Kai Moritz languageCode: en-US +title: Hugo-Theme for juplo.de theme: hugo-juplo -mainSections: - - blog - - projects - - about -module: - hugoVersion: - extended: false - min: 0.152.0 +taxonomies: + category: categories + tag: tags params: author: email: kai@juplo.de name: Kai Moritz -title: Hugo-Theme for juplo.de + 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 guessSyntax: true style: paraiso-dark - lineNos: true + linenos: true + 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 + - about