From 22ca1dec591046045a412f3dc2b080b661c14b55 Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Mon, 9 Jun 2025 10:40:04 +0200 Subject: [PATCH] Update site repository link --- src/_data/site.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_data/site.js b/src/_data/site.js index ce6e405..2f0af7d 100644 --- a/src/_data/site.js +++ b/src/_data/site.js @@ -4,6 +4,6 @@ export default { url: "http://localhost:8080", description: "A blog built with Eleventy", lang: "fr", - repository: "https://github.com/TheThomaas", - repoSrc: "Github" + repository: "https://codeberg.org/TheThomaas/11ty-resume", + repoSrc: "Codeberg" } \ No newline at end of file