From 8af70859e3191a2594a63f1b121667171fde0103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Wed, 10 May 2023 22:44:54 +0200 Subject: [PATCH] Add even more tags and post categories --- frontmatter.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frontmatter.json b/frontmatter.json index 8658c1b..e66e96c 100644 --- a/frontmatter.json +++ b/frontmatter.json @@ -45,15 +45,21 @@ "previewPath": "/blog/{{pathToken.relPath}}/" } ], - "frontMatter.taxonomy.categories": ["dev diary", "online race reports"], + "frontMatter.taxonomy.categories": [ + "dev diary", + "learning linux", + "miscellaneous" + ], "frontMatter.taxonomy.tags": [ "alpine", "appwrite", "astro", "f1", + "linux", "nuxt", "planetscale", "primevue", + "ps4", "supabase", "vue" ]