No description
Find a file
2019-08-29 09:02:18 -07:00
_data Lots of rework. 2019-08-29 08:59:25 -07:00
_includes Lots of rework. 2019-08-29 08:59:25 -07:00
_layouts Starting work on a specs page. 2019-08-24 17:08:34 +02:00
img Lots of rework. 2019-08-29 08:59:25 -07: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
fomu.md Use the splash page as index. 2019-08-29 09:02:18 -07:00
Gemfile Update gem files. 2019-08-23 16:56:51 +02:00
Gemfile.lock Update gem files. 2019-08-23 16:56:51 +02:00
index.html Use the splash page as index. 2019-08-29 09:02:18 -07: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
somu.md Use the splash page as index. 2019-08-29 09:02:18 -07:00
specs.html Lots of rework. 2019-08-29 08:59:25 -07:00
tomu-cropped.gif Adding gif version of tomu video. 2016-12-28 12:12:01 +01:00
tomu.md Use the splash page as index. 2019-08-29 09:02:18 -07: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
womu.md Use the splash page as index. 2019-08-29 09:02:18 -07: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