See http://jlpteaching.github.io/272-201C for a prettier version of this site.
Update the _data/links.yml
file with two new lines:
- title: <the title to appear in the link>
link: <the relative path (Remove the .md from the md file)>
To render the website run the following:
> bundle exec jekyll serve
If you don't have the jekyll stuff installed already, you can run the following (assuming you have Ruby gems installed).
> gem install jekyll bundler