The project is in a healthy, maintained state
A Jekyll plugin that uses the minify-html Rust crate to minify HTML files.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 0.18.1
 Project Readme

This Jekyll plugin uses minify-html to minify HTML files produced by Jekyll.

Installation

Add the following line to the Gemfile:

gem "jekyll-minify-html-rs", "~> 1.0.0"

Add jekyll-minify-html-rs to the plugins list in _config.yml:

plugins:
  - ...
  - jekyll-minify-html-rs