Gabe Conradi's personal website (pipefail.com)
Releases are built automatically from tags (see /releases), with both binaries and docker images.
$ docker run -p 8000:8000 byxorna/site:latest
The resume is sourced from byxorna/resume. To pull in the latest copy:
$ make update-resume
Build the site:
$ make
Run a dev server:
$ make dev