mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-27 23:55: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",
|
"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"
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -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
|
Loading…
Reference in New Issue
Block a user