nuprl / website

Source for PRL website

Home Page:http://prl.ccs.neu.edu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Source for PRL website

http://prl.ccs.neu.edu

License:GNU General Public License v2.0


Languages

Language:Racket 92.5%Language:HTML 3.6%Language:CSS 3.3%Language:JavaScript 0.2%Language:Shell 0.2%Language:Makefile 0.1%