add relevant technologies to projects

This commit is contained in:
2025-07-06 16:31:18 +02:00
parent e23aba33d2
commit dccf33f257
18 changed files with 40 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@ const projects = defineCollection({
description: z.string(), description: z.string(),
image: z.string().optional(), image: z.string().optional(),
links: z.array(z.object({text: z.string(), url: z.string()})), links: z.array(z.object({text: z.string(), url: z.string()})),
technologies: z.array(z.string()).optional(),
}), }),
}); });
+2
View File
@@ -13,4 +13,6 @@ links: [
url: "https://github.com/YouHaveTrouble/Censura" url: "https://github.com/YouHaveTrouble/Censura"
}, },
] ]
technologies:
- "java"
--- ---
+2
View File
@@ -13,4 +13,6 @@ links: [
url: "https://github.com/YouHaveTrouble/CommandWhitelist" url: "https://github.com/YouHaveTrouble/CommandWhitelist"
}, },
] ]
technologies:
- "java"
--- ---
+3
View File
@@ -13,4 +13,7 @@ links: [
url: "https://github.com/YouHaveTrouble/DiscipleOfLand" url: "https://github.com/YouHaveTrouble/DiscipleOfLand"
}, },
] ]
technologies:
- "vue"
- "typescript"
--- ---
@@ -9,4 +9,6 @@ links: [
url: "https://dumbforks.yht.one" url: "https://dumbforks.yht.one"
}, },
] ]
technologies:
- "php"
--- ---
+2
View File
@@ -13,4 +13,6 @@ links: [
url: "https://github.com/YouHaveTrouble/Enchantio" url: "https://github.com/YouHaveTrouble/Enchantio"
}, },
] ]
technologies:
- "java"
--- ---
+2
View File
@@ -13,4 +13,6 @@ links: [
url: "https://github.com/YouHaveTrouble/GuessTheAnime" url: "https://github.com/YouHaveTrouble/GuessTheAnime"
}, },
] ]
technologies:
- "vue"
--- ---
+3
View File
@@ -13,4 +13,7 @@ links: [
url: "https://github.com/YouHaveTrouble/GuildMaster" url: "https://github.com/YouHaveTrouble/GuildMaster"
}, },
] ]
technologies:
- "vue"
- "typescript"
--- ---
+3
View File
@@ -13,4 +13,7 @@ links: [
url: "https://github.com/YouHaveTrouble/yht-image-function" url: "https://github.com/YouHaveTrouble/yht-image-function"
}, },
] ]
technologies:
- "typescript"
- "astro"
--- ---
+3
View File
@@ -9,4 +9,7 @@ links: [
url: "https://interesting-website.yht.one" url: "https://interesting-website.yht.one"
}, },
] ]
technologies:
- "typescript"
- "astro"
--- ---
+2
View File
@@ -13,4 +13,6 @@ links: [
url: "https://github.com/YouHaveTrouble/MeAPI" url: "https://github.com/YouHaveTrouble/MeAPI"
}, },
] ]
technologies:
- "java"
--- ---
+2
View File
@@ -9,4 +9,6 @@ links: [
url: "https://github.com/YouHaveTrouble/Mobrrr" url: "https://github.com/YouHaveTrouble/Mobrrr"
}, },
] ]
technologies:
- "java"
--- ---
+2
View File
@@ -9,4 +9,6 @@ links: [
url: "https://github.com/YouHaveTrouble/Noted" url: "https://github.com/YouHaveTrouble/Noted"
}, },
] ]
technologies:
- "java"
--- ---
@@ -13,4 +13,6 @@ links: [
url: "https://github.com/YouHaveTrouble/NotJustNameplates" url: "https://github.com/YouHaveTrouble/NotJustNameplates"
}, },
] ]
technologies:
- "java"
--- ---
+2
View File
@@ -13,4 +13,6 @@ links: [
url: "https://github.com/YouHaveTrouble/PreventStabby" url: "https://github.com/YouHaveTrouble/PreventStabby"
}, },
] ]
technologies:
- "java"
--- ---
+2
View File
@@ -13,4 +13,6 @@ links: [
url: "https://github.com/PurpurMC/PurpurExtras" url: "https://github.com/PurpurMC/PurpurExtras"
}, },
] ]
technologies:
- "java"
--- ---
+2
View File
@@ -13,4 +13,6 @@ links: [
url: "https://github.com/PurpurMC/Purpur" url: "https://github.com/PurpurMC/Purpur"
}, },
] ]
technologies:
- "java"
--- ---
+2
View File
@@ -17,4 +17,6 @@ links: [
url: "https://github.com/YouHaveTrouble/YardWatchAPI" url: "https://github.com/YouHaveTrouble/YardWatchAPI"
} }
] ]
technologies:
- "java"
--- ---