mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-16 16:14:27 -04:00
exampleSite config.yml "mainSections" belongs within "params"
This commit is contained in:
parent
2378012732
commit
1c66a376f7
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,6 @@ buildFuture: false
|
|||
buildExpired: false
|
||||
enableEmoji: true
|
||||
pygmentsUseClasses: true
|
||||
mainsections: ["posts", "papermod"]
|
||||
|
||||
minify:
|
||||
disableXML: true
|
||||
|
@ -124,6 +123,7 @@ params:
|
|||
ShowBreadCrumbs: true
|
||||
ShowCodeCopyButtons: true
|
||||
ShowRssButtonInSectionTermList: true
|
||||
mainsections: ["posts", "papermod"]
|
||||
ShowAllPagesInArchive: true
|
||||
ShowPageNums: true
|
||||
ShowToc: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue