From 8b8f3abc4160300721acbd8f3806ef322ffdc35d Mon Sep 17 00:00:00 2001 From: "Kevin C. Coram" Date: Tue, 19 Nov 2019 21:50:22 -0500 Subject: [PATCH] Example permalinks configuration --- exampleSite/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index e44fdc3..28d22ca 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -5,5 +5,8 @@ copyright = "Copyright © 2019, Copyright Owner Name | Built with [Hugo](htt theme = "basic-theme" paginate = 10 +[permalinks] + posts = "/:year/:month/:title/" + [params] subtitle = "A theme with no CSS and only basic layouts"