Skip to content

Commit

Permalink
#8 Fix article contains yaml front matter
Browse files Browse the repository at this point in the history
  • Loading branch information
raeperd committed Jan 9, 2022
1 parent 0d69454 commit 4f04bb5
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
14 changes: 7 additions & 7 deletions lib/content/post/emoji-support.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
+++
author = "lee.so"
title = "Emoji Support"
date = "2019-03-05"
description = "Guide to emoji usage in Hugo"
tags = [
---
author : lee.so
title : Emoji Support
date : 2019-03-05
description : Guide to emoji usage in Hugo
tags : [
"emoji",
]
+++
---

Emoji can be enabled in a Hugo project in a number of ways.
<!--more-->
Expand Down
20 changes: 10 additions & 10 deletions lib/content/post/markdown-syntax.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
+++
author = "lee.so"
title = "Markdown Syntax Guide"
date = "2019-03-11"
description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
tags = [
---
author : lee.so
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 = [
categories : [
"themes",
"syntax",
]
series = ["Themes Guide"]
aliases = ["migrate-from-jekyl"]
+++
series : ["Themes Guide"]
aliases : ["migrate-from-jekyl"]
---

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-->
Expand Down
16 changes: 8 additions & 8 deletions lib/content/post/placeholder-text.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
+++
author = "lee.so"
title = "Placeholder Text"
date = "2019-03-09"
description = "Lorem Ipsum Dolor Si Amet"
tags = [
---
author: lee.so
title: Placeholder Text
date: 2019-03-09
description: Lorem Ipsum Dolor Si Amet
tags: [
"markdown",
"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.

Expand All @@ -19,7 +19,7 @@ Lorem est tota propiore conpellat pectoribus de pectora summo. <!--more-->Redit
Rursus nulli murmur; hastile inridet ut ab gravi sententia! Nomine potitus silentia flumen, sustinet placuit petis in dilapsa erat sunt. Atria tractus malis.

1. Comas hunc haec pietate fetum procerum dixit
2. Post torum vates letum Tiresia
2. Article torum vates letum Tiresia
3. Flumen querellas
4. Arcanaque montibus omnes
5. Quidem et
Expand Down
14 changes: 7 additions & 7 deletions lib/content/post/rich-content.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
+++
author = "lee.so"
title = "Rich Content"
date = "2019-03-10"
description = "A brief description of Hugo Shortcodes"
tags = [
---
author : lee.so
title : Rich Content
date : 2019-03-10
description : A brief description of Hugo Shortcodes
tags : [
"shortcodes",
"privacy",
]
+++
---

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-->
Expand Down

0 comments on commit 4f04bb5

Please sign in to comment.