This is the source code for the website for the Northeastern University Programming Research Lab, hosted at prl.ccs.neu.edu.
Any changes made to the master
branch here will get deployed
automatically to prl.ccs.neu.edu
.
Note that we configure a cron job to rebuild so that the list of seminars shows up in the right order (as it needs to change after every seminar).
Build Prerequisites: Racket, and python with the pygments library.
To build the site + blog and open a new window:
make preview
To build the site, but not the blog:
make prl
To build one page, for example index.html
:
make index.html
See blog/README.md
Please, submit any meaningful change (e.g., larger than a typo) as a pull request against master
.