Code for auto-generated static website: https://france-ioi.github.io/algorea-designs/
It may be useful to launch the website locally, especially when changing the engine (>< the content).
- Install Ruby
- Install Jekyll (
gem install bundler jekyll
) - Install the Github-Pages themes (
gem install github-pages
) - Run it
jekyll serve
(or build it oncejekyll build
)