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