Hi i used an old version of hugo many years ago that converted a markdown file to an html file. Now it creates a directory with an index.html file for everything. Is there a way to disable this functionality as im using hugo to generate a large amount of email template files so the directories are unneeded.
So for example:
I want:
- public/
- sub-folder/
- email-1.html
- email-2.html
- sub-folder/
and dont want
- public/
- sub-folder/
- email-1/
- index.html
- email-2/
- index.html
- email-1/
- sub-folder/
Thanks for help