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
+2 -1
View File
@@ -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,
};
};
+2
View File
@@ -13,4 +13,6 @@ links: [
url: "https://github.com/YouHaveTrouble/Censura"
},
]
technologies:
- "java"
---
+2
View File
@@ -13,4 +13,6 @@ links: [
url: "https://github.com/YouHaveTrouble/CommandWhitelist"
},
]
technologies:
- "java"
---
+3
View File
@@ -13,4 +13,7 @@ links: [
url: "https://github.com/YouHaveTrouble/DiscipleOfLand"
},
]
technologies:
- "vue"
- "typescript"
---
@@ -9,4 +9,6 @@ links: [
url: "https://dumbforks.yht.one"
},
]
technologies:
- "php"
---
+2
View File
@@ -13,4 +13,6 @@ links: [
url: "https://github.com/YouHaveTrouble/Enchantio"
},
]
technologies:
- "java"
---
+2
View File
@@ -13,4 +13,6 @@ links: [
url: "https://github.com/YouHaveTrouble/GuessTheAnime"
},
]
technologies:
- "vue"
---
+3
View File
@@ -13,4 +13,7 @@ links: [
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"
},
]
technologies:
- "typescript"
- "astro"
---
+3
View File
@@ -9,4 +9,7 @@ links: [
url: "https://interesting-website.yht.one"
},
]
technologies:
- "typescript"
- "astro"
---
+2
View File
@@ -13,4 +13,6 @@ links: [
url: "https://github.com/YouHaveTrouble/MeAPI"
},
]
technologies:
- "java"
---
+2
View File
@@ -9,4 +9,6 @@ links: [
url: "https://github.com/YouHaveTrouble/Mobrrr"
},
]
technologies:
- "java"
---
+2
View File
@@ -9,4 +9,6 @@ links: [
url: "https://github.com/YouHaveTrouble/Noted"
},
]
technologies:
- "java"
---
@@ -13,4 +13,6 @@ links: [
url: "https://github.com/YouHaveTrouble/NotJustNameplates"
},
]
technologies:
- "java"
---
+2
View File
@@ -13,4 +13,6 @@ links: [
url: "https://github.com/YouHaveTrouble/PreventStabby"
},
]
technologies:
- "java"
---
+2
View File
@@ -13,4 +13,6 @@ links: [
url: "https://github.com/PurpurMC/PurpurExtras"
},
]
technologies:
- "java"
---
+2
View File
@@ -13,4 +13,6 @@ links: [
url: "https://github.com/PurpurMC/Purpur"
},
]
technologies:
- "java"
---
+2
View File
@@ -17,4 +17,6 @@ links: [
url: "https://github.com/YouHaveTrouble/YardWatchAPI"
}
]
technologies:
- "java"
---