kurtsson / jekyll-multiple-languages-plugin

I18n support for Jekyll and Octopress
MIT License
927 stars 202 forks source link

Option to build default locale in subfolder #170

Closed alxckn closed 4 years ago

alxckn commented 4 years ago

We've been using this plugin for a while with a special setup where the default locale is not mounted at the root of the site but it is in its own subfolder.

It is heavily inspired from @klaasnotfound's comment in #86.

You can enable the behavior by setting default_locale_in_subfolder to true in _config.yml. I have also updated a little bit the examples to make them compatible with both behaviors.

kurtsson commented 4 years ago

This looks really good, I will try to make a new release soon. Thank you <3