secure-systems-lab / ssl-site

Secure Systems Lab website

Home Page:https://ssl.engineering.nyu.edu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Secure Systems Lab website

This is the repository for the Secure Systems Lab website. You can see a live demo of this site at dgopstein.github.io/ssl-site/

Building locally

Before committing changes, please make sure your commit looks good by checking your change locally.

  • Open a terminal and cd to the directory where you've checked out this project
  • First time only
    • install the bundler package manager with gem install bundler
    • install necessary ruby packages with bundler install
  • Run the local jekyll server: jekyll build --trace --baseurl '/' && jekyll serve --incremental --port 7000 --baseurl '/'
  • View your draft at localhost:7000
  • Most files will be automatically re-processed as long as the server is running, if you edit a .yml file, however, you will need to manually kill the server and re-run the build command.

About

Secure Systems Lab website

https://ssl.engineering.nyu.edu

License:Apache License 2.0


Languages

Language:HTML 68.7%Language:TeX 13.0%Language:SCSS 11.2%Language:CSS 3.9%Language:JavaScript 1.8%Language:Ruby 1.1%Language:Python 0.4%