Skip to content

css566/css566.github.io

Repository files navigation

####Build Status : Build Status

More info in the wiki

Usage instructions

NOTE: Work on the branch called gh-pages, DO NOT commit to master branch, it will not build.

Creating a new Unit

  1. Create a new file under the _posts directory
  2. The file name should be in the format date-unit_name.md, example 2016-04-18-syllabus.md
  3. The first line of the file needs to contain front matter, read about it here
  4. Frontmatter is the way to setup title and publish date and other attributes to the unit / article.
  5. Its recommended to use markdown format when formatting units, Read more about markdown at wikipedia, Cheat Sheet for quick reference
  6. Stackedit is a good editor for markdown.
  7. Markdown also supports in-line html in case you need to use it.

Notes

  1. The CI test system cannot validate links from LinkedIn.com because they're being a whining baby about their data and blocking requests from Travis CI. Refer issue #215