diff options
| author | Bradley Taunt <bt@btxx.org> | 2025-11-19 13:16:54 -0500 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2025-11-19 13:16:54 -0500 |
| commit | baaa015e151ec5ac8b98123ce1db4cf82fd019a6 (patch) | |
| tree | 5fd45722b1c8ddab7df8aa662056c1d494941aaa /Gemfile | |
| parent | da6eec8f7493b42b2b3b81f8c30312e5be87c2c2 (diff) | |
Include jekyll-gzip plugin
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -15,9 +15,9 @@ gem "jekyll-sass-converter", "~> 2.2" # uncomment the line below. To upgrade, run `bundle update github-pages`. # gem "github-pages", group: :jekyll_plugins # If you have any plugins, put them here! -#group :jekyll_plugins do -# gem "jekyll-feed", "~> 0.12" -#end +group :jekyll_plugins do + gem "jekyll-gzip" +end # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem # and associated library. |
