MichaelChadwick.info

Jekyll source for my personal site, which includes all the information about me, Michael Chadwick, you could ever possibly need or want.

Local Development

  • Ruby
  • Composer

Build Dependencies

$ bundle install $ composer install

PHP API

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

Serve Local Development Version

$ rake serve

Acknowledgements

Thanks to melodiouscode for the cool Liquid templating approach to creating a sitemap vs. using a plugin!