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.html
toindex_{langcode}.html
- Copy
_data/locales/en.yml
to_data/locales/{langcode}.yml
- Change the values of the English strings to the translated, new language strings.
You can see the translated webpage by running jekyll serve
and opening
http://localhost:4000/
Help Translate "Homebrew homepage" on Transifex.