The tus.io website http://tus.io
  • HTML 65.8%
  • Less 15.9%
  • JavaScript 10.1%
  • Shell 6%
  • Makefile 2.2%
Find a file
2017-07-06 11:31:10 +02:00
.bundle Attemp to fix ruby crazyness 2016-11-22 12:56:46 +01:00
_data Fix AJ's bio link 2017-05-23 14:24:37 +02:00
_includes Update community page to not include watchers 2016-12-20 16:45:27 +01:00
_layouts Fix AJ's bio link 2017-05-23 14:24:37 +02:00
_posts Title change 2017-05-19 17:05:36 +02:00
_scripts Run invig.io on codebase 2017-04-05 17:35:01 +02:00
assets Add files via upload 2017-05-19 16:35:24 +02:00
.babelrc Run invig.io on codebase 2017-04-05 17:35:01 +02:00
.bowerrc First swing 2016-11-30 12:26:20 +01:00
.editorconfig New site layout by @fahad19 2015-03-30 13:42:52 +02:00
.eslintignore Run invig.io on codebase 2017-04-05 17:35:01 +02:00
.eslintrc Run invig.io on codebase 2017-04-05 17:35:01 +02:00
.gitignore ignore npm-debug.log* 2017-04-05 17:13:01 +02:00
.jshintrc New site layout by @fahad19 2015-03-30 13:42:52 +02:00
.stylelintrc Avoid stylelint atom warnings 2016-07-26 10:43:49 +02:00
.travis.yml Set new bot token 2017-05-12 11:34:33 +02:00
_config.yml Split up _config.yml into data files 2017-04-05 15:40:36 +02:00
about.md Add links to community channels to about site 2017-01-05 21:57:43 +01:00
atom.xml Split up _config.yml into data files 2017-04-05 15:40:36 +02:00
blog.md Split up _config.yml into data files 2017-04-05 15:40:36 +02:00
bower.json WIP 2016-11-30 12:48:10 +01:00
CNAME Lose the www. 2015-02-23 09:45:03 +01:00
demo.md Replace abort button with pause/resume functionality 2016-11-05 21:35:57 +01:00
google18275eed01f76b59.html Add verification 2016-01-28 20:59:23 +01:00
home.html Split up _config.yml into data files 2017-04-05 15:40:36 +02:00
implementations.md Inline logos 2017-04-12 10:02:17 +02:00
Makefile Upgrade Jekyll, add browser-sync and fakefile 2016-07-19 12:40:08 +02:00
package.json Upgrade Lanyon to v0.0.92 2017-07-06 11:31:10 +02:00
protocol.md Improve hooks so protocol is updated 2017-04-06 10:48:39 +02:00
README.md Update README.md 2016-12-16 11:53:32 +01:00
yarn.lock Upgrade Lanyon to v0.0.92 2017-07-06 11:31:10 +02:00

Build Status Join the community

tus.io

The tus.io website.

To work on the site locally, type:

cd ~/code
git clone git@github.com:tus/tus.io.git
npm install
npm run start

Uses Lanyon under the hood

Deployment

Done via Travis on pushes to master.

How to add your company/project logo to the site

Just edit logos.yml directly and save - this will send us a PR. We will download and include the externally linked logo ourselves later on via make download-logos && make optimize-logos.