Hello,
Thanks for the work put here. There aren't many localization projects for Jekyll out there.
I have problems getting started though.
I have gem 'jekyll-language-plugin' in my Gem file.
I added these two lines to the bottom of _config.yml
languages: ['en', 'ar']
theme: minima
plugins:
- jekyll-language-plugin
language_data: data.lang.%%
language_includes_dir: _i18n
_layouts/home.html
---
layout: default
languages:
- en
- ar
---
However no file/folder is generated for me when I run:
bundle exec jekyll serve
What am I missing please?
Thanks,
Houman
Hello,
Thanks for the work put here. There aren't many localization projects for Jekyll out there.
I have problems getting started though.
I have
gem 'jekyll-language-plugin'in my Gem file.I added these two lines to the bottom of _config.yml
_layouts/home.html
However no file/folder is generated for me when I run:
bundle exec jekyll serveWhat am I missing please?
Thanks,
Houman