From 5a76665519e95ece84dc26b1b51b5d5c48c52b7e Mon Sep 17 00:00:00 2001 From: wires Date: Wed, 2 Apr 2025 13:00:09 -0400 Subject: [PATCH] disable excess rss feeds --- hugo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hugo.toml b/hugo.toml index f7df85e..c4dae9b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -13,6 +13,12 @@ summaryLength = 10 goldmark.renderer.unsafe = true tableOfContents.ordered = true +[outputs] + page = ["HTML"] + home = ["HTML", "RSS"] + term = ["HTML"] + taxonomy = ["HTML"] + [outputFormats.rss] baseName = 'feed'