mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
add few config vars
This commit is contained in:
parent
0593160cbd
commit
bdc83fba59
@ -36,6 +36,7 @@ languages:
|
||||
|
||||
fr:
|
||||
languageName: ":fr:"
|
||||
languageAltTitle: French
|
||||
weight: 2
|
||||
title: PaperModL2
|
||||
profileMode:
|
||||
@ -105,6 +106,7 @@ params:
|
||||
displayFullLangName: true
|
||||
ShowPostNavLinks: true
|
||||
ShowBreadCrumbs: true
|
||||
ShowCodeCopyButtons: true
|
||||
ShowToc: true
|
||||
# comments: false
|
||||
images: ["papermod-cover.png"]
|
||||
@ -141,6 +143,11 @@ params:
|
||||
- name: RsS
|
||||
url: "index.xml"
|
||||
|
||||
editPost:
|
||||
URL: "https://github.com/adityatelange/hugo-PaperMod/tree/exampleSite/content"
|
||||
Text: "Suggest Changes" # edit text
|
||||
appendFilePath: true # to append file path to Edit link
|
||||
|
||||
# label:
|
||||
# text: "Home"
|
||||
# icon: icon.png
|
||||
@ -177,7 +184,7 @@ taxonomies:
|
||||
series: series
|
||||
|
||||
markup:
|
||||
goldmark:
|
||||
goldmark:
|
||||
renderer:
|
||||
unsafe: true
|
||||
# highlight:
|
||||
|
Loading…
Reference in New Issue
Block a user