Skip to content

uofa-cmput404/uofa-cmput404.github.io

Repository files navigation

cmput404.github.io

Pull Requests

My github notifications are flooded and useless. Please contact via the contact form when you make a PR.

Installation

You want ghp-import and pelican, both of which you can apt-get if you want.

  1. git clone https://github.com/uofa-cmput404/uofa-cmput404.github.io.git && cd uofa-cmput404.github.io
  2. virtualenv venv --python=python3
  3. source venv/bin/activate
  4. pip install -r requirements.txt

Running

  1. cd uofa-cmput404.github.io
  2. source venv/bin/activate
  3. make devserver
  4. make publish
    • production html generated at output

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.