All Projects → nuprl → website

nuprl / website

Licence: GPL-2.0 license
Source for PRL website

Programming Languages

racket
414 projects
HTML
75241 projects
CSS
56736 projects

nuprl.github.io

Overview

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).

Building

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

Blog

See blog/README.md

Contributing

Please, submit any meaningful change (e.g., larger than a typo) as a pull request against master.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].