From fd2718abd455c38fb3ee28f829a3b9d12a0147c5 Mon Sep 17 00:00:00 2001 From: Joe Hand Date: Wed, 9 Jan 2019 13:21:16 -0800 Subject: [PATCH] update dat stuff --- .datignore | 4 ++++ .gitignore | 2 +- dat.json | 16 ++++++++++++++++ dist/dat.json | 4 ---- 4 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 .datignore create mode 100644 dat.json delete mode 100644 dist/dat.json diff --git a/.datignore b/.datignore new file mode 100644 index 0000000..f85d672 --- /dev/null +++ b/.datignore @@ -0,0 +1,4 @@ +package-lock.json +.DS_Store +node_modules +npm-debug.log \ No newline at end of file diff --git a/.gitignore b/.gitignore index c4b192a..1736fae 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,5 @@ public/index.html public/bundle.css public/bundle.js npm-debug.log -public/.dat +.dat dist \ No newline at end of file diff --git a/dat.json b/dat.json new file mode 100644 index 0000000..3372341 --- /dev/null +++ b/dat.json @@ -0,0 +1,16 @@ +{ + "title": "datproject.org", + "description": "Dat Project website on Dat about Dat", + "type": ["website"], + "links": { + "license": [{ + "href": "http://creativecommons.org/licenses/by-nc/4.0/", + "title": "CC BY-NC 4.0" + }], + "payment": [{ + "href": "https://opencollective.com/dat" + }] + }, + "fallback_page": "/index.html", + "web_root": "/dist" +} \ No newline at end of file diff --git a/dist/dat.json b/dist/dat.json deleted file mode 100644 index ce9618d..0000000 --- a/dist/dat.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "title": "datproject.org", - "description": "Dat Project website on Dat about Dat" -} \ No newline at end of file