diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.toml | 7 |
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" + |