This repository hosts the source code for the LMU CS “hacking” guidelines website. It uses Jekyll and is meant to be hosted on GitHub Pages.
- Run
jekyll serve
from the top of this repo. - Edit the files and preview in a web browser at the address indicated by
jekyll serve
. - Commit as needed.
- When you are ready to publish your changes,
push
your branch toorigin/gh-pages
.