Add quotes to YAML strings

master
Will Faught 2 years ago
parent c921fe37b7
commit 151a4e73da

@ -1,6 +1,6 @@
--- ---
description: Powerful, pliable pixel perfection. description: "Powerful, pliable pixel perfection."
layout: paige/home layout: "paige/home"
paige: paige:
home: 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. 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 bootstrap_icon: github
name: GitHub name: GitHub
url: https://github.com/willfaught/paige url: https://github.com/willfaught/paige
title: Paige title: "Paige"
--- ---
<a class="lead" href="https://github.com/willfaught/paige">Install it now.</a> <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] authors: ["will_faught"]
categories: [paige] categories: ["paige"]
description: Guide to emoji usage in Hugo. description: "Guide to emoji usage in Hugo."
tags: [content, content, emoji] tags: ["content", "emoji"]
title: Emoji Support title: "Emoji Support"
weight: 50 weight: 50
--- ---

@ -1,9 +1,9 @@
--- ---
authors: [will_faught] authors: ["will_faught"]
categories: [paige] categories: ["paige"]
description: Sample article showcasing basic Markdown syntax and formatting for HTML elements. description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
tags: [content, markdown, css, html] tags: ["content", "markdown", "css", "html"]
title: Markdown Syntax Guide title: "Markdown Syntax Guide"
weight: 10 weight: 10
--- ---

@ -1,10 +1,10 @@
--- ---
authors: [will_faught] authors: ["will_faught"]
description: A brief guide to setup KaTeX. description: "A brief guide to setup KaTeX."
paige: paige:
math: true math: true
tags: [content, katex, math, typesetting] tags: ["content", "katex", "math", "typesetting"]
title: Math Typesetting title: "Math Typesetting"
weight: 40 weight: 40
--- ---

@ -1,8 +1,8 @@
--- ---
authors: [will_faught] authors: ["will_faught"]
description: Lorem Ipsum Dolor Si Amet. description: "Lorem Ipsum Dolor Si Amet."
tags: [content, markdown, text] tags: ["content", "markdown", "text"]
title: Placeholder Text title: "Placeholder Text"
weight: 30 weight: 30
--- ---

@ -1,8 +1,8 @@
--- ---
authors: [will_faught] authors: ["will_faught"]
description: A brief description of Hugo Shortcodes. description: "A brief description of Hugo Shortcodes."
tags: [content, shortcodes, privacy] tags: ["content", "shortcodes", "privacy"]
title: Rich Content title: "Rich Content"
weight: 20 weight: 20
--- ---

@ -1,10 +1,10 @@
--- ---
authors: [will_faught] authors: ["will_faught"]
categories: [paige] categories: ["paige"]
description: Demonstration of the Paige search layout. description: "Demonstration of the Paige search layout."
layout: paige/search layout: "paige/search"
tags: [layouts, search] tags: ["layouts", "search"]
title: Search Layout title: "Search Layout"
weight: 20 weight: 20
--- ---

@ -1,4 +1,4 @@
--- ---
layout: paige/search layout: "paige/search"
title: Search title: "Search"
--- ---

@ -1,9 +1,9 @@
--- ---
authors: [will_faught] authors: ["will_faught"]
categories: [paige] categories: ["paige"]
description: Demonstration of the Paige code shortcode. description: "Demonstration of the Paige code shortcode."
tags: [code, figures, shortcodes] tags: ["code", "figures", "shortcodes"]
title: Code Shortcode title: "Code Shortcode"
weight: 30 weight: 30
--- ---

@ -1,9 +1,9 @@
--- ---
authors: [will_faught] authors: ["will_faught"]
categories: [paige] categories: ["paige"]
description: Demonstration of the Paige figure shortcode. description: "Demonstration of the Paige figure shortcode."
tags: [figures, shortcodes] tags: ["figures", "shortcodes"]
title: Figure Shortcode title: "Figure Shortcode"
weight: 10 weight: 10
--- ---

@ -1,9 +1,9 @@
--- ---
authors: [will_faught] authors: ["will_faught"]
categories: [paige] categories: ["paige"]
description: Demonstration of the Paige gallery shortcode. description: "Demonstration of the Paige gallery shortcode."
tags: [figures, gallery, images, shortcodes] tags: ["figures", "gallery", "images", "shortcodes"]
title: Gallery Shortcode title: "Gallery Shortcode"
weight: 50 weight: 50
--- ---

@ -1,9 +1,9 @@
--- ---
authors: [will_faught] authors: ["will_faught"]
categories: [paige] categories: ["paige"]
description: Demonstration of the Paige image shortcode. description: "Demonstration of the Paige image shortcode."
tags: [figures, images, shortcodes] tags: ["figures", "images", "shortcodes"]
title: Image Shortcode title: "Image Shortcode"
weight: 40 weight: 40
--- ---

@ -1,9 +1,9 @@
--- ---
authors: [will_faught] authors: ["will_faught"]
categories: [paige] categories: ["paige"]
description: Demonstration of the Paige quote shortcode. description: "Demonstration of the Paige quote shortcode."
tags: [figures, quotations, shortcodes] tags: ["figures", "quotations", "shortcodes"]
title: Quote Shortcode title: "Quote Shortcode"
weight: 20 weight: 20
--- ---

@ -1,9 +1,9 @@
--- ---
authors: [will_faught] authors: ["will_faught"]
categories: [paige] categories: ["paige"]
description: Demonstration of the Paige Vimeo shortcode. description: "Demonstration of the Paige Vimeo shortcode."
tags: [shortcodes, videos, vimeo] tags: ["shortcodes", "videos", "vimeo"]
title: Vimeo Shortcode title: "Vimeo Shortcode"
weight: 70 weight: 70
--- ---

@ -1,9 +1,9 @@
--- ---
authors: [will_faught] authors: ["will_faught"]
categories: [paige] categories: ["paige"]
description: Demonstration of the Paige YouTube shortcode. description: "Demonstration of the Paige YouTube shortcode."
tags: [shortcodes, videos, youtube] tags: ["shortcodes", "videos", "youtube"]
title: YouTube Shortcode title: "YouTube Shortcode"
weight: 60 weight: 60
--- ---

Loading…
Cancel
Save