This builds the website and puts pages in output/
`virtualenv $venvname`
`source $venvname/bin/activate`
`pip install -r requirements.txt`
Edit all the markdown! (pages/)
`pelican content`
To preview:
`python -m pelican.server`
Fundraising site default copied from default Apache Infra future website: https://github.com/apache/infrastructure-website
Anytime you checkin a file, the site is regenerated: https://ci.apache.org/builders/fundraising-site
Users must be set up on gitbox