From: Kai Moritz Date: Fri, 21 Nov 2025 19:59:57 +0000 (+0100) Subject: Added menu-entries für `categories` and `tags` X-Git-Tag: hugo--rebase--2025-12-18--23-55~19 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=138d3f0595ef9b7cbe8e1ecb321d16e54198d872;p=website Added menu-entries für `categories` and `tags` --- diff --git a/hugo.yaml b/hugo.yaml index 5da12ccc..27565260 100644 --- a/hugo.yaml +++ b/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