Jekyll source for my personal site, which includes all the information about me, Michael Chadwick, you could ever possibly need or want.
$ bundle install
$ composer install
In order for /assets/php/*
files to work, you must run a local server:
cd /path/to/mc/assets/php
php -S 127.0.0.1:4001
$ rake serve
Thanks to melodiouscode for the cool Liquid templating approach to creating a sitemap vs. using a plugin!