summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 09d1dad..071c8b2 100644
--- a/config.toml
+++ b/config.toml
@@ -1,2 +1,8 @@
baseURL = "https://xengineering.eu/"
theme = "bare"
+
+disableKinds = ["taxonomy", "term"]
+
+[taxonomies]
+ category = "categories"
+ tag = "tags"