This way, all URLs will be example.com/post1 which is what I want… However, I would prefer having all posts in a folder for better organization, like so:
Is there a way to use the above structure and maintain the same URL structure as in the previous example? So example.com/post1 and not example.com/myposts/post1.
Thanks. It seems I’ll need to reconsider my structure as providing a url for each post (thousands) doesn’t seem like a good long term situation The same with using slugs. Appreciate the reply.
I’m starting up a new project and I’m thinking about the structure.
If it’s a NEW project then add the parameters to your archetypes. If it’s not reused material, then using the hugo new command with an existing archetype structure will not end you up in “providing an URL for each post (thousands)”. Re-read your initial post. You talk about a NEW project with 200 markdown posts. Not thousands of already existing posts.
Appreciate the thought. But more appreciating exact problem descriptions.