diff --git a/package.json b/package.json index b5731eb..5fec6f5 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "browser-sync": "^2.27.7" }, "devDependencies": { - "@11ty/eleventy": "^1.0.0", + "@11ty/eleventy": "^1.0.0-canary.44", "@11ty/eleventy-navigation": "^0.3.2", "@node-minify/core": "^6.2.0", "@node-minify/crass": "^6.2.0", @@ -28,7 +28,7 @@ "cpx": "^1.5.0", "glob": "^7.2.0", "minify": "^8.0.3", - "node-sass": "^7.0.1", + "node-sass": "^6.0.1", "node-sass-tilde-importer": "^1.0.2", "npm-run-all": "^4.1.5", "uncss": "^0.17.3" diff --git a/src/_data/donations.json b/src/_data/donations.json index 87eaea2..d1d5acf 100644 --- a/src/_data/donations.json +++ b/src/_data/donations.json @@ -1,16 +1,4 @@ [ - { - "year": 2022, - "donations": [ - { - "date": "03.01.2022", - "amount": 10, - "via": "banktransfer", - "from": "TeomaHK", - "first": true - } - ] - }, { "year": 2021, "donations": [ diff --git a/src/_data/services.json b/src/_data/services.json index 842e7ce..343d5fd 100644 --- a/src/_data/services.json +++ b/src/_data/services.json @@ -1,4 +1,15 @@ [ + { + "id": "searx", + "name": "Searx", + "icon": "i-search", + "url": "https://searx.sp-codes.de", + "status": "https://searx.sp-codes.de", + "summary": { + "de": "Eine privatsphären-respektierende, hackbare Metasuchmaschine.", + "en": "A privacy-respecting, hackable metasearch engine." + } + }, { "id": "matrix", "name": "Matrix", @@ -55,16 +66,6 @@ "en": "A lightweight code hosting platform for git." } }, - { - "id": "connectivitycheck", - "name": "Captive Portal Check", - "icon": "i-wifi", - "status": "https://connectivitycheck.sp-codes.de/generate204", - "summary": { - "de": "Eine datenschutzfreundliches Tool, um Anmeldeseiten in WLAN-Netzwerken zu erkennen.", - "en": "A privacy friendly Service to detect captive portals in WIFI networks." - } - }, { "id": "gotify", "name": "Gotify", @@ -77,6 +78,16 @@ "en": "A simple service for sending and receiving messages in real-time." } }, + { + "id": "connectivitycheck", + "name": "Captive Portal Check", + "icon": "i-wifi", + "status": "https://connectivitycheck.sp-codes.de/generate204", + "summary": { + "de": "Eine datenschutzfreundliches Tool, um Anmeldeseiten in WLAN-Netzwerken zu erkennen.", + "en": "A privacy friendly Service to detect captive portals in WIFI networks." + } + }, { "id": "firefox-sync", "name": "Firefox Sync", @@ -98,17 +109,6 @@ "en": "Concise, consistent, and legible badges in SVG and raster format." } }, - { - "id": "searx", - "name": "Searx", - "icon": "i-search", - "url": "https://searx.sp-codes.de", - "status": "https://searx.sp-codes.de", - "summary": { - "de": "Eine privatsphären-respektierende, hackbare Metasuchmaschine.", - "en": "A privacy-respecting, hackable metasearch engine." - } - }, { "id": "translate", "name": "Translate", @@ -131,5 +131,16 @@ "de": "Ein alternatives YouTube-Frontend.", "en": "An alternative YouTube-Frontend." } + }, + { + "id": "nitter", + "name": "Nitter", + "icon": "i-twitter", + "url": "https://nitter.sp-codes.de", + "status": "https://nitter.sp-codes.de", + "summary": { + "de": "Ein alternatives Twitter-Frontend.", + "en": "An alternative Twitter-Frontend." + } } ]