[SOLVED] Site no longer builds with version 0.32+ (theme-hugo-foundation6)

At first glance the index.md under /content/ is converting everything into a page bundle. Rename it to _index.md check if that fixes your problem and tell us.

Since Hugo 0.32+
index.md ---> Page Bundle (leaf bundle)
_index.md ---> Section or Nested Section (branch bundle - this can be a bundle also for img resources)

1 Like