From 90de3a4f8653574c7cf155a4e618d0cec23d34fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Tue, 23 Jul 2024 21:43:16 +0200 Subject: [PATCH] feat: add gimi into projects --- src/config.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/config.ts b/src/config.ts index 8a82716..0652966 100644 --- a/src/config.ts +++ b/src/config.ts @@ -153,6 +153,11 @@ export const PROJECTS = [ link: "https://github.com/xHyroM/discord-datamining", desc: "Repository offering datamining and analyzing web builds, host builds, articles, blog posts and discord's github", }, + { + name: "gimi", + link: "https://github.com/xHyroM/gimi", + desc: "tool for managing multiple git remotes as mirrors written in c", + }, { name: "hykord", link: "https://github.com/xHyroM/hykord", @@ -210,11 +215,6 @@ export const PROJECTS = [ link: "https://github.com/xHyroM/shortener", desc: "Modern shortener using Astro, Svelte, TypeScript built on top of Cloudflare Pages, Page Functions, D1 and KV", }, - { - name: "Slovensko v Grafoch", - link: "https://github.com/xHyroM/slovensko-v-grafoch", - desc: "Slovensko v Grafoch is a website that shows data about Slovakia in graphs.", - }, ] as { name: string; link: string;