Further customization
This commit is contained in:
parent
5d8dd686ec
commit
73064cc8e2
1 changed files with 4 additions and 4 deletions
|
|
@ -30,12 +30,12 @@ params:
|
||||||
defaultTheme: auto # dark, light
|
defaultTheme: auto # dark, light
|
||||||
disableThemeToggle: false
|
disableThemeToggle: false
|
||||||
editPost:
|
editPost:
|
||||||
URL: "https://github.com/<path_to_repo>/content"
|
URL: "https://github.com/efigueroa/figsystems/content"
|
||||||
Text: "Suggest Changes" # edit text
|
Text: "Suggest Changes" # edit text
|
||||||
appendFilePath: true # to append file path to Edit link
|
appendFilePath: true # to append file path to Edit link
|
||||||
|
|
||||||
ShowReadingTime: true
|
ShowReadingTime: true
|
||||||
ShowShareButtons: true
|
ShowShareButtons: false
|
||||||
ShowPostNavLinks: true
|
ShowPostNavLinks: true
|
||||||
ShowBreadCrumbs: true
|
ShowBreadCrumbs: true
|
||||||
ShowCodeCopyButtons: true
|
ShowCodeCopyButtons: true
|
||||||
|
|
@ -95,8 +95,8 @@ params:
|
||||||
hiddenInSingle: true # hide on single page
|
hiddenInSingle: true # hide on single page
|
||||||
|
|
||||||
editPost:
|
editPost:
|
||||||
URL: "https://github.com/<path_to_repo>/content"
|
URL: "https://github.com/efigueroa/figsystems/tree/main/content"
|
||||||
Text: "Suggest Changes" # edit text
|
Text: "Suggest A Change" # edit text
|
||||||
appendFilePath: true # to append file path to Edit link
|
appendFilePath: true # to append file path to Edit link
|
||||||
|
|
||||||
# for search
|
# for search
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue