summary refs log tree commit diff stats
path: root/config/default.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config/default.toml')
-rw-r--r--config/default.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/config/default.toml b/config/default.toml
index 3026849..9047385 100644
--- a/config/default.toml
+++ b/config/default.toml
@@ -2,4 +2,9 @@
 port = 3000
 
 [posts]
-folder = "../posts"
\ No newline at end of file
+folder = "../posts"
+
+[taxonomies]
+tag = "tags"
+category = "categories"
+