Convert TOML front matter to YAML

master
Will Faught 2 years ago
parent caa16238e9
commit 131a2473c1

@ -1,12 +1,11 @@
+++
authors = ["michael_bluth"]
title = "Emoji Support"
date = "2019-03-05"
description = "Guide to emoji usage in Hugo."
tags = [
"emoji",
]
+++
---
authors: [michael_bluth]
categories: [paige]
date: 2019-03-05
description: Guide to emoji usage in Hugo.
tags: [emoji]
title: Emoji Support
---
Emoji can be enabled in a Hugo project in a number of ways.
<!--more-->

@ -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-->

@ -1,13 +1,10 @@
+++
authors = ["michael_bluth"]
title = "Placeholder Text"
date = "2019-03-09"
description = "Lorem Ipsum Dolor Si Amet."
tags = [
"markdown",
"text",
]
+++
---
authors: [michael_bluth]
date: 2019-03-09
description: Lorem Ipsum Dolor Si Amet.
tags: [markdown, text]
title: Placeholder Text
---
Lorem est tota propiore conpellat pectoribus de pectora summo. <!--more-->Redit teque digerit hominumque toris verebor lumina non cervice subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis lumine cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum.

@ -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-->

Loading…
Cancel
Save