From 742bd8049f6d6d2769f1845cd725683e8cf96a2c Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Fri, 17 Apr 2026 14:30:59 +0200 Subject: [PATCH] WIP:angleichen:website --- exampleSite/hugo.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/exampleSite/hugo.yaml b/exampleSite/hugo.yaml index b9490083..5e8cafd8 100644 --- a/exampleSite/hugo.yaml +++ b/exampleSite/hugo.yaml @@ -2,6 +2,20 @@ baseURL: https://example.org/ copyright: Kai Moritz languageCode: en-US 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 @@ -14,6 +28,20 @@ params: author: email: kai@juplo.de name: Kai Moritz + 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 title: Hugo-Theme for juplo.de markup: highlight: -- 2.39.5