Static site built with Jekyll and the Minimal Mistakes theme.
- Ensure Ruby and Bundler are installed.
- Install gems:
bundle install
- Run locally with drafts and live reload:
bundle exec jekyll serve --livereload - Visit http://localhost:4000
Deployed via GitHub Pages from the master branch.