summary refs log tree commit diff stats
path: root/config/default.toml
diff options
context:
space:
mode:
authorAlan Pearce2017-10-03 15:30:54 +0200
committerAlan Pearce2017-10-03 15:30:54 +0200
commitad56116d0df26b4a6fe7f9cd04a21965d3184af5 (patch)
treeb8fcb4944e9e0d60cbe11b2226b9acd42713b7f7 /config/default.toml
parent84da95bc4a8374bd3962e2479df560c67a1b94ca (diff)
downloadhomestead-ad56116d0df26b4a6fe7f9cd04a21965d3184af5.tar.lz
homestead-ad56116d0df26b4a6fe7f9cd04a21965d3184af5.tar.zst
homestead-ad56116d0df26b4a6fe7f9cd04a21965d3184af5.zip
Reify taxonomies into just tags.
I'm probably not going to need anything else, and this makes it a lot clearer
Diffstat (limited to 'config/default.toml')
-rw-r--r--config/default.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/default.toml b/config/default.toml
index 5dceae1..b5a5d6a 100644
--- a/config/default.toml
+++ b/config/default.toml
@@ -28,9 +28,5 @@ domainStartDate = "2016-01-01"
 [posts]
 folder = "./posts"
 
-[posts.taxonomies]
-tag = "tags"
-category = "categories"
-
 [posts.code]
 theme = "default"
\ No newline at end of file