summaryrefslogtreecommitdiffstats
path: root/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml
index a3970ce..f5019c0 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -77,6 +77,11 @@ enableRobotsTXT = true
name = "legal"
weight = 4
+# Taxonomies
+[taxonomies]
+ tag = "tags"
+ category = "categories"
+
# Theme parameters
[params]
siteName = "danix.xyz"