Currently it appears that the URL of a page is the filename.
filename: this-is-a-test.html.md.erb
title: This is all about testing
resulting url: this-is-a-test.html
What I am wanting is to use different filenames, and have the URL generated from the title. Is this possible?
filename: this-is-a-test.html.md.erb
title: “Is all about testing?”
resulting url: is-all-about-testing.html