I am using Hugo universal theme.
Similar as other theme, if I put the .md file inside content folder it will be rendered as “single page”, and if I move it to “Blog” folder inside this content folder, then it is rendered as a post.
My problem is that I have many .md files which I want to render as single page, but it is too messy to put them altogether in content folder.
Is there a simple way (sorry, you can see that I don’t now Hugo very well)to put them in different folders (maybe still under content folder), but till render them as single page?
I tried to add layout:pages
or type:pages
, it did not work.
Thanks a lot.