From 131a2473c1b25239720af30c66afff79897a26f3 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 12 Feb 2023 21:48:35 -0800 Subject: [PATCH] Convert TOML front matter to YAML --- exampleSite/content/content/emoji-support.md | 17 +++++++------ .../content/content/markdown-syntax.md | 24 +++++++------------ .../content/content/placeholder-text.md | 17 ++++++------- exampleSite/content/content/rich-content.md | 17 ++++++------- 4 files changed, 30 insertions(+), 45 deletions(-) diff --git a/exampleSite/content/content/emoji-support.md b/exampleSite/content/content/emoji-support.md index 036aa570..095db411 100644 --- a/exampleSite/content/content/emoji-support.md +++ b/exampleSite/content/content/emoji-support.md @@ -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. diff --git a/exampleSite/content/content/markdown-syntax.md b/exampleSite/content/content/markdown-syntax.md index 3ae7d96e..22765876 100644 --- a/exampleSite/content/content/markdown-syntax.md +++ b/exampleSite/content/content/markdown-syntax.md @@ -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. diff --git a/exampleSite/content/content/placeholder-text.md b/exampleSite/content/content/placeholder-text.md index 40abb707..a9904db1 100644 --- a/exampleSite/content/content/placeholder-text.md +++ b/exampleSite/content/content/placeholder-text.md @@ -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. 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. diff --git a/exampleSite/content/content/rich-content.md b/exampleSite/content/content/rich-content.md index d44e4f26..d3f42f00 100644 --- a/exampleSite/content/content/rich-content.md +++ b/exampleSite/content/content/rich-content.md @@ -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.