This repository aims to show how to get a minimal multilingual Jekyll website.
It is based on the Making Jekyll multilingual article, applied on the Jekyll default theme.
You can check the demo on sylvaindurand.github.io/jekyll-multilingual/.
- Have a look at the article Making Jekyll multilingual, which explains how things work
- Check the diff for Jekyll 3.1.x (older versions: 3.0.x, 2.5.x)
- Reproduce it on your website!
- Still have a look at the article Making Jekyll multilingual, which explains how things work!
- Clone the repo:
git clone https://github.com/sylvaindurand/jekyll-multilingual.git
- Open the folder:
cd jekyll-multilingual
- Remove
Readme.md
andjekyll-multilingual.gemspec
, which are useless outside this repository - Build the website:
jekyll build
After having written an article about having a multilingual Jekyll website, sigul gave the idea to provide a minimal working example. Here we are!
The source code is freely available on GitHub. The Jekyll default theme is released under the MIT License, such as the modifications shown in this repository.
Please feel free to open an issue or to push a commit.