cbornstein / cs558_s17_notes

Scribe Notes from BU CS558 Spring 2017 Offering

Home Page:https://asamborski.github.io/cs558_s17_notes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS 558 Network Security

Scribe Notes Spring 2017

To post scribe notes, go to the _posts folder and create a pull request.

This can easily be done from the browser by going to the _posts folder and clicking Create new file in the upper right.

Instructions

  1. Name your file YYYY-MM-DD-title.md for example 2017-02-15-RSA.md

  2. Write your notes in github flavored markdown. See this cheetsheet.

  3. Include at the top of the file the following front matter:

    ---
    layout: notes
    title: RSA Security 
    scribe: Your Name
    ---
    
    Notes go here...
    
  4. When you're done write a commit message and click Propose new file

  5. Drop a star for your favorite TA 😎

See an example here

Including Images

Inline images can be easily included

Instructions:

  1. Upload image to img/ folder
  2. Reference image in markdown
![alt text]({{ site.url }}/img/name_of_img.jpg "Title")

Preview files locally

If you want to preview your notes locally you'll need to install jekyll

Then just run:

jekyll serve

About

Scribe Notes from BU CS558 Spring 2017 Offering

https://asamborski.github.io/cs558_s17_notes/


Languages

Language:HTML 76.6%Language:Ruby 23.4%