My github notifications are flooded and useless. Please contact via the contact form when you make a PR.
You want ghp-import and pelican, both of which you can apt-get if you want.
git clone https://github.com/uofa-cmput404/uofa-cmput404.github.io.git && cd uofa-cmput404.github.io
virtualenv venv --python=python3
source venv/bin/activate
pip install -r requirements.txt
cd uofa-cmput404.github.io
source venv/bin/activate
make devserver
- local development with reloading at localhost:8000
make publish
- production html generated at
output
- production html generated at
To deploy to github pages, manually push the contents of output
to the master branch.
Alternatively, you can use make github
.
Licensed under Apache v2 LICENSE. Static site generated using Pelican.