added tag i-made-this
This commit is contained in:
@@ -27,6 +27,7 @@ export enum BlogPostTag {
|
|||||||
NULL = "all", // placeholder when a 'no tag' is needed. if in doubt, do not use this
|
NULL = "all", // placeholder when a 'no tag' is needed. if in doubt, do not use this
|
||||||
ART = "art-stuff", // ramblings to do with art
|
ART = "art-stuff", // ramblings to do with art
|
||||||
DRAWING = "drawing", // self-explanatory
|
DRAWING = "drawing", // self-explanatory
|
||||||
|
IMADETHIS = "i-made-this", // stuff i made
|
||||||
META = "natconf-meta", // about the website itself
|
META = "natconf-meta", // about the website itself
|
||||||
TECH_TIP = "tech-tip", // tech guides
|
TECH_TIP = "tech-tip", // tech guides
|
||||||
}
|
}
|
||||||
@@ -57,7 +58,7 @@ export const posts: BlogPostLink[] = [
|
|||||||
title: "I made a LIGHTYEARS font",
|
title: "I made a LIGHTYEARS font",
|
||||||
description: "I feel electric and it's only getting brighter!",
|
description: "I feel electric and it's only getting brighter!",
|
||||||
tags: [
|
tags: [
|
||||||
|
BlogPostTag.IMADETHIS,
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user