diff --git a/deploy.sh b/deploy.sh index 5f9327c..35a63ed 100644 --- a/deploy.sh +++ b/deploy.sh @@ -2,7 +2,6 @@ cp geofeed.csv dist -ncftp -u $FTP_USER -p $FTP_PASSWORD $FTP_SERVER -c "rmdir -r *" ncftpput -R -u $FTP_USER -p $FTP_PASSWORD $FTP_SERVER . dist/* curl -H "AccessKey: $ACCESS_KEY" "https://api.bunny.net/purge?url=https%3A%2F%2Fdn42.m724.eu&async=false" diff --git a/package.json b/package.json index 9829d48..7bddbbc 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,8 @@ { + "scripts": { + "start": "parcel src/index.html src/**/index.html", + "build": "parcel build src/index.html src/**/index.html" + }, "devDependencies": { "parcel": "^2.12.0" }, diff --git a/src/index.html b/src/index.html index d485c99..674cd6a 100644 --- a/src/index.html +++ b/src/index.html @@ -10,6 +10,7 @@ } body { margin: 0 auto; + padding-right: 20px; /* make it look aligned */ max-width: calc(100vw - 40px); word-wrap: break-word; width: fit-content; @@ -20,17 +21,6 @@ p { line-height: 0.6em; } - .hostname { - font-weight: bold; - user-select: all; - } - .meta { - color: darkslategray; - user-select: all; - max-width: 200px; - overflow: scroll; - white-space: nowrap; - } .sel { user-select: all; } @@ -55,11 +45,11 @@
Other
+How to
Contact
@@ -72,7 +62,7 @@Other