From dccf33f257bf46d39f2a1cf499f7a683e6bb0b61 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Sun, 6 Jul 2025 16:31:18 +0200 Subject: [PATCH] add relevant technologies to projects --- src/content/config.ts | 3 ++- src/content/projects/censura.md | 2 ++ src/content/projects/commandwhitelist.md | 2 ++ src/content/projects/discipleofland.md | 3 +++ src/content/projects/dumbforksgenerator.md | 2 ++ src/content/projects/enchantio.md | 2 ++ src/content/projects/guesstheanime.md | 2 ++ src/content/projects/guildmaster.md | 3 +++ src/content/projects/image-functions.md | 3 +++ src/content/projects/iwotd.md | 3 +++ src/content/projects/meapi.md | 2 ++ src/content/projects/mobrrr.md | 2 ++ src/content/projects/noted.md | 2 ++ src/content/projects/notjustnameplates.md | 2 ++ src/content/projects/preventstabby.md | 2 ++ src/content/projects/purpur-extras.md | 2 ++ src/content/projects/purpur.md | 2 ++ src/content/projects/yardwatch.md | 2 ++ 18 files changed, 40 insertions(+), 1 deletion(-) diff --git a/src/content/config.ts b/src/content/config.ts index a8c5f08..dbd7dfe 100644 --- a/src/content/config.ts +++ b/src/content/config.ts @@ -17,10 +17,11 @@ const projects = defineCollection({ description: z.string(), image: z.string().optional(), links: z.array(z.object({text: z.string(), url: z.string()})), + technologies: z.array(z.string()).optional(), }), }); export const collections = { posts, projects, -}; \ No newline at end of file +}; diff --git a/src/content/projects/censura.md b/src/content/projects/censura.md index 10846bf..805b468 100644 --- a/src/content/projects/censura.md +++ b/src/content/projects/censura.md @@ -13,4 +13,6 @@ links: [ url: "https://github.com/YouHaveTrouble/Censura" }, ] +technologies: + - "java" --- diff --git a/src/content/projects/commandwhitelist.md b/src/content/projects/commandwhitelist.md index bb288b5..abaa323 100644 --- a/src/content/projects/commandwhitelist.md +++ b/src/content/projects/commandwhitelist.md @@ -13,4 +13,6 @@ links: [ url: "https://github.com/YouHaveTrouble/CommandWhitelist" }, ] +technologies: + - "java" --- diff --git a/src/content/projects/discipleofland.md b/src/content/projects/discipleofland.md index d1c896f..eaf5dd0 100644 --- a/src/content/projects/discipleofland.md +++ b/src/content/projects/discipleofland.md @@ -13,4 +13,7 @@ links: [ url: "https://github.com/YouHaveTrouble/DiscipleOfLand" }, ] +technologies: + - "vue" + - "typescript" --- diff --git a/src/content/projects/dumbforksgenerator.md b/src/content/projects/dumbforksgenerator.md index f7aa00d..7940dd9 100644 --- a/src/content/projects/dumbforksgenerator.md +++ b/src/content/projects/dumbforksgenerator.md @@ -9,4 +9,6 @@ links: [ url: "https://dumbforks.yht.one" }, ] +technologies: + - "php" --- diff --git a/src/content/projects/enchantio.md b/src/content/projects/enchantio.md index c26b2e6..9a0306c 100644 --- a/src/content/projects/enchantio.md +++ b/src/content/projects/enchantio.md @@ -13,4 +13,6 @@ links: [ url: "https://github.com/YouHaveTrouble/Enchantio" }, ] +technologies: + - "java" --- diff --git a/src/content/projects/guesstheanime.md b/src/content/projects/guesstheanime.md index ea2fbe9..7192277 100644 --- a/src/content/projects/guesstheanime.md +++ b/src/content/projects/guesstheanime.md @@ -13,4 +13,6 @@ links: [ url: "https://github.com/YouHaveTrouble/GuessTheAnime" }, ] +technologies: + - "vue" --- diff --git a/src/content/projects/guildmaster.md b/src/content/projects/guildmaster.md index e8f16d4..528b7fd 100644 --- a/src/content/projects/guildmaster.md +++ b/src/content/projects/guildmaster.md @@ -13,4 +13,7 @@ links: [ url: "https://github.com/YouHaveTrouble/GuildMaster" }, ] +technologies: + - "vue" + - "typescript" --- diff --git a/src/content/projects/image-functions.md b/src/content/projects/image-functions.md index 1c8b951..49386a0 100644 --- a/src/content/projects/image-functions.md +++ b/src/content/projects/image-functions.md @@ -13,4 +13,7 @@ links: [ url: "https://github.com/YouHaveTrouble/yht-image-function" }, ] +technologies: + - "typescript" + - "astro" --- diff --git a/src/content/projects/iwotd.md b/src/content/projects/iwotd.md index ec305fd..208c7e0 100644 --- a/src/content/projects/iwotd.md +++ b/src/content/projects/iwotd.md @@ -9,4 +9,7 @@ links: [ url: "https://interesting-website.yht.one" }, ] +technologies: + - "typescript" + - "astro" --- diff --git a/src/content/projects/meapi.md b/src/content/projects/meapi.md index 08e68ec..faedf76 100644 --- a/src/content/projects/meapi.md +++ b/src/content/projects/meapi.md @@ -13,4 +13,6 @@ links: [ url: "https://github.com/YouHaveTrouble/MeAPI" }, ] +technologies: + - "java" --- diff --git a/src/content/projects/mobrrr.md b/src/content/projects/mobrrr.md index 95b2da4..3b2d015 100644 --- a/src/content/projects/mobrrr.md +++ b/src/content/projects/mobrrr.md @@ -9,4 +9,6 @@ links: [ url: "https://github.com/YouHaveTrouble/Mobrrr" }, ] +technologies: + - "java" --- diff --git a/src/content/projects/noted.md b/src/content/projects/noted.md index 7df206b..9753e6d 100644 --- a/src/content/projects/noted.md +++ b/src/content/projects/noted.md @@ -9,4 +9,6 @@ links: [ url: "https://github.com/YouHaveTrouble/Noted" }, ] +technologies: + - "java" --- diff --git a/src/content/projects/notjustnameplates.md b/src/content/projects/notjustnameplates.md index 3cd94c8..53d1749 100644 --- a/src/content/projects/notjustnameplates.md +++ b/src/content/projects/notjustnameplates.md @@ -13,4 +13,6 @@ links: [ url: "https://github.com/YouHaveTrouble/NotJustNameplates" }, ] +technologies: + - "java" --- diff --git a/src/content/projects/preventstabby.md b/src/content/projects/preventstabby.md index 519c0c3..694c905 100644 --- a/src/content/projects/preventstabby.md +++ b/src/content/projects/preventstabby.md @@ -13,4 +13,6 @@ links: [ url: "https://github.com/YouHaveTrouble/PreventStabby" }, ] +technologies: + - "java" --- diff --git a/src/content/projects/purpur-extras.md b/src/content/projects/purpur-extras.md index 473fc57..407f7f1 100644 --- a/src/content/projects/purpur-extras.md +++ b/src/content/projects/purpur-extras.md @@ -13,4 +13,6 @@ links: [ url: "https://github.com/PurpurMC/PurpurExtras" }, ] +technologies: + - "java" --- diff --git a/src/content/projects/purpur.md b/src/content/projects/purpur.md index 77ec43a..1f8e3f8 100644 --- a/src/content/projects/purpur.md +++ b/src/content/projects/purpur.md @@ -13,4 +13,6 @@ links: [ url: "https://github.com/PurpurMC/Purpur" }, ] +technologies: + - "java" --- diff --git a/src/content/projects/yardwatch.md b/src/content/projects/yardwatch.md index ae96fc8..927d321 100644 --- a/src/content/projects/yardwatch.md +++ b/src/content/projects/yardwatch.md @@ -17,4 +17,6 @@ links: [ url: "https://github.com/YouHaveTrouble/YardWatchAPI" } ] +technologies: + - "java" ---