From 0699b7e08d4cf0201c17ecb283c705f97a0bad88 Mon Sep 17 00:00:00 2001 From: denizk0461 Date: Tue, 31 Mar 2026 16:07:17 +0200 Subject: [PATCH] added tag i-made-this --- src/routes/blog/posts.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/routes/blog/posts.ts b/src/routes/blog/posts.ts index 0512086..8c3bb06 100644 --- a/src/routes/blog/posts.ts +++ b/src/routes/blog/posts.ts @@ -27,6 +27,7 @@ export enum BlogPostTag { NULL = "all", // placeholder when a 'no tag' is needed. if in doubt, do not use this ART = "art-stuff", // ramblings to do with art DRAWING = "drawing", // self-explanatory + IMADETHIS = "i-made-this", // stuff i made META = "natconf-meta", // about the website itself TECH_TIP = "tech-tip", // tech guides } @@ -57,7 +58,7 @@ export const posts: BlogPostLink[] = [ title: "I made a LIGHTYEARS font", description: "I feel electric and it's only getting brighter!", tags: [ - + BlogPostTag.IMADETHIS, ], } },