Update exampleSite
This commit is contained in:
parent
8ec90ee255
commit
1745f76bbd
5 changed files with 12 additions and 5 deletions
|
@ -8,9 +8,13 @@ markup:
|
||||||
goldmark:
|
goldmark:
|
||||||
renderer:
|
renderer:
|
||||||
unsafe: true
|
unsafe: true
|
||||||
|
tableOfContents:
|
||||||
|
startLevel: 2
|
||||||
|
endLevel: 6
|
||||||
|
ordered: false
|
||||||
|
|
||||||
# Enable Google Analytics
|
# Enable Google Analytics
|
||||||
googleAnalytics: UA-xxxxxxxx
|
googleAnalytics: UA-XXXXXXXXX-X
|
||||||
|
|
||||||
# Enable Disqus forum
|
# Enable Disqus forum
|
||||||
disqusShortname: does-not-exist
|
disqusShortname: does-not-exist
|
||||||
|
@ -32,6 +36,9 @@ params:
|
||||||
# specify whether you want to write blog post or not
|
# specify whether you want to write blog post or not
|
||||||
enableBlogPost: true
|
enableBlogPost: true
|
||||||
|
|
||||||
|
# specify whether you want to show Table of Contents in reading page
|
||||||
|
enableTOC: true
|
||||||
|
|
||||||
# specify the list of custom menus that you want to show in the top navbar.
|
# specify the list of custom menus that you want to show in the top navbar.
|
||||||
# they will be separated by a divider from the main menus.
|
# they will be separated by a divider from the main menus.
|
||||||
customMenus:
|
customMenus:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue