From fd93a73d315cde6f332a0cde0a46e1ffed74a63c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Wed, 23 Aug 2023 12:55:06 +0200 Subject: [PATCH] Restore missing taxonomy fields --- frontmatter.json | 12 +++++++++++- ...its-time-to-go-deeper.md => time-to-go-deeper.md} | 4 ++-- 2 files changed, 13 insertions(+), 3 deletions(-) rename src/content/blog/{its-time-to-go-deeper.md => time-to-go-deeper.md} (98%) diff --git a/frontmatter.json b/frontmatter.json index 4207170..f8c11a5 100644 --- a/frontmatter.json +++ b/frontmatter.json @@ -57,5 +57,15 @@ "path": "[[workspace]]/src/content/blog", "previewPath": "/blog/{{pathToken.relPath}}/" } + ], + "frontMatter.taxonomy.categories": ["dev diary", "learning modern linux"], + "frontMatter.taxonomy.tags": [ + "appwrite", + "formulaone", + "racemash", + "vue", + "vuetify", + "linux", + "planning" ] -} \ No newline at end of file +} diff --git a/src/content/blog/its-time-to-go-deeper.md b/src/content/blog/time-to-go-deeper.md similarity index 98% rename from src/content/blog/its-time-to-go-deeper.md rename to src/content/blog/time-to-go-deeper.md index 39349ad..03a8d1a 100644 --- a/src/content/blog/its-time-to-go-deeper.md +++ b/src/content/blog/time-to-go-deeper.md @@ -1,10 +1,10 @@ --- -title: it's time to go deeper +title: time to go deeper description: outlining and reasoning a plan to learn linux pubDate: 2023-08-23T10:36:51.379Z +draft: false categories: - learning modern linux -draft: false tags: - linux - planning