From 634b0a873de7772a5e043d75976cc368e392a616 Mon Sep 17 00:00:00 2001 From: jtbx Date: Wed, 29 Nov 2023 22:44:39 +0100 Subject: [PATCH] settings: RSS just for blog, but nothing else --- hugo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hugo.toml b/hugo.toml index b3581a8..36a9086 100644 --- a/hugo.toml +++ b/hugo.toml @@ -10,6 +10,13 @@ enableGitInfo = true # paginate = 10 +[outputs] + home = ['html'] + section = ['html', 'rss'] + taxonomy = ['html'] + term = ['html'] + + [taxonomies] category = 'categories' tag = 'tags'