convert existing tip file front matter to markdown to ensure support for cms
This commit is contained in:
parent
ec5f9ab5a8
commit
d4fb3aae0d
|
@ -1,19 +1,17 @@
|
||||||
+++
|
---
|
||||||
title = "_Example"
|
title: _Example
|
||||||
author = "KemoNine"
|
author: KemoNine
|
||||||
publishDate = 2023-03-16
|
publishDate: 2023-03-16
|
||||||
lastmod = 2023-03-18
|
lastMod: 2023-03-18
|
||||||
toc = true
|
toc: true
|
||||||
draft = false
|
draft: false
|
||||||
categories = [
|
categories:
|
||||||
"blog",
|
- blog
|
||||||
"tips"
|
- tips
|
||||||
]
|
tags:
|
||||||
tags = [
|
- faq
|
||||||
"faq",
|
- example
|
||||||
"example"
|
---
|
||||||
]
|
|
||||||
+++
|
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
{{< back_to_top >}}
|
{{< back_to_top >}}
|
||||||
|
|
Loading…
Reference in a new issue