This repository contains the source code of our website:
- branch
sources
: source code, pages and blog of the pelican website - branch
master
: generated HTML (by GitHub Actions).
All Pull Requests should be merged in the sources
branch.
This website is generated with Pelican and the Flex theme.
To test this website, you should use the following:
pip install -r requirements.txt
make devserver