This is the source code for samuelgreen.org. It's branched from the source for shapeshed.com, and it's build on flim, a static site generator.
npm install
make build
This site is deployed on GitHub pages. Deployment via:
make deploy
Deploys the static build to its GitHub repository.
If you are on OSX the Makefile uses GNU sed and GNU md5sum. To install these on a Mac do
brew install --default-names gnu-sed
brew install md5sha1sum