From d4fb3aae0d8fd8015da5928224f61c4f1cb01611 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sun, 19 Mar 2023 13:01:13 -0400 Subject: [PATCH] convert existing tip file front matter to markdown to ensure support for cms --- content/tips/_example.md | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/content/tips/_example.md b/content/tips/_example.md index 2b69aa7..8ce5104 100644 --- a/content/tips/_example.md +++ b/content/tips/_example.md @@ -1,19 +1,17 @@ -+++ -title = "_Example" -author = "KemoNine" -publishDate = 2023-03-16 -lastmod = 2023-03-18 -toc = true -draft = false -categories = [ - "blog", - "tips" -] -tags = [ - "faq", - "example" -] -+++ +--- +title: _Example +author: KemoNine +publishDate: 2023-03-16 +lastMod: 2023-03-18 +toc: true +draft: false +categories: + - blog + - tips +tags: + - faq + - example +--- ## Changelog {{< back_to_top >}}