From 646d3b676f68a926d6c99ac17d7aa893e4a88e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Wed, 8 Jul 2026 07:38:52 +0400 Subject: [PATCH] feat(projects): ajoute FEDIVERSE.OKI dans la section projets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Ajoute la fiche fediverse.o-k-i.net en FR et EN - Description basée sur le README du dépôt FEDIVERSE-OKI --- src/_data/i18n/en/projects.json | 7 +++++++ src/_data/i18n/fr/projects.json | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/src/_data/i18n/en/projects.json b/src/_data/i18n/en/projects.json index 0754827..6df57dc 100644 --- a/src/_data/i18n/en/projects.json +++ b/src/_data/i18n/en/projects.json @@ -16,6 +16,13 @@ "domain": "gong.gp", "description": "Historical documents from the GONG", "url": "https://gong.gp/" + }, + { + "name": "FEDIVERSE.OKI", + "icon": "🎬", + "domain": "fediverse.o-k-i.net", + "description": "Independent multimedia platform: PeerTube videos, Mastodon feed, Castopod podcasts and WordPress articles", + "url": "https://fediverse.o-k-i.net/" } ] } diff --git a/src/_data/i18n/fr/projects.json b/src/_data/i18n/fr/projects.json index 0a8c6af..e9af400 100644 --- a/src/_data/i18n/fr/projects.json +++ b/src/_data/i18n/fr/projects.json @@ -16,6 +16,13 @@ "domain": "gong.gp", "description": "Documents historiques du GONG", "url": "https://gong.gp/" + }, + { + "name": "FEDIVERSE.OKI", + "icon": "🎬", + "domain": "fediverse.o-k-i.net", + "description": "Plateforme multimédia indépendante : vidéos PeerTube, fil Mastodon, podcasts Castopod et articles WordPress", + "url": "https://fediverse.o-k-i.net/" } ] }