In addition to custom taxonomies I need several pages with common stuff like https://mysite.com/about https://mysite.com/legal https://mysite.com/contacts
Here is example of how exactly this task should be done. I’ve created about folder inside content folder, placed my article as index.md there. But I’m getting 404 error on http://localhost:1313/about/
Other pages located in sections folders are accessible. What I’m doing wrong? And more broad question: is any way to see what url Hugo assigns to certain file when compiling site?
We don’t know what’s wrong because we cannot see your site code. Please have a read about Requesting Help to see how to make it easier to get help here.
After several hours I made refresh of page and error gone. Now works not only content/about/index.md but also /content/about.md - this way has even higher priority. Something strange happened but all well that ends well.