Does jekyll build
provide a hook which I can use to gzip
each .html file in the _site
directory? I'd like to have a corresponding example.html.gz
file to an example.html
file.
I would write a wrapper script in case there is no hook. I just want to be sure to make it in the cleanest way possible.