Convert TOML front matter to YAML

This commit is contained in:
Will Faught
2023-02-12 21:48:35 -08:00
parent caa16238e9
commit 131a2473c1
4 changed files with 30 additions and 45 deletions

View File

@@ -1,19 +1,11 @@
+++
authors = ["michael_bluth"]
title = "Markdown Syntax Guide"
date = "2019-03-11"
description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
tags = [
"markdown",
"css",
"html",
]
categories = [
"themes",
"syntax",
]
aliases = ["migrate-from-jekyl"]
+++
---
authors: [michael_bluth]
categories: [paige]
date: 2019-03-11
description: Sample article showcasing basic Markdown syntax and formatting for HTML elements.
tags: [markdown, css, html]
title: Markdown Syntax Guide
---
This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
<!--more-->