Multiple _index.md with archetypes for nested sections

Given that I’d like to create a page bundle inside nested and not yet existent sections (assuming I’ve already got an archetype for a page bundle):

hugo new section/nested/deep/page

is there a way to configure an archetype such that _index.md files would be created for each new section?

Or is my best shot to create a separate archetype for sections (with _index.md), and create sections one by one?

No, there is not.