Add quotes to YAML strings
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: Powerful, pliable pixel perfection.
|
||||
layout: paige/home
|
||||
description: "Powerful, pliable pixel perfection."
|
||||
layout: "paige/home"
|
||||
paige:
|
||||
home:
|
||||
blurb: Paige is designed to put your content front and center, avoiding the typical clutter. The look is seamless and smooth, scalable and readable, portable and efficient. The layout is minimal and responsive, using verticality and white space to focus and delineate parts of the page. The implementation is flexible and extensible. It's a versatile canvas that serves most web needs. Welcome to the last Hugo theme you'll probably ever need.
|
||||
@@ -19,7 +19,7 @@ paige:
|
||||
bootstrap_icon: github
|
||||
name: GitHub
|
||||
url: https://github.com/willfaught/paige
|
||||
title: Paige
|
||||
title: "Paige"
|
||||
---
|
||||
|
||||
<a class="lead" href="https://github.com/willfaught/paige">Install it now.</a>
|
||||
|
@@ -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
|
||||
---
|
||||
|
||||
|
@@ -1,10 +1,10 @@
|
||||
---
|
||||
authors: [will_faught]
|
||||
categories: [paige]
|
||||
description: Demonstration of the Paige search layout.
|
||||
layout: paige/search
|
||||
tags: [layouts, search]
|
||||
title: Search Layout
|
||||
authors: ["will_faught"]
|
||||
categories: ["paige"]
|
||||
description: "Demonstration of the Paige search layout."
|
||||
layout: "paige/search"
|
||||
tags: ["layouts", "search"]
|
||||
title: "Search Layout"
|
||||
weight: 20
|
||||
---
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
---
|
||||
layout: paige/search
|
||||
title: Search
|
||||
layout: "paige/search"
|
||||
title: "Search"
|
||||
---
|
||||
|
@@ -1,9 +1,9 @@
|
||||
---
|
||||
authors: [will_faught]
|
||||
categories: [paige]
|
||||
description: Demonstration of the Paige code shortcode.
|
||||
tags: [code, figures, shortcodes]
|
||||
title: Code Shortcode
|
||||
authors: ["will_faught"]
|
||||
categories: ["paige"]
|
||||
description: "Demonstration of the Paige code shortcode."
|
||||
tags: ["code", "figures", "shortcodes"]
|
||||
title: "Code Shortcode"
|
||||
weight: 30
|
||||
---
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
---
|
||||
authors: [will_faught]
|
||||
categories: [paige]
|
||||
description: Demonstration of the Paige figure shortcode.
|
||||
tags: [figures, shortcodes]
|
||||
title: Figure Shortcode
|
||||
authors: ["will_faught"]
|
||||
categories: ["paige"]
|
||||
description: "Demonstration of the Paige figure shortcode."
|
||||
tags: ["figures", "shortcodes"]
|
||||
title: "Figure Shortcode"
|
||||
weight: 10
|
||||
---
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
---
|
||||
authors: [will_faught]
|
||||
categories: [paige]
|
||||
description: Demonstration of the Paige gallery shortcode.
|
||||
tags: [figures, gallery, images, shortcodes]
|
||||
title: Gallery Shortcode
|
||||
authors: ["will_faught"]
|
||||
categories: ["paige"]
|
||||
description: "Demonstration of the Paige gallery shortcode."
|
||||
tags: ["figures", "gallery", "images", "shortcodes"]
|
||||
title: "Gallery Shortcode"
|
||||
weight: 50
|
||||
---
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
---
|
||||
authors: [will_faught]
|
||||
categories: [paige]
|
||||
description: Demonstration of the Paige image shortcode.
|
||||
tags: [figures, images, shortcodes]
|
||||
title: Image Shortcode
|
||||
authors: ["will_faught"]
|
||||
categories: ["paige"]
|
||||
description: "Demonstration of the Paige image shortcode."
|
||||
tags: ["figures", "images", "shortcodes"]
|
||||
title: "Image Shortcode"
|
||||
weight: 40
|
||||
---
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
---
|
||||
authors: [will_faught]
|
||||
categories: [paige]
|
||||
description: Demonstration of the Paige quote shortcode.
|
||||
tags: [figures, quotations, shortcodes]
|
||||
title: Quote Shortcode
|
||||
authors: ["will_faught"]
|
||||
categories: ["paige"]
|
||||
description: "Demonstration of the Paige quote shortcode."
|
||||
tags: ["figures", "quotations", "shortcodes"]
|
||||
title: "Quote Shortcode"
|
||||
weight: 20
|
||||
---
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
---
|
||||
authors: [will_faught]
|
||||
categories: [paige]
|
||||
description: Demonstration of the Paige Vimeo shortcode.
|
||||
tags: [shortcodes, videos, vimeo]
|
||||
title: Vimeo Shortcode
|
||||
authors: ["will_faught"]
|
||||
categories: ["paige"]
|
||||
description: "Demonstration of the Paige Vimeo shortcode."
|
||||
tags: ["shortcodes", "videos", "vimeo"]
|
||||
title: "Vimeo Shortcode"
|
||||
weight: 70
|
||||
---
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
---
|
||||
authors: [will_faught]
|
||||
categories: [paige]
|
||||
description: Demonstration of the Paige YouTube shortcode.
|
||||
tags: [shortcodes, videos, youtube]
|
||||
title: YouTube Shortcode
|
||||
authors: ["will_faught"]
|
||||
categories: ["paige"]
|
||||
description: "Demonstration of the Paige YouTube shortcode."
|
||||
tags: ["shortcodes", "videos", "youtube"]
|
||||
title: "YouTube Shortcode"
|
||||
weight: 60
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user