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 multilingual.sylvaindurand.org.
git clone https://github.com/sylvaindurand/multilingual-jekyll.git
cd multilingual-jekyll
Readme.md
, CNAME
and .travis.yml
, which are useless outside this repositorygem install jekyll
(with Ruby)jekyll serve
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.