Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow setting levels for TOC globally #35

Open
apreshill opened this issue Nov 30, 2020 · 0 comments
Open

Allow setting levels for TOC globally #35

apreshill opened this issue Nov 30, 2020 · 0 comments

Comments

@apreshill
Copy link
Contributor

One of the best features of the new Hugo Goldmark renderer is the ability to set the TOC start and end levels for your site:

https://gohugo.io/getting-started/configuration-markup/#table-of-contents

markup:
  tableOfContents:
    endLevel: 3
    ordered: false
    startLevel: 2

I think because the Hugo variable {{ .TableOfContents }} isn't being used, this setting doesn't change how the TOC is displayed in the theme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant