Rendering section pages in taxonomies

Hello,

Referencing this post [SOLVED] After update 0.29 -> 0.35 some pages are no longer generated, is it possible to render _index.md section pages in taxonomy list pages? I have the following file structure:

posts
  welcome
    _index.md
    unit1.md
    unit2.md
[...]
topics
  introductory
    _index.md

After upgrading to v0.53 I find that my topics taxonomy list is empty, but if I change the “_index.md” file under the welcome folder to “index.md”, it shows up just fine.

I remember that recently some of the list pages stopped being rendered to tone down the noise of index pages. I changed some of these pages to index.md with a shortcode that renders items of this list page… but v0.53 sounds awfully old for a Hugo version… What happens if you install a current version? Do you need help to get a current version running on your computer/system?

I just updated to 0.59.1 but that doesn’t seem to fix the issue. Could you go into more detail about your workaround with shortcodes? Ideally I want all “index.md” files to render as list templates and unit files to render as single templates.

Any insight on this? I’m currently using Netlify to host my site with this template: https://github.com/netlify-templates/one-click-hugo-cms which itself is derived from the Victor Hugo boilerplate: https://github.com/netlify-templates/victor-hugo