From: Nick Bowler Date: Thu, 10 Jan 2019 03:00:58 +0000 (-0500) Subject: Add a postprocess hook to gzip output text items. X-Git-Url: http://git.draconx.ca/gitweb/homepage.git/commitdiff_plain/6eafcf5e8667fd376e66e1662f44ceeacde54a74?hp=6eafcf5e8667fd376e66e1662f44ceeacde54a74 Add a postprocess hook to gzip output text items. This enables the use of nginx gzip_static functionality, reducing per-request processing. This is only done if GZIP_SITE is set to a nonempty value in the environment so it can be run only when publishing to avoid noise when authoring. ---