diff options
Diffstat (limited to 'exampleSite/config.yaml')
-rw-r--r-- | exampleSite/config.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 9a497c6..6d12d78 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -15,9 +15,10 @@ enableGitInfo: true pygmentsCodeFences: true params: - # (Optional, default true) Show or hide table of contents globally + # (Optional, default 6) Set how many table of contents levels to be showed on page. + # Use false/off to hide ToC, note that 0 will default to 6 (https://gohugo.io/functions/default/) # You can also specify this parameter per page in front matter - BookShowToC: true + BookToC: 3 # (Optional, default none) Set leaf bundle to render as side menu # When not specified file structure and weights will be used |