Overview

This is my personal website and blog. It uses the jekyll framework to generate static content.

Environment

The is a list of ruby and python dependencies assumed to be installed and configured for your environment.

Ruby Dependencies

  • ruby ~1.9.3
  • rbenv ~0.4

Python Dependencies

  • python ~2.7
  • pip ~1.1
  • virtualenv ~1.7

Development

Get started with:

make

Install dependencies with:

make install

Build the site with:

make build

Run the development site with:

make run

License

The following directories and their contents are Copyright Collin Watson. You may not reuse anything therein without my permission:

  • _posts/
  • images/

All other directories and files are MIT Licensed.

Feel free to use the HTML and CSS as you please. A link back to collinwat.com would be appreciated, but is not required.