From b360d25f278b22306989a035db49469a540c69b4 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Fri, 28 Nov 2025 11:28:16 +0100 Subject: [PATCH] WIP:cat/tag-pages --- hugo/hugo.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/hugo/hugo.yaml b/hugo/hugo.yaml index 69e1ce09..6cd99509 100644 --- a/hugo/hugo.yaml +++ b/hugo/hugo.yaml @@ -36,6 +36,18 @@ outputFormats: RSS: mediaType: application/rss+xml baseName: feed + tagpage: + mediaType: text/html + baseName: index + path: '/tags' + isHTML: true + permaLinkable: true + categorypage: + mediaType: text/html + baseName: index + path: '/categories' + isHTML: true + permaLinkable: true menu: main: - identifier: categories -- 2.39.5