diff options
author | Alan Pearce | 2017-10-03 15:30:54 +0200 |
---|---|---|
committer | Alan Pearce | 2017-10-03 15:30:54 +0200 |
commit | ad56116d0df26b4a6fe7f9cd04a21965d3184af5 (patch) | |
tree | b8fcb4944e9e0d60cbe11b2226b9acd42713b7f7 /config | |
parent | 84da95bc4a8374bd3962e2479df560c67a1b94ca (diff) | |
download | homestead-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')
-rw-r--r-- | config/default.toml | 4 |
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 |