summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorbreadcat2020-06-27 23:59:41 +0100
committerbreadcat2020-06-27 23:59:41 +0100
commitb16808e10675d9f73dd3d2cdc6000f3b60800f89 (patch)
tree67afa5138f4e4800e17160e8c23770b451368bd0 /config.toml
parente6a46071eb35595aadd4d6a0f5f0c33fa23fc5fa (diff)
downloadblog.minskio.co.uk-b16808e10675d9f73dd3d2cdc6000f3b60800f89.tar.gz
blog.minskio.co.uk-b16808e10675d9f73dd3d2cdc6000f3b60800f89.tar.bz2
blog.minskio.co.uk-b16808e10675d9f73dd3d2cdc6000f3b60800f89.zip
Add recipes
Big thanks to https://github.com/damien1 for his help here
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 c04202f..db7a0f6 100644
--- a/config.toml
+++ b/config.toml
@@ -12,3 +12,9 @@ theme = "Brine"
[params]
author = "Peter"
description = "The 'No-Pictures' Blog"
+
+[taxonomies]
+ tag = "tags"
+ category = "categories"
+ recipe = "recipe"
+