diff --git a/config.toml b/config.toml index cfc20f3..56ba643 100644 --- a/config.toml +++ b/config.toml @@ -9,4 +9,9 @@ github = 'erynofwales' instagram = 'erynofwales' [permalinks] -posts = 'posts/:year/:month/:title/' \ No newline at end of file +posts = 'posts/:year/:month/:title/' + +[taxonomies] +category = 'categories' +series = 'series' +tag = 'tags' \ No newline at end of file