This is the code that powers our website:
For team to update the website:
When a pull request is merged, Netlify will automatically rebuild and deploy the website.
When you open a pull request, Netlify will automatically build a "deploy preview" containing your changes.
Make sure you have Python 3 installed (e.g. via Homebrew).
Make sure you have Virtualenv installed, e.g.
$ pip3 install virtualenv
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ venv/bin/python build.py
It will output into _site/
.
$ venv/bin/python build.py -w
The builder will rebuild each file when it is requested.