Skip to content

tomsquest/tomsquest.github.io

Repository files navigation

tomsquest.com

This is the source code of my personal blog, tomsquest.com.

Local development

Setup:

  1. asdf install ruby $(cat .ruby-version)
  2. gem install bundler
  3. bundle install

Run:

  1. bundle exec jekyll serve --livereload --drafts