summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorJoseph Elliott Hand <jhand@hawaii.edu>2026-07-23 13:29:47 -1000
committerJoseph Elliott Hand <jhand@hawaii.edu>2026-07-23 13:29:47 -1000
commit722bb79adfe7b646949b35b4d2306c93f9b7d7b6 (patch)
tree2b5319b919a6dad8977808f59ce4ea59d046f42d /hugo.toml
parent4bd6e1ee6aac058eaae081ce9a7b31295a19eab1 (diff)
downloadjosephhand.space-master.tar.gz
Add tags to blogHEADmaster
Signed-off-by: Joseph Elliott Hand <jhand@hawaii.edu>
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]]