Showing with 61 additions and 166 deletions.
  1. +1 −0 _config.yml
  2. +3 −2 _layouts/default.html
  3. +1 −0 about.md
  4. +1 −0 blog.md
  5. +1 −0 demo.md
  6. +1 −0 implementations.md
  7. +2 −2 package.json
  8. +51 −162 yarn.lock
@@ -1,5 +1,6 @@
permalink: "/blog/:year/:month/:day/:title.html"
tusd_endpoint: "http://master.tus.io"
commenting_baseurl: https://tus.io

kramdown:
input: GFM
@@ -101,6 +101,7 @@ <h3 class="logo">
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'tusio'; // required: replace example with your forum shortname
var disqus_url = '{{site.commenting_baseurl}}{{page.url}}';

/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
@@ -110,9 +111,9 @@ <h3 class="logo">
})();
</script>

<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>

<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
{% endif %}
</div>
@@ -1,6 +1,7 @@
---
layout: default
title: About
permalink: /about.html
---

# About tus
@@ -1,6 +1,7 @@
---
layout: default
title: Blog
permalink: /blog.html
---

# {{page.title}}
@@ -2,6 +2,7 @@
layout: default
title: Resumable File Upload Demo
comments: true
permalink: /demo.html
---

# {{ page.title }}
@@ -2,6 +2,7 @@
layout: default
title: Implementations
comments: true
permalink: /implementations.html
---

# {{page.title}}
@@ -44,8 +44,6 @@
"cross-env": "2.0.1",
"depurar": "0.3.0",
"download": "5.0.3",
"lanyon": "0.0.100",
"npm-check-updates": "2.12.1",
"es6-promise": "4.1.1",
"eslint": "3.19.0",
"eslint-config-standard": "6.2.1",
@@ -54,6 +52,8 @@
"fakefile": "0.0.9",
"glob": "7.1.2",
"js-yaml": "3.9.1",
"lanyon": "0.0.100",
"npm-check-updates": "2.12.1",
"npm-run-all": "2.3.0",
"on-the-githubs": "2.4.0",
"stylelint": "7.13.0",