summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-05-29 10:09:08 +0200
committerxengineering <me@xengineering.eu>2022-05-29 10:09:08 +0200
commit850fdeaabfcadad2cdb2e0b300babe5b9844cf49 (patch)
tree07293f0e0c148c7e3e387e8ec78076a487df1108 /config.toml
parentddb82ad8a23150472b821273666e71ee88c2744d (diff)
downloadwebsite-850fdeaabfcadad2cdb2e0b300babe5b9844cf49.tar
website-850fdeaabfcadad2cdb2e0b300babe5b9844cf49.tar.zst
website-850fdeaabfcadad2cdb2e0b300babe5b9844cf49.zip
Remove categories and tags
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"