I have this structure in the archetypes folder:
archetypes
releases
_index.adoc
readme.adoc
content
en
releases
11.0R
_index.adoc
readme.adoc
When I execute the hugo new command
hugo new --kind releases releases/15.1R
Hugo fails and shows this message to me:
Error: target path "releases/15.1R" is not a known content format
There’s a way to use dots in the folder name?