I’ve just started to look into Hugo and have decided to try and make a Minimum Viable Product with a list view.
I’ve followed the instructions on the list view documentation, however every time I render my _index.md template (localhost:1313/posts/), the page loads however with no content from the template (No preamble rendered).
As per your repo all content files including the Section _index.md are set as drafts.
Either undraft the files or use hugo -D as your Netlify command and hugo server -D for local development to build drafts.
Also as per the /layouts/_default/list.html template you are using the {{ define "main" }} declaration but there is no baseof.html template. Please have a look at the relevant doc: