EpigeneticsExeter / EpigenomicsLabWeb

Pages for Complex Disease Epigenetics Group
https://epigeneticsexeter.github.io/EpigenomicsLabWeb/
2 stars 1 forks source link

[Feature Request]: Add blog page navigation #68

Open sof202 opened 2 weeks ago

sof202 commented 2 weeks ago

Details

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.

sof202 commented 2 weeks ago

This also might be useful: https://gohugo.io/methods/page/tableofcontents/