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:
|
||||||
|
|
|
@ -5,7 +5,7 @@ section:
|
||||||
weight: 6
|
weight: 6
|
||||||
showOnNavbar: true
|
showOnNavbar: true
|
||||||
# Can optionally hide the title in sections
|
# Can optionally hide the title in sections
|
||||||
# hideTitle: true
|
# hideTitle: true
|
||||||
|
|
||||||
# Your achievements achievements
|
# Your achievements achievements
|
||||||
achievements:
|
achievements:
|
||||||
|
|
|
@ -5,7 +5,7 @@ section:
|
||||||
weight: 4
|
weight: 4
|
||||||
showOnNavbar: true
|
showOnNavbar: true
|
||||||
# Can optionally hide the title in sections
|
# Can optionally hide the title in sections
|
||||||
# hideTitle: true
|
# hideTitle: true
|
||||||
|
|
||||||
# filter buttons
|
# filter buttons
|
||||||
buttons:
|
buttons:
|
||||||
|
|
|
@ -5,6 +5,6 @@ section:
|
||||||
weight: 5
|
weight: 5
|
||||||
showOnNavbar: true
|
showOnNavbar: true
|
||||||
# Can optionally hide the title in sections
|
# Can optionally hide the title in sections
|
||||||
# hideTitle: true
|
# hideTitle: true
|
||||||
|
|
||||||
# no additional configuration is required
|
# no additional configuration is required
|
||||||
|
|
|
@ -5,7 +5,7 @@ section:
|
||||||
weight: 2
|
weight: 2
|
||||||
showOnNavbar: true
|
showOnNavbar: true
|
||||||
# Can optionally hide the title in sections
|
# Can optionally hide the title in sections
|
||||||
# hideTitle: true
|
# hideTitle: true
|
||||||
|
|
||||||
# Your Skills.
|
# Your Skills.
|
||||||
# Give a summary of you each skill in the summary section.
|
# Give a summary of you each skill in the summary section.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue