From f051517f0aa1322e0cdf62a41605f525f1299eb0 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Tue, 8 Sep 2020 23:53:16 +0200 Subject: [PATCH] revert: doc(config.toml): remove permalinks settings from exampleSite config.toml This reverts commit ea0f064cdf9138228861917d2758cd8762ca04e1. --- exampleSite/config.toml | 4 ++++ 1 file changed, 4 insertions(+) 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"]