jekyll-multiple-languages-plugin icon indicating copy to clipboard operation
jekyll-multiple-languages-plugin copied to clipboard

I18n support for Jekyll and Octopress

Results 80 jekyll-multiple-languages-plugin issues
Sort by recently updated
recently updated
newest added

**Jekyll-Multilingualism:** https://github.com/aleiphoenix/jekyll-multilingualism

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' ?

Hello, I am using jekyll-multiple-languages-plugin-1.7.0 and jekyll-sitemap-1.4.0. My sitemap is only generated for one language (primary). The same map is created in the _site/ru and _site/en folders. Example for en:...

why do you change site.baseurl? Can site.baseurl be restored to its original state (not bound to language directory) after jekyll-multiple-languages-plugin plugin completes its task? (What I want is for compatibility...

I'm trying to setup `jekyll-multiple-languages-plugin` for the first time. Example website works, indeed. Although, my website does not. This is the output, whenever I run `bundle exec jekyll serve --verbose`:...

Jekyll provides t[he ability to provide a permalink for the posts](https://jekyllrb.com/docs/permalinks/), for example used when you don't want to include the date in the blog post. However, it seems that...

Apologies for repeating something known if any, but I'm fairly new to Jekyll. Currently using 3.5.2, which I noticed has not been mentioned as supported as of yet. I've added...

I locally serve a site using ```jekyll serve```. This works well, until I happen to save something that produces an error, like for instance a missing file for a translation:...

I have about 10 static pages that are *not* posts. I want to house them under `_pages/[lang]`. According to the [docs](https://github.com/kurtsson/jekyll-multiple-languages-plugin#56-creating-pages), I have to create a "template" page for each...

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