Skip to content

Commit

Permalink
[#146] Add plugin jekyll-gzip
Browse files Browse the repository at this point in the history
To reduce response time
  • Loading branch information
sog01 committed Feb 11, 2019
1 parent 173b068 commit c30591f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ gem 'scss_lint'
group :jekyll_plugins do
gem 'jekyll-multiple-languages-plugin'
gem 'jekyll-sitemap'
gem 'jekyll-gzip'
end
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ GEM
safe_yaml (~> 1.0)
jekyll-feed (0.10.0)
jekyll (~> 3.3)
jekyll-gzip (2.0.0)
jekyll (~> 3.0)
jekyll-multiple-languages-plugin (1.6.0)
jekyll (>= 2.0, < 4.0)
jekyll-sass-converter (1.5.2)
Expand Down Expand Up @@ -108,6 +110,7 @@ PLATFORMS
DEPENDENCIES
html-proofer
jekyll (>= 3.7.4)
jekyll-gzip
jekyll-multiple-languages-plugin
jekyll-sitemap
minima
Expand All @@ -120,4 +123,4 @@ RUBY VERSION
ruby 2.5.1p57

BUNDLED WITH
1.17.1
1.17.3
1 change: 1 addition & 0 deletions _config.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ plugins:
- jekyll-feed
- jekyll-multiple-languages-plugin
- jekyll-sitemap
- jekyll-gzip
1 change: 1 addition & 0 deletions _config.staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ plugins:
- jekyll-feed
- jekyll-multiple-languages-plugin
- jekyll-sitemap
- jekyll-gzip
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ plugins:
- jekyll-feed
- jekyll-multiple-languages-plugin
- jekyll-sitemap
- jekyll-gzip

0 comments on commit c30591f

Please sign in to comment.