This site is static HTML, published using GitHub Pages. Anything you upload to the main branch will be published instantly. It uses lightly themed Bootstrap styles.
bundle install
To view local version of website:
bundle exec jekyll serve
To build _site/
:
bundle exec jekyll build