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.iovirtualenv venv --python=python3source venv/bin/activatepip install -r requirements.txt
cd uofa-cmput404.github.iosource venv/bin/activatemake 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.