Is there a way to make the github case insensitive?
Or in jekyll to ensure that all urls are lowercase?
For example, this URL is valid:
http://www.example.net/Vegas-2014.html
but this 404s
http://www.example.net/Vegas-2014.html
I don't like this in terms of usability. (think of text messages, type them, etc.)
I know that I can fix this with permalink, but I'm wondering if there is a way to do this using Jekyll settings or pages or some other technique.
source
share