Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Table-Of-Contents.md - github.com/AmazingRise/hugo-theme-diary.wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 663df4c9a0974826427323cd1a9fca1f0d25df1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Disable Table of Contents

### Globally

Add `disableToC=true` to the section of `[param]` in your `config.toml`.
Then you will not see it.

### Apply for single page

Add `disableToC: true` in the front matter of the page.
Then you will disable it in the very page.

## Disable ToC auto collapse

Please add `disableAutoCollapse=true` to the section of `[param]` in your site's `config.toml`.

And this can be applied to single page as [Apply for single page](#Apply-for-single-page), too.