This is source repository for pugs.org.sg. We use pelican to build the site.
The site is hosted on Netlify, a deployment will be triggered simply by pushing a commit into the master branch.
The build command is make publish
.
The devserver command is make devserver
- Fork and clone
- Don't forget
git submodule init
andgit submodule update
- 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