jekyll-i18n_tags
By KrzysiekJ
A Liquid tag to translate your Jekyll’s templates
To install, add this to your Gemfile
:
gem "jekyll-i18n_tags"
and run bundle install
. To use, run Jekyll with
bundle exec
preceding it:
$ bundle exec jekyll build
$ bundle exec jekyll serve