After perusing the documentation I’m unsure whether it’s possible to not have section (i.e. top level directories) at all.
“By default, all the first-level directories under content/ form their own sections ( root sections ).” might suggest that it’s possible to get rid of them, but it might not. Is it possible?
Then Hugo will be able to get the slug and the date from the file or folder name of you post. /content/blog/2020-06-07-my-first-post will automatically become /my-first-post/ including the correct post date.
So when the documentation says " While Hugo supports content nested at any level, the top levels (i.e. content/<DIRECTORIES> ) are special in Hugo and are considered the content type used to determine layouts etc." I don’t need to worry about leaving out that special top level layer and Hugo won’t get confused trying to determine the content type?
I guess there’s not much use in debating this, I’ll just have to try it.