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,13 +1,10 @@
+++
authors = ["michael_bluth"]
title = "Rich Content"
date = "2019-03-10"
description = "A brief description of Hugo Shortcodes."
tags = [
"shortcodes",
"privacy",
]
+++
---
authors: [michael_bluth]
date: 2019-03-10
description: A brief description of Hugo Shortcodes.
tags: [shortcodes, privacy]
title: Rich Content
---
Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.
<!--more-->