No description
Find a file
2020-04-24 08:58:32 -05:00
_data CircuitPython fomu support has been released 2020-04-24 08:58:32 -05:00
_includes Fix up the spec tables. 2020-02-11 10:14:10 -08:00
_layouts Adding bomu. 2019-09-01 12:09:25 -07:00
img Adding missing logos. 2019-09-01 11:37:05 -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
bomu.md Adding images to each page. 2019-09-01 11:25:15 -07: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 Updating the fomu page a little. 2019-12-28 14:15:41 +01: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 Adding bomu. 2019-09-01 12:09:25 -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 Adding images to each page. 2019-09-01 11:25:15 -07:00
specs.html Fix up the spec tables. 2020-02-11 10:14:10 -08: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 Adding images to each page. 2019-09-01 11:25:15 -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