Personal website & blog.
This site uses Bundler to manage the Ruby gems and is built using Jekyll.
- To install the dependencies, run
bundle install
. - To start the development server, run
bundle exec jekyll serve
. - To create a production build in
./_site
, runbundle exec jekyll build
.