capitalised tags

This commit is contained in:
Oliver Bryan
2025-10-01 12:04:24 +01:00
parent b63542da3c
commit 37375c96c2
5 changed files with 22 additions and 22 deletions

View File

@@ -11,7 +11,7 @@ export const metadata = {
image: "/factor-e-icon.svg",
github: "https://github.com/hex248/factor-e",
hidden: false,
tags: ["game", "c++", "opengl", "cmake", "pixel_art"],
tags: ["Game", "C++", "OpenGL", "CMake", "Pixel Art"],
};
---

View File

@@ -12,12 +12,12 @@ export const metadata = {
github: "https://github.com/hex248/glimpse",
hidden: false,
tags: [
"web",
"react",
"typescript",
"postgresql",
"blob_storage",
"database",
"Web",
"React",
"TypeScript",
"PostgreSQL",
"Blob Storage",
"Databases",
],
};
---

View File

@@ -10,12 +10,12 @@ export const metadata = {
image: "/mizu-icon.svg",
hidden: true,
tags: [
"node",
"typescript",
"postgresql",
"aws_s3",
"discord_api",
"database",
"Node.js",
"TypeScript",
"PostgreSQL",
"AWS S3",
"Discord API",
"Database",
],
};
---

View File

@@ -12,14 +12,14 @@ export const metadata = {
// github: "https://github.com/hex248/watercooler",
hidden: true,
tags: [
"web",
"react",
"typescript",
"webrtc",
"livekit",
"postgresql",
"oauth",
"database",
"Web",
"React",
"TypeScript",
"WebRTC",
"LiveKit",
"PostgreSQL",
"OAuth2",
"Databases",
],
};
---

View File

@@ -11,7 +11,7 @@ export const metadata = {
// url: "https://wiskatron.oliverbryan.com",
github: "https://github.com/hex248/wiskatron",
hidden: false,
tags: ["web", "react", "typescript", "spotify_api"],
tags: ["Web", "React", "TypeScript", "Spotify API"],
};
---