From 71151375ce3248cf470e89b9aba22839d14e1b9d Mon Sep 17 00:00:00 2001 From: samuel-p Date: Thu, 13 May 2021 21:22:32 +0200 Subject: [PATCH 1/2] updated --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 470832d..3fff056 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@11ty/eleventy": "^0.12.1", "@11ty/eleventy-navigation": "^0.2.0", "cpx": "^1.5.0", - "node-sass": "^5.0.0", + "node-sass": "^6.0.0", "node-sass-tilde-importer": "^1.0.2", "npm-run-all": "^4.1.5" }, From bd08e27ab3482ed9caddd871e1adb24fe460e658 Mon Sep 17 00:00:00 2001 From: samuel-p Date: Sat, 29 May 2021 18:15:13 +0200 Subject: [PATCH 2/2] added mastodon --- src/_data/services.json | 36 ++++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/src/_data/services.json b/src/_data/services.json index 0b0d104..b7469a5 100644 --- a/src/_data/services.json +++ b/src/_data/services.json @@ -32,6 +32,18 @@ "en": "A secure, simple and scalable platform for video conferencing." } }, + { + "id": "mastodon", + "name": "Mastodon", + "icon": "fab fa-mastodon", + "url": "https://social.sp-codes.de", + "status": "https://social.sp-codes.de/health", + "beta": true, + "summary": { + "de": "Das dezentrale, soziale Netzwerk der Zukunft: Keine Werbung und keine Überwachung durch Unternehmen.", + "en": "The decentralized social network of the future: No ads, no corporate surveillance." + } + }, { "id": "gitea", "name": "Gitea", @@ -74,6 +86,18 @@ "en": "Concise, consistent, and legible badges in SVG and raster format." } }, + { + "id": "translate", + "name": "LibreTranslate", + "icon": "fas fa-language", + "url": "https://translate.sp-codes.de", + "status": "https://translate.sp-codes.de", + "beta": true, + "summary": { + "de": "Eine freie und quelloffene API für Übersetzung.", + "en": "A free and Open Source Machine Translation API." + } + }, { "id": "invidious", "name": "Invidious", @@ -107,17 +131,5 @@ "de": "Ein alternatives Twitter- und YouTube-Frontend.", "en": "An alternative Twitter- and YouTube-Frontend." } - }, - { - "id": "translate", - "name": "LibreTranslate", - "icon": "fas fa-language", - "url": "https://translate.sp-codes.de", - "status": "https://translate.sp-codes.de", - "beta": true, - "summary": { - "de": "Eine freie und quelloffene API für Übersetzung.", - "en": "A free and Open Source Machine Translation API." - } } ]