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'