This is source repository for pugs.org.sg. We use pelican to build the site which is hosted on GitHub pages.
- Fork and clone
- Install pelican if needed (
pip install -r requirements.txt
) - Add new content (
markdown
) or fix styling or templates intheme
- Check the result:
make html
,make devserver
,http://localhost:8000
- Publish:
make ghp