Hi all,
First time working with Hugo and I’m quite confused as to why it’s not generating a list html file for my blog
section.
My file structure is as followed:
archetypes/
blog.md
work.md
content/
blog/
_index.md
test.md
work/
layout/
_default/
baseof.html
list.html
single.html
blog/
single.html
partials/
head.html
footer.html
index.html
When running Hugo, I was expecting a public/blog/index.html
file to be created using the layout/_default/list.html
. For some reason, this doesn’t happen. Can anyone help me?
If the description I gave here isn’t enough, the full repository for the site can be found here. https://github.com/samjmckenzie/sammckenzie.be
PS: For some reason, there does seem to be a public/blog/blog.html
file being created filled with XMS for an RSS feed. Is this normal?