jnordberg / wintersmith

A flexible static site generator
http://wintersmith.io/
MIT License
3.5k stars 335 forks source link

Proper way to customize url permalink? #249

Closed andrewboni closed 10 years ago

andrewboni commented 10 years ago

Hi, I'd like to set up a page called /about instead of /about.html. What's the right way to go about this? Thanks!

jnordberg commented 10 years ago

see the docs for the page metadata, you can set filename to about but the preview server wouldn't know what content type to serve that as since it guesses based on file extension.

i would create a directory called about and plonk a index.html inside it