Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No folder generated #34

Open
houmie opened this issue Jun 15, 2018 · 0 comments
Open

No folder generated #34

houmie opened this issue Jun 15, 2018 · 0 comments

Comments

@houmie
Copy link

houmie commented Jun 15, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant