Hugo documentation states that “Hugo ignores content beneath the leaf bundle.”
But, is there a way — a workaround — to ensure Hugo creates the pages/content/resources beyond the terminal leaf bundle without making it a branch bundle with an _index?
For example, I have the following structure:
content
├──folder-one
├──index.md
└──folder-two
└──index.md
Hugo will not build the folder-two/index.md because it considers folder-one/index.md a terminal leaf bundle without the _index.
I’m curious if there is an easy way to build the directories without the _index.