Skip to content

im-tomu/tomu.im

Repository files navigation

Tomu.im Site Source

This is the source code to Tomu.im

Developing Locally

Following the Github Documentation on Developing Locally, perform the following steps on this repo once checked out:

  1. Ensure ruby is installed. On Ubuntu/Debian, run sudo apt install ruby ruby-dev make gcc libcurl4 autoconf libz-dev ruby-bundler
  2. bundle install --path vendor/bundle
  3. bundle exec jekyll serve