From 722bb79adfe7b646949b35b4d2306c93f9b7d7b6 Mon Sep 17 00:00:00 2001 From: Joseph Elliott Hand Date: Thu, 23 Jul 2026 13:29:47 -1000 Subject: Add tags to blog Signed-off-by: Joseph Elliott Hand --- hugo.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'hugo.toml') 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]] -- cgit v1.2.3