From 8571cf39583e85b8e869512a85adf140c6daebe7 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Fri, 21 Nov 2025 20:59:57 +0100 Subject: [PATCH] =?utf8?q?Added=20menu-entries=20f=C3=BCr=20`categories`?= =?utf8?q?=20and=20`tags`?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- hugo/hugo.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/hugo/hugo.yaml b/hugo/hugo.yaml index 5da12ccc..27565260 100644 --- a/hugo/hugo.yaml +++ b/hugo/hugo.yaml @@ -37,4 +37,12 @@ outputFormats: mediaType: application/rss+xml baseName: feed menu: - main: [] + main: + - identifier: categories + name: categories + url: /categories/ + weight: 10 + - identifier: tags + name: tags + url: /tags/ + weight: 20 -- 2.39.5