summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2025-01-26 00:38:10 +0100
committerFederico Angelilli <code@fedang.net>2025-01-26 00:38:10 +0100
commitd049ef0f9e0c9eb1b3a178a766d8cf6b4c26fc99 (patch)
tree93cda4c01f5460929b424254573c1ea034c8a682 /hugo.toml
parentfba49ca7873dd62d21e505152c45dfe28666c47e (diff)
Update theme with series
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']