Markdown Styling
Markdown is simple and easy! If you’ve written a Readme.md
, you’ve written markdown.
To add new posts, simply add a file in the _posts
directory that follows the convention YYYY-MM-DD-name-of-post.md
. The file needs to be organized like so:
---
layout: notes
title: "Title of Lecture"
scribe: Your Name
---
This lecture we covered...
Please see Markdown Cheatsheet for examples on how to style markdown.
To add notes or contribute to this website go to https://github.com/asamborski/cs558_s17_notes. Make sure to drop a star 😎