This is the source code to Tomu.im
Following the Github Documentation on Developing Locally, perform the following steps on this repo once checked out:
- Ensure ruby is installed. On Ubuntu/Debian, run
sudo apt install ruby ruby-dev make gcc libcurl4 autoconf libz-dev ruby-bundler
bundle install --path vendor/bundle
bundle exec jekyll serve