This is the source for my website.
You can view a directory tree of the site here.
To run locally, download this repository, install jekyll and bundler, then in
the downloaded directory, run bundle init
and to serve run bundle exec jekyll serve
.
To enable automatic updating of the site tree on git commits, follow the
instructions in pre-commit
.