Section html exists but 404s

Hi everyone, I am trying to create a /posts section which will list the title of the all of the available posts split up by year. However when I visit /posts I simply get “404 page not found”.

Any hints in the right direction here would be appreciated.
Thanks!

A section needs at least one content page.

Thanks for your reply @bep

Am I using the wrong page type for this task then? As there shouldn’t need to be a user provided content page to display this list of posts.

It looks like creating a layouts/taxonomy/posts.terms.html and then adding the taxonomy to the config file did the trick. Thanks for your help.