Add quotes to YAML strings
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
---
|
||||
title: Content
|
||||
title: "Content"
|
||||
---
|
||||
|
@@ -1,9 +1,9 @@
|
||||
---
|
||||
authors: [will_faught]
|
||||
categories: [paige]
|
||||
description: Guide to emoji usage in Hugo.
|
||||
tags: [content, content, emoji]
|
||||
title: Emoji Support
|
||||
authors: ["will_faught"]
|
||||
categories: ["paige"]
|
||||
description: "Guide to emoji usage in Hugo."
|
||||
tags: ["content", "emoji"]
|
||||
title: "Emoji Support"
|
||||
weight: 50
|
||||
---
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
---
|
||||
authors: [will_faught]
|
||||
categories: [paige]
|
||||
description: Sample article showcasing basic Markdown syntax and formatting for HTML elements.
|
||||
tags: [content, markdown, css, html]
|
||||
title: Markdown Syntax Guide
|
||||
authors: ["will_faught"]
|
||||
categories: ["paige"]
|
||||
description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
|
||||
tags: ["content", "markdown", "css", "html"]
|
||||
title: "Markdown Syntax Guide"
|
||||
weight: 10
|
||||
---
|
||||
|
||||
|
@@ -1,10 +1,10 @@
|
||||
---
|
||||
authors: [will_faught]
|
||||
description: A brief guide to setup KaTeX.
|
||||
authors: ["will_faught"]
|
||||
description: "A brief guide to setup KaTeX."
|
||||
paige:
|
||||
math: true
|
||||
tags: [content, katex, math, typesetting]
|
||||
title: Math Typesetting
|
||||
tags: ["content", "katex", "math", "typesetting"]
|
||||
title: "Math Typesetting"
|
||||
weight: 40
|
||||
---
|
||||
|
||||
|
@@ -1,8 +1,8 @@
|
||||
---
|
||||
authors: [will_faught]
|
||||
description: Lorem Ipsum Dolor Si Amet.
|
||||
tags: [content, markdown, text]
|
||||
title: Placeholder Text
|
||||
authors: ["will_faught"]
|
||||
description: "Lorem Ipsum Dolor Si Amet."
|
||||
tags: ["content", "markdown", "text"]
|
||||
title: "Placeholder Text"
|
||||
weight: 30
|
||||
---
|
||||
|
||||
|
@@ -1,8 +1,8 @@
|
||||
---
|
||||
authors: [will_faught]
|
||||
description: A brief description of Hugo Shortcodes.
|
||||
tags: [content, shortcodes, privacy]
|
||||
title: Rich Content
|
||||
authors: ["will_faught"]
|
||||
description: "A brief description of Hugo Shortcodes."
|
||||
tags: ["content", "shortcodes", "privacy"]
|
||||
title: "Rich Content"
|
||||
weight: 20
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user