From 115e4ef235d9d05bf9516c14423d655eb533eef7 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Wed, 22 Apr 2026 14:46:59 +0200 Subject: [PATCH] WIP:hugo.yaml an Website angepasst --- exampleSite/hugo.yaml | 53 +++++++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 25 deletions(-) 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 -- 2.39.5