From e58d6a1718b3358f91fbda10e2291ea4ec01d1e7 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 18 Jun 2017 21:01:14 +0200 Subject: feat: make taxonomies configurable Add "tag" and "category" as defaults --- config/default.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'config') 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" + -- cgit 1.4.1