summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml
index 261a43d..eeb8de2 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -7,6 +7,12 @@ enableGitInfo = true
enableEmoji = true
copyright = "Federico Angelilli © 2025"
+[taxonomies]
+ category = 'categories'
+ tag = 'tags'
+ series = 'series'
+
+
[outputs]
home = ['html', 'rss']
section = ['html']