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: 9b325729ad9a8f44c12cdfd0292d9844be459b1d (plain)
1
2
3
4
5
6
7
8
9
10
11
## 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.