I’m trying to use pretty URLs on a blog, in the format:
http://url.com/{year}/{mm}/blog-post-title/
Unfortunately, I can’t seem to figure out the proper blog.permalink value to make this happen.
If my blog.permalink is:
{year}/{month}/{title}.html
I get blog posts with links ending with .html, so the permalink setting is overriding the fact that I have directory indexes enabled.
If my blog.permalink is:
{year}/{month}/{title}
I see the build process generating files with {title} as the filename and no extension, not directories with an index.html file within them.
If it would help, here is the site source.