You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to publish every language version on different domain (eg.: example.com, example.nl, example.fr). What is the correct way how to setup this plugin? Or is there any way how to achieve that with this plugin? 😄
Simple example: index.html for en, nl, fr languages.
Output will be placed into /en/index.html, /nl/index.html and /fr/index.html. If I use this solution https://github.com/vwochnik/jekyll-language-plugin/wiki/Language-Name-Liquid-Tag#offer-the-user-a-selection-of-the-available-languages to offer different language versions, it will work only when content will stay in these folders. Imagine situation when I'll map /en/ folder to example.com domain on the server. Other language version will still have URLs going to /nl/, /fr/. How ti fix this situation? Maybe I'm thinking about it in wrong way. But what is the trick how to achieve it? Thanks
The text was updated successfully, but these errors were encountered:
I need to publish every language version on different domain (eg.: example.com, example.nl, example.fr). What is the correct way how to setup this plugin? Or is there any way how to achieve that with this plugin? 😄
Simple example:
index.html
foren
,nl
,fr
languages.Output will be placed into
/en/index.html
,/nl/index.html
and/fr/index.html
. If I use this solution https://github.com/vwochnik/jekyll-language-plugin/wiki/Language-Name-Liquid-Tag#offer-the-user-a-selection-of-the-available-languages to offer different language versions, it will work only when content will stay in these folders. Imagine situation when I'll map/en/
folder toexample.com
domain on the server. Other language version will still have URLs going to/nl/
,/fr/
. How ti fix this situation? Maybe I'm thinking about it in wrong way. But what is the trick how to achieve it? ThanksThe text was updated successfully, but these errors were encountered: