diff --git a/copyAssets.sh b/copyAssets.sh index 912ed74..3022040 100644 --- a/copyAssets.sh +++ b/copyAssets.sh @@ -1,5 +1,4 @@ mkdir -p public cp src/index.html public cp -R src/assets public -cp node_modules/purecss/build/base-min.css public/assets -cp node_modules/purecss/build/pure-min.css public/assets +cp node_modules/vital-css/dist/css/vital.min.css public/assets diff --git a/package-lock.json b/package-lock.json index b7b2b99..38741e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,10 +43,10 @@ "wordwrap": "~0.0.2" } }, - "purecss": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/purecss/-/purecss-1.0.0.tgz", - "integrity": "sha512-gfC78WCOWNnfkzulx9aoWwcl+0JflhwKeJ+k9s/ZyIawfYNA4bqBmt0DtfgtQK9iuYMtGfbdE8R2AQMjSWR2VQ==", + "vital-css": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/vital-css/-/vital-css-2.2.1.tgz", + "integrity": "sha1-I+BVkd94LM8SVfq7jrrGpkz3xc8=", "dev": true }, "wordwrap": { diff --git a/package.json b/package.json index 0aeff67..23f6d00 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "scripts": { "start": "node index.js", "copy:assets": "bash ./copyAssets.sh", + "postinstall": "npm run copy:assets", "mk:raw": "bash ./mkRaw.sh", "mk:data": "node mkData.js", "mk:data:test": "node mkData.js --test", @@ -23,6 +24,6 @@ "homepage": "https://github.com/sharpshark28/basking-dashboard#readme", "devDependencies": { "node-static": "^0.7.11", - "purecss": "^1.0.0" + "vital-css": "^2.2.1" } } diff --git a/public/index.html b/public/index.html index 361b09a..7cef0f9 100644 --- a/public/index.html +++ b/public/index.html @@ -1,24 +1,28 @@ Basking - - + + + + -
-
- Yo -
-
- Yo -
-
- Yo -
-
+
+
+
+
+ +

Emby

+
+
- Emby - Portainer +
+
+

Portainer

+
+
+
+
diff --git a/src/assets/emby.png b/src/assets/emby.png new file mode 100644 index 0000000..2eef3dc Binary files /dev/null and b/src/assets/emby.png differ diff --git a/src/index.html b/src/index.html index 361b09a..7cef0f9 100644 --- a/src/index.html +++ b/src/index.html @@ -1,24 +1,28 @@ Basking - - + + + + -
-
- Yo -
-
- Yo -
-
- Yo -
-
+
+
+
+
+ +

Emby

+
+
- Emby - Portainer +
+
+

Portainer

+
+
+
+