Initial check-in of resources from svn
31 files changed
tree: 50e0dac4bb8d245e5753c261e63b08430c6c4825
  1. content/
  2. theme/
  3. .asf.yaml
  4. devconf.py
  5. LICENSE
  6. pelicanconf.py
  7. publishconf.py
  8. README.md
  9. requirements.txt
README.md

Apache Fundraising Website

How to build the Site

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`

Technical site documentation

Fundraising site default copied from default Apache Infra future website: https://github.com/apache/infrastructure-website

http://docs.getpelican.com/en/stable/content.html#articles-and-pages

Anytime you checkin a file, the site is regenerated: https://ci.apache.org/builders/fundraising-site