From c50f2f51c85633653964b76f7c568828a4107663 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 24 Feb 2023 19:52:05 -0800 Subject: [PATCH] Quote YAML strings --- exampleSite/content/_index.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md index 9cce3ae6..2cceaee2 100644 --- a/exampleSite/content/_index.md +++ b/exampleSite/content/_index.md @@ -3,20 +3,20 @@ 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. - greeting: An advanced Hugo theme + 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." + greeting: "An advanced Hugo theme" image: stretch: true - url: landscape.webp + url: "landscape.webp" reading_time: hide: true title: - class: display-1 fw-bold text-center + class: "display-1 fw-bold text-center" social: github: - bootstrap_icon: github - name: GitHub - url: https://github.com/willfaught/paige + bootstrap_icon: "github" + name: "GitHub" + url: "https://github.com/willfaught/paige" title: "Paige" ---