Tweak verbiage a bit to indicate what else is in the FAQ
1 file changed
tree: cd2e6652817db223cb8c6694ba7b0603f9f6121c
  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

User notes

Users must be set up on gitbox