Restore missing taxonomy fields

This commit is contained in:
Maciej Pędzich 2023-08-23 12:55:06 +02:00
parent 23780983bf
commit fd93a73d31
2 changed files with 13 additions and 3 deletions

View File

@ -57,5 +57,15 @@
"path": "[[workspace]]/src/content/blog", "path": "[[workspace]]/src/content/blog",
"previewPath": "/blog/{{pathToken.relPath}}/" "previewPath": "/blog/{{pathToken.relPath}}/"
} }
],
"frontMatter.taxonomy.categories": ["dev diary", "learning modern linux"],
"frontMatter.taxonomy.tags": [
"appwrite",
"formulaone",
"racemash",
"vue",
"vuetify",
"linux",
"planning"
] ]
} }

View File

@ -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 description: outlining and reasoning a plan to learn linux
pubDate: 2023-08-23T10:36:51.379Z pubDate: 2023-08-23T10:36:51.379Z
draft: false
categories: categories:
- learning modern linux - learning modern linux
draft: false
tags: tags:
- linux - linux
- planning - planning