hugo site help - Need some help adding posts directory to hugo-book main menu nav bar
10:56 26 Apr 2026

first time poster - I was wondering if anyone had any tips about getting the posts directory to show up in the side menu for the alex-shpak Hugo Book theme. I'm fairly new to Hugo and have made a site with this theme before, but it did not have a blog. This is the repo I'm currently working with: Stout Heart Press This is the current structure I have going (forgive the basic directory tree notation, I'm a librarian, printer, and social worker):

/content

  • _index.md

  • /docs

    • /about

      • _index.md
    • /work

      • _index.md
  • /posts

    • /[post folder]

      • /[postname].md

Any guidance would be much appreciated!

hugo hugo-theme