From: Kai Moritz Date: Wed, 22 Apr 2026 12:46:59 +0000 (+0200) Subject: WIP:hugo.yaml an Website angepasst X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=115e4ef235d9d05bf9516c14423d655eb533eef7;p=website WIP:hugo.yaml an Website angepasst --- diff --git a/exampleSite/hugo.yaml b/exampleSite/hugo.yaml index 5e8cafd8..0ffbaff5 100644 --- a/exampleSite/hugo.yaml +++ b/exampleSite/hugo.yaml @@ -1,29 +1,12 @@ -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 -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 -module: - hugoVersion: - extended: false - min: 0.152.0 +taxonomies: + category: categories + tag: tags params: author: email: kai@juplo.de @@ -42,10 +25,30 @@ params: assets: favicon: /favicon.ico disableHLJS: true -title: Hugo-Theme for juplo.de 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