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:
-
In _config.yml append this:
- langcode: {the_lang_code} lang_string: {the_link_string}
-
Copy index.html as index_{langcode}.html
-
Change the values of the strings to the translated strings.
You can see the translated webpage by running jekyll serve
and opening http://localhost:4000/