In my config file for Jekyll, I have the permalink set to permalink: /:year/:month/:day/:title/
so that the HTML extension is removed from the post, but this only works for markdown posts, not pages as well.
If I want all my pages to have the .html removed, such as my about.html page change to just /about, do I have to create the folder then have the index.html, or is there a way Jekyll can do that for me?