Skip to content
Snippets Groups Projects
Commit 03acb456 authored by Johannes Keyser's avatar Johannes Keyser
Browse files

deleting the files, as per step 4. in the Readme.md

parent d3857f2e
No related branches found
No related tags found
No related merge requests found
Pipeline #16 failed
# Multilingual Jekyll
This repository aims to show how to get a minimal multilingual *Jekyll* website.
It is based on the [**Making *Jekyll* multilingual**](https://www.sylvaindurand.org/making-jekyll-multilingual/) article, applied on the [Jekyll default theme](https://github.com/jglovier/jekyll-new).
You can check the demo on [sylvaindurand.github.io/jekyll-multilingual/](https://sylvaindurand.github.io/jekyll-multilingual/).
**Warning**: this repo is not maintained anymore by its author, but pull requests are still welcomed.
## Make your website multilingual
1. Have a look at the article [Making *Jekyll* multilingual](https://www.sylvaindurand.org/making-jekyll-multilingual/), which explains how things work
2. Check the [diff for Jekyll 3.1.x](https://github.com/sylvaindurand/jekyll-multilingual/commit/111495e91e8986db21368e54a42188cdbbc44b6f) (older versions: [3.0.x](https://github.com/sylvaindurand/jekyll-multilingual/commit/b2da2a07c325a1b6e01f524dad6582f2daf70ccf), [2.5.x](https://github.com/sylvaindurand/jekyll-multilingual/commit/e0bed79df22d2d35a75d0906e2c9c2baeac44a73))
3. Reproduce it on your website!
## Create a multilingual website from stratch
1. Still have a look at the article [Making *Jekyll* multilingual](https://www.sylvaindurand.org/making-jekyll-multilingual/), which explains how things work!
2. Clone the repo: `git clone https://github.com/sylvaindurand/jekyll-multilingual.git`
3. Open the folder: `cd jekyll-multilingual`
4. Remove `Readme.md` and `jekyll-multilingual.gemspec`, which are useless outside this repository
5. Build the website: `jekyll build`
## Colophon
After having written an article about having a multilingual *Jekyll* website, [sigul](https://talk.jekyllrb.com/t/a-vanilla-jekyll-theme-multilingual-with-no-plugins/) gave the idea to provide a minimal working example. Here we are!
The [source code](https://github.com/sylvaindurand/jekyll-multilingual) is freely available on [GitHub](https://github.com/sylvaindurand/jekyll-multilingual). The *Jekyll* default theme is released under the MIT License, such as the modifications shown in this repository.
## Question?
Please feel free to [open an issue](https://github.com/sylvaindurand/jekyll-multilingual/issues) or to [push a commit](https://github.com/sylvaindurand/jekyll-multilingual/pulls).
Gem::Specification.new do |s|
s.name = 'jekyll-multilingual'
s.version = '3.1.6'
s.license = 'MIT'
s.summary = 'Multilingual version of the Jekyll default theme'
s.author = 'Sylvain Durand'
s.email = 'github@durand.tf'
s.homepage = 'https://www.sylvaindurand.org/making-jekyll-multilingual/'
s.files = `git ls-files -z`.split("\x0").grep(%r{^_(includes|layouts)/})
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment