v0.62.2/extended windows/amd64
I made a test for subsection content and it works fine (repo + site):
/content/
_index.md
test.md
/section-1/
_index.md
test.md
/section-2/
_index.md
test.md
/layouts/
/_default/
baseof.html
list.html
single.html
Do you know why Hugo doesn’t create subsections /test/
pages in my more complex situation here? (repo + site)
/content/en/
_index.md > ok
test.md > ok
/positions/
_index.md > ok
test.md > page not created
/fundamental/
_index.md > ok
test.md > page not created
/layouts/
/_default/
baseof.html
list.html
single.html