I’m new to Hugo and I haven’t been able to find a recommended way to put together a site that is primarily pages not posts.
The site map I want is:
.
├── about
├── experience
| └── community
| └── board
| └── career
├── vision
├── vote
├── news
My questions are:
- What is the best way to set up this directory structure in the content folder?
- How can I create different templates for the pages?
- How should I group assets with content? (Page bundles seem cool but I don’t know how to use them if the page is at content/about.md)
I’ve seen lots of different ways to do bits of this but I’m wondering if someone has found a good way to tie it all together that they’re happy with.
Thanks!