From 71151375ce3248cf470e89b9aba22839d14e1b9d Mon Sep 17 00:00:00 2001 From: samuel-p Date: Thu, 13 May 2021 21:22:32 +0200 Subject: [PATCH 1/3] 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" }, -- 2.43.0 From bd08e27ab3482ed9caddd871e1adb24fe460e658 Mon Sep 17 00:00:00 2001 From: samuel-p Date: Sat, 29 May 2021 18:15:13 +0200 Subject: [PATCH 2/3] 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." - } } ] -- 2.43.0 From 65e80e9396fea11f2c40c6a8441249ad5a2bd77a Mon Sep 17 00:00:00 2001 From: samuel-p Date: Sat, 29 May 2021 18:25:06 +0200 Subject: [PATCH 3/3] updated social links --- src/_includes/profiles.html | 2 +- src/de/contact.html | 4 ++-- src/de/index.html | 8 ++++++-- src/en/contact.html | 4 ++-- src/en/index.html | 8 ++++++-- 5 files changed, 17 insertions(+), 9 deletions(-) diff --git a/src/_includes/profiles.html b/src/_includes/profiles.html index 1c01622..0187277 100644 --- a/src/_includes/profiles.html +++ b/src/_includes/profiles.html @@ -4,7 +4,7 @@ -
diff --git a/src/de/contact.html b/src/de/contact.html index 15d3d1d..0d13762 100644 --- a/src/de/contact.html +++ b/src/de/contact.html @@ -19,10 +19,10 @@ eleventyNavigation:
Schicke mir eine E-Mail an mail@sp-codes.de
+ href="https://social.sp-codes.de/@samuel_p">
Folge mir auf Mastodon oder schicke mir dort eine Nachricht an - @samuel_p@social.tchncs.de
+ @samuel_p@social.sp-codes.de
diff --git a/src/de/index.html b/src/de/index.html index caebdc7..a3ce08f 100644 --- a/src/de/index.html +++ b/src/de/index.html @@ -23,8 +23,12 @@ eleventyNavigation:

Dienste

Für die Nutzer:innen der Dienste und Interessierte gibt es einen öffentlichen Matrix-Raum als - Austauschort für Fragen, Ideen und Probleme: #sp-codes:matrix.sp-codes.de + Austauschort für Fragen, Ideen und Probleme: #sp-codes:matrix.sp-codes.de +

+

+ Folge sp-codes auf Mastodon: @sp_codes@social.sp-codes.de

{% include services-simple.html %} diff --git a/src/en/contact.html b/src/en/contact.html index 881d8ca..d645678 100644 --- a/src/en/contact.html +++ b/src/en/contact.html @@ -18,9 +18,9 @@ eleventyNavigation:
Send me an email to mail@sp-codes.de
+ href="https://social.sp-codes.de/@samuel_p">
-
Follow me on Mastodon or send me a message to @samuel_p@social.tchncs.de
+
Follow me on Mastodon or send me a message to @samuel_p@social.sp-codes.de
diff --git a/src/en/index.html b/src/en/index.html index dfdff13..fae8684 100644 --- a/src/en/index.html +++ b/src/en/index.html @@ -22,8 +22,12 @@ eleventyNavigation:

Services

For users of the services and anyone interested, there is a public matrix room as a place to share - questions, ideas and problems: #sp-codes:matrix.sp-codes.de + questions, ideas and problems: #sp-codes:matrix.sp-codes.de +

+

+ Follow sp-codes on Mastodon: @sp_codes@social.sp-codes.de

{% include services-simple.html %} -- 2.43.0