This repository contains the source for my personal site at http://mark.reid.name.
Unless otherwise attributed, all of the content in this repository is released under a Creative Commons (Attribution-Noncommercial-Share Alike 3.0 Unported licence.
I develop the site locally and then rsync the changes to my host as follows:
rsync -ave ssh ~/Sites/mark.reid.name/ confla@conflate.net:www/name
A huge thanks to Tom Preston-Werner for creating Jekyll.