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'