diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 260275f..e2ea524 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -4,6 +4,10 @@ theme = "hugo-theme-stack" paginate = 5 title = "Example Site" disqusShortname = "hugo-theme-stack" # Change it to your Disqus shortname before using + +[permalinks] + post = "/p/:slug/" + page = "/:slug/" [params] mainSections = ["post"]