I have a blog with all the posts as www.<<sitename>>.com/post-slug/
I am using casper theme to try out migrating to hugo. But, if I put all the posts in the /contents/
folder, it doesn’t appear. If I put everything inside posts
folder, it works fine. I do understand that this is something called sections
. But is this possible to put my blog posts in the root? Or defining something in the posts folder which makes urls at the root? I am bit confuse how sections works.