mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-20 01:45:09 -04:00
add few config vars
This commit is contained in:
parent
0593160cbd
commit
bdc83fba59
1 changed files with 8 additions and 1 deletions
|
@ -36,6 +36,7 @@ languages:
|
||||||
|
|
||||||
fr:
|
fr:
|
||||||
languageName: ":fr:"
|
languageName: ":fr:"
|
||||||
|
languageAltTitle: French
|
||||||
weight: 2
|
weight: 2
|
||||||
title: PaperModL2
|
title: PaperModL2
|
||||||
profileMode:
|
profileMode:
|
||||||
|
@ -105,6 +106,7 @@ params:
|
||||||
displayFullLangName: true
|
displayFullLangName: true
|
||||||
ShowPostNavLinks: true
|
ShowPostNavLinks: true
|
||||||
ShowBreadCrumbs: true
|
ShowBreadCrumbs: true
|
||||||
|
ShowCodeCopyButtons: true
|
||||||
ShowToc: true
|
ShowToc: true
|
||||||
# comments: false
|
# comments: false
|
||||||
images: ["papermod-cover.png"]
|
images: ["papermod-cover.png"]
|
||||||
|
@ -141,6 +143,11 @@ params:
|
||||||
- name: RsS
|
- name: RsS
|
||||||
url: "index.xml"
|
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:
|
# label:
|
||||||
# text: "Home"
|
# text: "Home"
|
||||||
# icon: icon.png
|
# icon: icon.png
|
||||||
|
@ -177,7 +184,7 @@ taxonomies:
|
||||||
series: series
|
series: series
|
||||||
|
|
||||||
markup:
|
markup:
|
||||||
goldmark:
|
goldmark:
|
||||||
renderer:
|
renderer:
|
||||||
unsafe: true
|
unsafe: true
|
||||||
# highlight:
|
# highlight:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue