Skip to content

nicolasreymond/epfl-dojo.github.io

 
 

Repository files navigation

EPFL Dojo website

A static website for informations about EPFL dojos. Available here: https://epfl-dojo.github.io/.

Contributing

Please be sure to make a PR if you want to contribute.

How to sign the charter

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:

  • Add your github username (alphabetical order) + the date (ISO8601 format);
  • Add that you have read and that you agree to commit to the charter;
  • Create your Pull Request on the main repository.

Development

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.

  • install jekyll (e.g. sudo apt install jekyll, bundle install)
  • checkout the repository
  • run (jekyll serve)
  • go to the listed URL (e.g. http://localhost:4000)

Links

About

A static website for informations about EPFL dojos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 70.5%
  • Ruby 25.1%
  • JavaScript 3.9%
  • CSS 0.5%