Skip to content

No folder generated #34

@houmie

Description

@houmie

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions