No description
Find a file
Craig de Stigter 64c55e55f0 Fix formatting issues with commands in markdown docs
Some commands were not wrapped in backticks, and consequently
some `--double-hyphen` args were converted to em-dash during compilation
to HTML.
2018-08-27 12:12:21 +12:00
_layouts icon: add favicon to page 2018-05-02 13:20:18 +08:00
img icon: add favicon to page 2018-05-02 13:20:18 +08:00
.gitignore Gemfile: add default jekyll gemfile to repo 2018-01-08 22:06:11 +08:00
_config.yml Adding front matter and improving the config. 2016-12-25 20:09:25 +01:00
CNAME Create CNAME 2016-12-25 22:13:35 +01:00
favicon.ico icon: add favicon to page 2018-05-02 13:20:18 +08:00
Gemfile Gemfile: add default jekyll gemfile to repo 2018-01-08 22:06:11 +08:00
Gemfile.lock Gemfile: update lock to fix nokogiri vuln 2018-05-07 21:37:57 +08:00
index.md Fix formatting issues with commands in markdown docs 2018-08-27 12:12:21 +12:00
Licensing.md Adding trademark / licensing stuff. 2017-12-17 07:21:56 -08:00
oshw-au000001.png Remove red-underline. 2017-01-17 17:21:48 +11:00
README.md Fix formatting issues with commands in markdown docs 2018-08-27 12:12:21 +12:00
Samples.md Fix Fedora instructions to install c++ compiler 2018-06-29 19:51:25 +02:00
tomu-cropped.gif Adding gif version of tomu video. 2016-12-28 12:12:01 +01:00
Trademarks.md Adding trademark / licensing stuff. 2017-12-17 07:21:56 -08:00
Update.md Updated wording, clarified sample program behavior 2018-06-25 22:07:16 -05:00

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 libcurl3 autoconf libz-dev ruby-bundler
  2. bundle install --path vendor/bundle
  3. bundle exec jekyll serve