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