revert: doc(config.toml): remove permalinks settings from exampleSite config.toml
This reverts commit ea0f064cdf
.
This commit is contained in:
parent
080834ab96
commit
f051517f0a
@ -5,6 +5,10 @@ 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"]
|
||||||
favicon = ""
|
favicon = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user