revert: doc(config.toml): remove permalinks settings from exampleSite config.toml

This reverts commit ea0f064cdf.
This commit is contained in:
Jimmy Cai 2020-09-08 23:53:16 +02:00
parent 080834ab96
commit f051517f0a
No known key found for this signature in database
GPG Key ID: 3EA408E527F37B18

View File

@ -4,6 +4,10 @@ theme = "hugo-theme-stack"
paginate = 5 paginate = 5
title = "Example Site" title = "Example Site"
disqusShortname = "hugo-theme-stack" # Change it to your Disqus shortname before using disqusShortname = "hugo-theme-stack" # Change it to your Disqus shortname before using
[permalinks]
post = "/p/:slug/"
page = "/:slug/"
[params] [params]
mainSections = ["post"] mainSections = ["post"]