From 8ebb233d1fd35030a53129980b2751624a553757 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Sat, 4 Jul 2026 11:51:00 +0200 Subject: [PATCH 1/3] Added social networks for GALPon Telegram Mastodon Pixelfed Matrix Mobilizon Peertube --- public/vigotech.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/public/vigotech.json b/public/vigotech.json index d7cc8766..be22e38c 100644 --- a/public/vigotech.json +++ b/public/vigotech.json @@ -93,7 +93,13 @@ "logo": "https://vigotech.org/images/groups/galpon.png", "links": { "web": "https://www.galpon.org", - "git": "https://codeberg.org/GALPon" + "git": "https://codeberg.org/GALPon", + "telegram": "https://t.me/galpon", + "mastodon": "https://mastodon.gal/@galpon", + "pixelfed": "https://pixelfed.social/galpon", + "matrix": "https://matrix.to/#/#galpon:matrix.org", + "mobilizon": "https://mobilizon.fr/@obradoiros_galpon", + "peertube": "https://tube.libre.gal/" }, "events": { "type": "json", From 81513eaadcfe8f614ce91f440f4d9eedf46d1e51 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Sat, 4 Jul 2026 11:52:56 +0200 Subject: [PATCH 2/3] Added icons for non-commercial social networks Added support for icons on: Matrix Pixelfed Mobilizon Peertube --- src/lib/vigotech/socials.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lib/vigotech/socials.ts b/src/lib/vigotech/socials.ts index 274dad12..d215301f 100644 --- a/src/lib/vigotech/socials.ts +++ b/src/lib/vigotech/socials.ts @@ -23,6 +23,10 @@ const SOCIAL_ICON_MAP: Record = { facebook: { key: 'facebook', icon: 'lucide:facebook', label: 'Facebook' }, tiktok: { key: 'tiktok', icon: 'lucide:music-2', label: 'TikTok' }, mastodon: { key: 'mastodon', icon: 'lucide:radio', label: 'Mastodon' }, + matrix: { key: 'matrix', icon: 'lucide:message-square', label: 'Matrix' }, + pixelfed: { key: 'pixelfed', icon: 'lucide:image', label: 'Pixelfed' }, + mobilizon: { key: 'mobilizon', icon: 'lucide:calendar', label: 'Mobilizon' }, + peertube: { key: 'peertube', icon: 'lucide:video', label: 'PeerTube' }, ivoox: { key: 'ivoox', icon: 'lucide:podcast', label: 'iVoox' }, maillist: { key: 'maillist', icon: 'lucide:list', label: 'Lista correo' }, spotify: { key: 'spotify', icon: 'lucide:music-3', label: 'Spotify' }, From 203747d39b40aa1e655a555677b53da2747b0f69 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Sat, 4 Jul 2026 11:54:26 +0200 Subject: [PATCH 3/3] Added new link priority for non-commercial networks Matrix Pixelfed Mobilizon Peertube --- src/lib/vigotech/socials.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lib/vigotech/socials.ts b/src/lib/vigotech/socials.ts index d215301f..7577def7 100644 --- a/src/lib/vigotech/socials.ts +++ b/src/lib/vigotech/socials.ts @@ -50,6 +50,10 @@ const LINK_PRIORITY = [ 'slack', 'facebook', 'mastodon', + 'matrix', + 'pixelfed', + 'mobilizon', + 'peertube', 'ivoox', 'maillist', 'mail',