drone / jkl

[DEPRECATED] a static site generator written in Go based on Jekyll
MIT License
132 stars 37 forks source link

feature request: gzip #3

Open daemoned opened 12 years ago

daemoned commented 12 years ago

I have a feature request, when it generates the pages and so fort if you can add a configuration option like --gzip to have it gzip files to *.gz so you can use it with nginx gzip static module (http://wiki.nginx.org/HttpGzipStaticModule)

I'm trying to learn to code and specially golang but aren't there yet so I can make a Pull Request for you ;)

bradrydzewski commented 12 years ago

sounds easy enough ... especially since Go has a gzip lib http://golang.org/pkg/compress/gzip/

I'll try to add it some time this week