kurtsson / jekyll-multiple-languages-plugin

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

Default language in the subdirectory but hosted directly under '/' #196

Open nataliastanko opened 2 years ago

nataliastanko commented 2 years ago

Is there a simple way to keep all posts in subfolders including the posts in the default_language, but to reroute posts in the default_language to '/' instead of '/default_language' ?

figgles commented 11 months ago

Being a static site generator, this can't do any routing at all.

You need software to route the requests. I set up nginx to do the routing - I based the decision on the browser's language (i.e. Accept-Language HTTP header).

I suggest that this issue be closed.