Install jekyll-multiple-languages-plugin

https://github.com/kurtsson/jekyll-multiple-languages-plugin
This commit is contained in:
Jonah 2019-08-05 22:42:14 -05:00
parent 9882bd4998
commit ee63e20003
No known key found for this signature in database
GPG Key ID: B9D1C611859E0649
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,5 +1,4 @@
_site/
Gemfile
Gemfile.lock
.sass-cache/
.DS_Store

View File

@ -14,3 +14,4 @@ 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'

View File

@ -5,6 +5,8 @@ sass:
style: compressed
plugins:
- jekyll-sitemap
- jekyll-multiple-languages-plugin
sitemap:
file: "/sitemap.xml"
include: [".well-known"]
languages: ["en", "pl"]