Add jekyll-multiple-language-plugin and refactor strings into /_i18n

This commit is contained in:
John Hess 2022-03-30 16:40:50 -05:00
parent 8887613e81
commit a474bc61ed
10 changed files with 53 additions and 93 deletions

View file

@ -16,6 +16,7 @@ gem "jekyll", "~> 4.2.0"
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
gem 'jekyll-multiple-languages-plugin'
end
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
@ -27,3 +28,6 @@ end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
# HTTP Server for local development
gem "webrick", "~> 1.7"