This Jekyll plugin uses minify-html to minify HTML files produced by Jekyll.
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