kurtsson / jekyll-multiple-languages-plugin

I18n support for Jekyll and Octopress
MIT License
922 stars 203 forks source link

Netlify compatibility #167

Open wouter-muller opened 4 years ago

wouter-muller commented 4 years ago

Do you know if this plugin would work in a Netlify environment? Does anyone have experience with this?

erciccione commented 4 years ago

I recently deployed a website which uses this plugin on netlify. Didn't experience any issue and i don't see why there should be any.

cannandev commented 3 years ago

I'm using the NetlifyCMS i18n Beta feature and trying to get it to play nicely with this plugin. I had to configure all CMS pages as posts under _i18n/_posts/{{year}}-{{month}}-{{day}}-{{slug}}.

Has anyone gotten this plugin to work with NetlifyCMS i18n creating pages as _i18n/_pages/{{slug}}?

Would appreciate suggestions.