From baaa015e151ec5ac8b98123ce1db4cf82fd019a6 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Wed, 19 Nov 2025 13:16:54 -0500 Subject: Include jekyll-gzip plugin --- Gemfile | 6 +++--- _config.yml | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ddfd1f0..a7abdad 100644 --- a/Gemfile +++ b/Gemfile @@ -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. diff --git a/_config.yml b/_config.yml index f490ad8..fa2af63 100644 --- a/_config.yml +++ b/_config.yml @@ -14,6 +14,9 @@ collections: permalink: /blog/:title/ +plugins: + - jekyll-gzip + exclude: - generate.sh - website-check.rb -- cgit v1.3.1