Skip to content

jlpteaching/272-201C

Repository files navigation

Material for EEC 272 / ECE 201C

License: CC BY 4.0

See http://jlpteaching.github.io/272-201C for a prettier version of this site.

Adding a link to the header

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)>

Development of website

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