feat: add gimi into projects

This commit is contained in:
Jozef Steinhübl 2024-07-23 21:43:16 +02:00
parent c6d9acbf1e
commit 90de3a4f86
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -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;