Skip to content

nuprl/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 18, 2024
a43b940 · Nov 18, 2024
Jan 11, 2023
Feb 23, 2024
Mar 21, 2023
Aug 19, 2015
Aug 6, 2021
Nov 14, 2024
Jan 5, 2017
Dec 11, 2018
Sep 20, 2016
Oct 2, 2024
Jan 10, 2023
Aug 19, 2015
Sep 24, 2019
Oct 1, 2021
Sep 30, 2016
Nov 18, 2024
Apr 9, 2019
Sep 24, 2019
Sep 10, 2019
Apr 10, 2019
Sep 2, 2022
Nov 18, 2024
Sep 20, 2016
Sep 5, 2024
Aug 19, 2015
May 21, 2024
Nov 16, 2018
Sep 8, 2021
Sep 5, 2024
Jan 11, 2023

Repository files navigation

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.