wires

summary refs log tree commit diff
diff options
context:
space:
mode:
authorwires <wires@noreply.wires.systems>2025-04-02 13:00:09 -0400
committerwires <wires@noreply.wires.systems>2025-04-02 13:00:09 -0400
commit5a76665519e95ece84dc26b1b51b5d5c48c52b7e (patch)
treeb2dfb8d15a35a1b90f1237e49b0aa2ce5c96bba1
parentthe tweaks will continue until morale improves (diff)
downloadblog-5a76665519e95ece84dc26b1b51b5d5c48c52b7e.tar.gz
disable excess rss feeds
-rw-r--r--hugo.toml6
1 files changed, 6 insertions, 0 deletions
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'