This website lives at code.maiamccormick.com.
It's built with Jekyll on top of the classic-martinb theme, and deployed via Github Pages.
To preview the site, run bundle exec jekyll serve and navigate to http://localhost:4000/.
First-time setup to deploy this site: create a _site directory with git origin pointing to my GitHub Pages repo:
git clone git@github.com:maiamcc/maiamcc.github.io.git _site
To generate and deploy the site, run deploy.sh.