I have two sections “books” and “movies” under content which I dont have _index.md (not sure if I need it). I need the list page to list all different movies and books. I couldn’t find a way in hugo to have two separate list pages only one under layout/_default.html.
I have my homepage take me either to /books or /movies and each renders the same list page (the default). I’m having problem accessing taxonomies of my current section. I can only access books taxonomies. When my URL is /movies, I can only see books taxonomies.
Is there a way to organize my folders so I can have two separate list pages or one list page with both sections contents?
Sections and taxonomies are different from each other. So you decide if you want books and movies to be sections or taxonomies. I’d recommend sections by default, but maybe you are using them as categories or something.
When you go to example.org/books/little-women, should that list a single book page, or a list of pages talking about the book?
If you’d like to look up this subject online, it is sometimes called “information architecture”, and you’ll find resources that explore more.
I have been actually using taxonomies. I want example.org/books to show me the list of books and example.org/books/little-woman to show the single page for that book. I also want another list to show movies. It looks like I can only have one list template which is _default but when I’m there I can only access books not movies’ content.
So I don’t need layout/_default/list.html? that what confused me, I thought we must have this setup. I’ll try it doing what you suggest and let you know.
in this site about, repertoire, etc and 4 more list pages I have to create, bcoz the design will be different for each page like about, repertoire. can I do like this and use different block templates under list.html for each and call them under baseof.html?