Repository for the source code of the Swiss Python Conference web site.
Clone the repository.
git clone https://github.com/SwissPy/SwissPy.github.io
Switch to the source branch.
cd SwissPy.github.io
git checkout source
Install dependencies.
pip install -r requirements.txt
Run the devserver.
make devserver
Now you can browse the website at http://localhost:8000/.
For deploying the website, the rendered HTML needs to be pushed to the master
branch. This can be done via the Makefile and the ghp-import script:
make clean html
make github
The current version should be live now.