Correct installation

This commit is contained in:
Jonah 2019-08-05 22:56:21 -05:00
parent ee63e20003
commit 065c632a2e
No known key found for this signature in database
GPG Key ID: B9D1C611859E0649

View File

@ -6,6 +6,7 @@ gem "github-pages", group: :jekyll_plugins
# Plugins
group :jekyll_plugins do
# example: gem "jekyll-feed", "~> 0.6"
gem 'jekyll-multiple-languages-plugin'
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
@ -13,5 +14,3 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?
gem 'jekyll-multiple-languages-plugin'