A static website for informations about EPFL dojos.
A static website for informations about EPFL dojos. Available here: https://epfl-dojo.github.io.
Please be sure to make a PR if you want to contribute.
Attendees of the EPFL dojo can commit themself by signing the EPFL Dojo charter.
To do so, please open a PR on the file CHARTER.md:
First you have to understand what is Jekyll and how it works. A simple git clone ...
wouldn’t be enough to run the site locally. You have to setup jekyll first.
sudo apt install jekyll
, bundle install
);jekyll serve
);You can also use Docker compose to run the site in a Docker container.
docker-compose up
in your terminal;