- Docker - runs jekyll in a container
- Clone this repo.
- Run
make clean
. - Run
make serve
.
I18n is achieved via jekyll-polyglott plugin. Translated pages go under the respective language folder, eg. /de
for German. Pages are linked together via their permalink value in the front matter.
Run make push
. This generates a production build and pushes the contents of the directoy _site
to the branch gh-pages
.