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

@ -5,6 +5,10 @@ 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"]
favicon = ""