mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-27 15:45:47 +01:00
Restore missing taxonomy fields
This commit is contained in:
parent
23780983bf
commit
fd93a73d31
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user