Skip to content

secure-systems-lab/secure-systems-lab.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.