Available with CloudCannon hosting.
Remove the .html extensions in the URLs on your site.
To prettify the URL for an about page:
- Create a folder called
aboutin the root directory of your site - Add the about page to the folder and name it
index.html - Access your page at
/about/orhttp://example.org/about/
Redirect any old URLs to the new locations with 301 Redirects.
Jekyll sites should use permalinks, making this process more manageable.