For some pages, I want to to change the URL path in the router to not map directly to the path on the filesystem.
For example: a blog post in a file "blog/2015-01-01-post-title" should have a path "blog/post-title".
Where can I hook into the route building process to change that?