Open sof202 opened 2 months ago
Using
[markup] [markup.goldmark] [markup.goldmark.parser] [markup.goldmark.parser.attribute] title = true
in hugo.toml. You can get ids for each heading of a blog post.
You could then use this to create a side bar that allows you to jump around the blog to different sections.
This also might be useful: https://gohugo.io/methods/page/tableofcontents/
Details
Using
in hugo.toml. You can get ids for each heading of a blog post.
You could then use this to create a side bar that allows you to jump around the blog to different sections.