pawandubey / griffin

speedy and simplistic static site generator.
Apache License 2.0
27 stars 7 forks source link

Automatic pretty permalinks #14

Closed pawandubey closed 9 years ago

pawandubey commented 9 years ago

pretty permalinks are links that end without any extension. Basically denoting folders with index.html inside them.

So instead of the current way of saving each post as an html page, each post should instead be saved as a directory in the same location, containing an index.html with the contents.

Refer to Parser.writeParsedFile method.

pawandubey commented 9 years ago

Done.