jekyll-multiple-languages-plugin
jekyll-multiple-languages-plugin copied to clipboard
I18n support for Jekyll and Octopress
Do you have any plans to support building a multilanguage sitemap? Thank you! --- https://support.google.com/webmasters/answer/2620865?hl=en
Unfortunately this doesn't work inside the permalink key inside front-matter: ``` yml --- layout: default permalink: /titles.home/ title: titles.home --- ``` This return a `titles.home` (not translated) folder with the...
_Workflow_: 1- Create new project with `jekyll new mysite` 2- Add plugin following the docs and add 2 languages **en** and **it** 3-In the index.html page just add `{{site.translations.size}}` to...
``` Building site for default language: "en" to: G:/Projects/xxx.com/_site Loading translation from file G:/Projects/xxx.com/_i18n/en.yml jekyll 3.5.0 | Error: undefined method '+' for nil:NilClass ``` ``` C:/tools/ruby23/lib/ruby/gems/2.3.0/gems/jekyll-multiple-languages-plugin-1.5.1/lib/jekyll-multiple-languages-plugin.rb:120:in `block in process': undefined...
Hi all, I am new here so please forgive me if I don't answer or even ask the question correctly... So I am using Ruby, Git Bash and Visual Studio...
Hi, i can't use the old plugin [jekyll-paginate](https://github.com/jekyll/jekyll-paginate), why not working with multiple collections, you can upgrade to [jekyll-paginate-v2](https://github.com/sverrirs/jekyll-paginate-v2) the error is this : [undefined method `pagination_enabled?' for Jekyll::Paginate::Pager:Class](https://github.com/jekyll/jekyll/issues/5289) Thanks.
This works when the plugin is not enabled: ``` {% include features.html param="something" %} ``` However, when the plugin is enabled, that variable is ignored and you basically get this:...
Hi, I use a [custom plugin](https://github.com/MediaComem/jekyll-brand-social-wall) to generate a social feed with multiple social networks. The issue is that the plugin is executed for every language ! Is there a...
When I put the plugin in `_plugins` I get this message. `jekyll 3.0.0 | Error: Invalid hook. site supports only the following hooks [:after_reset, :post_read, :pre_render, :post_write]`
I'd expect the plugin to use English .md files for those that are missing in the translation. Not just fail. Currently I have to write a script to copy all...