From d8745997616c3cfe1606164490c84e135ed43de4 Mon Sep 17 00:00:00 2001 From: hobokenchicken Date: Thu, 12 Feb 2026 15:12:42 -0500 Subject: [PATCH] Add permalink config to fix blog post URLs (dated structure) --- hugo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hugo.toml b/hugo.toml index 7337450..86f51b1 100644 --- a/hugo.toml +++ b/hugo.toml @@ -38,6 +38,9 @@ theme = 'hello-friend-ng' category = "categories" series = "series" +[permalinks] + posts = "/posts/:year/:month/:title/" + [languages] [languages.en] title = "dustin newkirk"