From 6290bcac4ea59a50c59b9f51bb15e7bcc6651c10 Mon Sep 17 00:00:00 2001 From: Taqib Date: Wed, 13 May 2026 16:19:57 +0100 Subject: [PATCH 1/2] add marble cms --- data/projects.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/data/projects.json b/data/projects.json index ea95f454..62cb957d 100644 --- a/data/projects.json +++ b/data/projects.json @@ -1598,6 +1598,17 @@ ], "manualStatus": "inactive" }, + { + "name": "Marble", + "repoUrl": "https://github.com/usemarble/marble", + "description": "A Simple headless CMS for publishing articles.", + "authors": [ + { + "name": "@taqh", + "link": "https://twitter.com/taqh" + } + ] + }, { "name": "Math Alarm Clock", "repoUrl": "https://github.com/t-regbs/MathAlarm", From 852d2e94a8b46fb15e42294c1f83cf5dfa91e1ab Mon Sep 17 00:00:00 2001 From: Taqib Date: Wed, 13 May 2026 16:36:51 +0100 Subject: [PATCH 2/2] chore: update twitter link --- data/projects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/projects.json b/data/projects.json index 62cb957d..9f8d98b0 100644 --- a/data/projects.json +++ b/data/projects.json @@ -1605,7 +1605,7 @@ "authors": [ { "name": "@taqh", - "link": "https://twitter.com/taqh" + "link": "https://twitter.com/retaqib" } ] },