Add jekyll-multiple-language-plugin and refactor strings into /_i18n
This commit is contained in:
parent
8887613e81
commit
a474bc61ed
10 changed files with 53 additions and 93 deletions
4
Gemfile
4
Gemfile
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue