Using disableKinds Section still produces an empty page

In config.toml I use

disableKinds = ["section", "taxonomy", "taxonomyTerm"]

I have a folder under /content/flow/

But when I visit http://localhost:1313/flow/ I don’t get a 404 (as I thought) but an empty page with <pre></pre>

Is this normal behaviour? Will this empty page be published? Is there another way to turn it off?

Of course. How could I forget?

The only way to disable the unwanted empty Section page is with this hack.

And for refence’s sake I created an index.md at the root of /content/ so that I could use folders for .Resources Apparently Hugo still thought of the leaf bundle folders as Sections.

:upside_down_face: