From 31825465e5140b64fb736780c1b2683ab0ff7797 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 5 Oct 2021 08:51:21 -0700 Subject: [PATCH] Add series taxonomy --- config.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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