No description
Find a file
Sean Cross 91eb55948c fomu-evt3: remove stray character
Signed-off-by: Sean Cross <sean@xobs.io>
2019-02-15 14:18:47 +08:00
_layouts icon: add favicon to page 2018-05-02 13:20:18 +08:00
img fomu-evt1: add img and page 2018-12-21 10:24:21 +08:00
.gitignore Gemfile: add default jekyll gemfile to repo 2018-01-08 22:06:11 +08:00
_config.yml config: enable jekyll-redirect 2019-01-06 16:32:50 +08: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
fomu-evt1.md fomu-evt: correct permalinks and add redirect_from 2019-01-06 16:33:01 +08:00
fomu-evt2.md fomu-evt: correct permalinks and add redirect_from 2019-01-06 16:33:01 +08:00
fomu-evt3.md fomu-evt3: remove stray character 2019-02-15 14:18:47 +08:00
Gemfile Gemfile: add redirect-from 2019-01-06 16:32:21 +08:00
Gemfile.lock Gemfile: add redirect-from 2019-01-06 16:32:21 +08:00
index.md index: remove serial bootloader 2019-01-23 16:27:24 +13: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 Samples: add information on installing dfu-util 2018-09-01 16:45:55 +08: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 Provide more secure udev example. 2018-10-02 14:11:17 +02: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