Hi there,
Longtime user of Hugo here. I have a site that I haven’t changed in a few weeks, but upon installing Hugo on a new machine, when I do a build of the site, it completely ignores rendering any pages in sub-directories of the content folder. I don’t attempt to ignore any files in the config.toml, so it doesn’t appear to be that. Again, this worked last month on a different computer with the same exact set of assets and code.
Content folder structure:
content
chapter
_index.md
onepage.md
twopage.md
(apologies, forum strips indenting)
I even tried adding another folder alongside chapter, but its contents are also not seen. I’ve attempted rolling back to older versions of Hugo, but they don’t seem to want to run any longer on my machine (I’m not sure if newer versions of Hugo change versions of Go under the hood, I thought that was all self-contained in the executable).
Has anyone encountered this, or know of any additional commands I can run to flush caches or further inspect the output?
I’ve tried running:
hugo list all - results: does not show any pages in the chapter folder
hugo --debug - results: shows all my shortcodes being compiled, but nothing about the pages
Anyone experience something similar?