added tag i-made-this

This commit is contained in:
2026-03-31 16:07:17 +02:00
parent 0c403c82e7
commit 0699b7e08d

View File

@@ -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,
],
}
},