The webpage uses Jekyll. The template for
the index is at _layouts/index.html
.
If you want to add a new translation, follow these steps:
- Copy
index_fr.html
toindex_{langcode}.html
and update itslang
andpermalink
values. - Copy
_data/locales/en.yml
to_data/locales/{langcode}.yml
and update its initial language code. - Change the values of the English strings to the new, translated language strings.
You can see the translated webpage by running bundle install
and bundler exec jekyll serve
, after executing it open
http://localhost:4000/ and switch to your language.