To build the website locally:
- Install Jekyll.
- Run
bundle installin root of this repository. - Run
bundle exec jekyll serveto host website onlocalhost:4000/pop.
To make the website live on https://cs.cmu.edu/~pop, run the following scripts
$ ./deploy.sh
This script will push the _site directory to
/afs/cs.cmu.edu/project/pop/www/; users will be prompted for
kerberos credentials if none are found.