Hi,
Just started checking out Middleman, and I'm really liking it so far (easy to get into, and defaults are really close to what I want to accomplish, compared to for example Nanoc.)
I'm going to serve my site from Apache, and I'd like to use pretty URLs. I've done activate :directory_indexes, and it seems to work well, except for the fact that source/index.html.haml gets built as build/index/index.html. Can I add an exception for this somehow, in config.rb, or do something else to make it behave as expected (e.g. being built as build/index.html)?
Thanks,
Johan