hexo-filter-gzip

Filter to gzip content on after_generate event

Usage no npm install needed!

<script type="module">
  import hexoFilterGzip from 'https://cdn.skypack.dev/hexo-filter-gzip';
</script>

README

hexo-filter-gzip

Build Status

A filter for Gzipping HTML, CSS and JS files.

Options

gzip:
  priority: 10000

priority (optional): set the priority to make sure the gzip task is executed after any other processing of the HTML, CSS and JS has been completed. Default 10000.