wires

summary refs log tree commit diff
diff options
context:
space:
mode:
-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'