From f9ed7f82b93cac885b9d5c7a0edb6e92d88baa43 Mon Sep 17 00:00:00 2001 From: jtbx Date: Thu, 30 Nov 2023 21:54:20 +0100 Subject: [PATCH] settings: blog URL structure as on old website (yyyy/mm/dd/slug) --- hugo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hugo.toml b/hugo.toml index 36a9086..0093253 100644 --- a/hugo.toml +++ b/hugo.toml @@ -16,6 +16,8 @@ enableGitInfo = true taxonomy = ['html'] term = ['html'] +[permalinks.page] + blog = '/blog/:year/:month/:day/:slug/' [taxonomies] category = 'categories'