summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
authorAlan Pearce2017-06-18 21:01:14 +0200
committerAlan Pearce2017-06-18 21:01:14 +0200
commite58d6a1718b3358f91fbda10e2291ea4ec01d1e7 (patch)
treec907d8c0b04f25decd2b64f29ebd80e7aa157724 /config
parent2fef943bf1c52e8d2be64521202936ca0f7358e3 (diff)
downloadhomestead-e58d6a1718b3358f91fbda10e2291ea4ec01d1e7.tar.lz
homestead-e58d6a1718b3358f91fbda10e2291ea4ec01d1e7.tar.zst
homestead-e58d6a1718b3358f91fbda10e2291ea4ec01d1e7.zip
feat: make taxonomies configurable
Add "tag" and "category" as defaults
Diffstat (limited to 'config')
-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"
+