exampleSite: reformat config
This commit is contained in:
parent
375281fd60
commit
744a17a575
|
@ -24,16 +24,16 @@ languages:
|
|||
menu:
|
||||
main:
|
||||
- name: Docs
|
||||
url: docs
|
||||
url: /docs/
|
||||
weight: 1
|
||||
- name: Tags
|
||||
url: tags/
|
||||
url: /tags/
|
||||
weight: 4
|
||||
- name: Archive
|
||||
url: archives
|
||||
url: /archives/
|
||||
weight: 5
|
||||
- name: Search
|
||||
url: search/
|
||||
url: /search/
|
||||
weight: 10
|
||||
- name: "@Author"
|
||||
url: "https://reorx.com"
|
||||
|
@ -106,7 +106,7 @@ params:
|
|||
ShowCodeCopyButtons: true
|
||||
ShowToc: true
|
||||
TocOpen: true
|
||||
TocSide: 'right'
|
||||
TocSide: "right"
|
||||
# DisableSmoothScroll: true
|
||||
EnableInstantClick: true
|
||||
# comments: false
|
||||
|
@ -154,10 +154,6 @@ params:
|
|||
# icon: icon.png
|
||||
# iconHeight: 35
|
||||
|
||||
# analytics:
|
||||
# google:
|
||||
# SiteVerificationTag: "XYZabc"
|
||||
|
||||
# assets:
|
||||
# favicon: "<link / abs url>"
|
||||
# favicon16x16: "<link / abs url>"
|
||||
|
|
Loading…
Reference in New Issue