Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 281 Bytes

File metadata and controls

15 lines (9 loc) · 281 Bytes

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