From 0497446da40c0d9ff4b71b6cd05ffb4d00fd77bf Mon Sep 17 00:00:00 2001 From: Norbert Melzer Date: Mon, 2 Jun 2025 23:14:40 +0200 Subject: [PATCH] fix social media in frontmatter --- src/content/authors/nobbz.mdx | 4 ++-- src/content/schemas/authors.ts | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/content/authors/nobbz.mdx b/src/content/authors/nobbz.mdx index 54183d6..a5a2c49 100644 --- a/src/content/authors/nobbz.mdx +++ b/src/content/authors/nobbz.mdx @@ -11,13 +11,13 @@ nick_name: "NobbZ" funding: amazon: https://www.amazon.de/hz/wishlist/ls/1GZRUIT9EP93R?ref_=wl_share github: "NobbZ" - kofi: "nobbz" patreon: "nobbz_dev" polar: "NobbZ" social: + bsky: "nobbz.dev" github: "NobbZ" gitlab: "NobbZ" - linkedin: "norbert-melzer-a175829a" + linkedin: "norbert-melzer" twitter: "NobbZ1981" web: homepage: "https://blog.nobbz.dev/" diff --git a/src/content/schemas/authors.ts b/src/content/schemas/authors.ts index 81f3e37..ac950c2 100644 --- a/src/content/schemas/authors.ts +++ b/src/content/schemas/authors.ts @@ -26,6 +26,7 @@ const funding = z const social = z .object({ + bsky: z.string(), github: z.string(), gitlab: z.string(), linkedin: z.string(), -- 2.51.2