jekyll-language-plugin icon indicating copy to clipboard operation
jekyll-language-plugin copied to clipboard

No folder generated

Open houmie opened this issue 7 years ago • 0 comments

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

houmie avatar Jun 15 '18 07:06 houmie