This website is based off of the Minimal Mistakes Jekyll theme by utilizing the "mm-github-pages-starter" page. So if you're reading this and you'd like to copy this template, there ya go!
In order to get set up using this, you'll need to first install Ruby. Once that's installed, clone this repo and execute the following command:
bundle
Now you should be able to simply build/serve this website from the source by issuing the following command:
bundle exec jekyll serve
If you'd like to just build and not serve, use the following command
bundle exec jekyll build
If you have any issues with Jekyll reporting that it can't find "webrick", this is a known issue with Jekyll and may be solved with the following command:
bundle add webrick
For details on how to configure Minimal Mistakes, the docs may be helpful.