By default content/blog/post.md will result in blog/post/index.html so the resulting URL will be example.com/blog/post/. Is it possible to use simple .html files for each page instead? With the above example that would be blog/post.html.
I know I can get direct HTML pages using aliases = [ "blog/post.html" ] but this would still result in blog/post/index.html produced. Also many features, like internal @/ links produce URLs that expect the default structure.