Skip to content

pythonsingapore/pugs-org-sg

Repository files navigation

Python Users Group Singapore

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

How to contribute

  1. Fork and clone
  2. Don't forget git submodule init and git submodule update
  3. Install pelican if needed (pip install -r requirements.txt)
  4. Add new content (markdown) or fix styling or templates in theme
  5. Check the result: make html, make devserver, http://localhost:8000
  6. Publish: make ghp