We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
gem 'jekyll-language-plugin'
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 serve
What am I missing please?
Thanks,
Houman
The text was updated successfully, but these errors were encountered: