summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml10
1 files changed, 8 insertions, 2 deletions
diff --git a/hugo.toml b/hugo.toml
index e821679..5813d34 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -3,8 +3,14 @@ languageCode = 'en-us'
title = 'Joseph Hand'
[markup]
- [markup.highlight]
- style = "pygments"
+ [markup.highlight]
+ style = "pygments"
+
+[taxonomies]
+ blog_tag = "blog_tags"
+
+[permalinks]
+ blog_tags = "/blog/tags/:slug"
[menus]
[[menus.nav]]