tomsquest.com This is the source code of my personal blog, tomsquest.com. Local development Setup: asdf install ruby $(cat .ruby-version) gem install bundler bundle install Run: bundle exec jekyll serve --livereload --drafts