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"