diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 2cd6e1d..8af4441 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -8,9 +8,13 @@ markup: goldmark: renderer: unsafe: true + tableOfContents: + startLevel: 2 + endLevel: 6 + ordered: false # Enable Google Analytics -googleAnalytics: UA-xxxxxxxx +googleAnalytics: UA-XXXXXXXXX-X # Enable Disqus forum disqusShortname: does-not-exist @@ -32,6 +36,9 @@ params: # specify whether you want to write blog post or not 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. # they will be separated by a divider from the main menus. customMenus: diff --git a/exampleSite/data/sections/achievements.yaml b/exampleSite/data/sections/achievements.yaml index eee213b..a4b6838 100644 --- a/exampleSite/data/sections/achievements.yaml +++ b/exampleSite/data/sections/achievements.yaml @@ -5,7 +5,7 @@ section: weight: 6 showOnNavbar: true # Can optionally hide the title in sections - # hideTitle: true + # hideTitle: true # Your achievements achievements achievements: diff --git a/exampleSite/data/sections/projects.yaml b/exampleSite/data/sections/projects.yaml index ea0c02e..618fa4e 100644 --- a/exampleSite/data/sections/projects.yaml +++ b/exampleSite/data/sections/projects.yaml @@ -5,7 +5,7 @@ section: weight: 4 showOnNavbar: true # Can optionally hide the title in sections - # hideTitle: true + # hideTitle: true # filter buttons buttons: diff --git a/exampleSite/data/sections/recent-posts.yaml b/exampleSite/data/sections/recent-posts.yaml index 77b8776..f2a1977 100644 --- a/exampleSite/data/sections/recent-posts.yaml +++ b/exampleSite/data/sections/recent-posts.yaml @@ -5,6 +5,6 @@ section: weight: 5 showOnNavbar: true # Can optionally hide the title in sections - # hideTitle: true + # hideTitle: true # no additional configuration is required diff --git a/exampleSite/data/sections/skills.yaml b/exampleSite/data/sections/skills.yaml index 8a8aaac..4113fd8 100644 --- a/exampleSite/data/sections/skills.yaml +++ b/exampleSite/data/sections/skills.yaml @@ -5,7 +5,7 @@ section: weight: 2 showOnNavbar: true # Can optionally hide the title in sections - # hideTitle: true + # hideTitle: true # Your Skills. # Give a summary of you each skill in the summary section.