diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md index dfc57125..188ee0ca 100644 --- a/exampleSite/content/_index.md +++ b/exampleSite/content/_index.md @@ -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" --- Install it now. diff --git a/exampleSite/content/content/_index.md b/exampleSite/content/content/_index.md index ff24af72..3c4aaf20 100644 --- a/exampleSite/content/content/_index.md +++ b/exampleSite/content/content/_index.md @@ -1,3 +1,3 @@ --- -title: Content +title: "Content" --- diff --git a/exampleSite/content/content/emoji-support.md b/exampleSite/content/content/emoji-support.md index 26a429e0..05a40f2c 100644 --- a/exampleSite/content/content/emoji-support.md +++ b/exampleSite/content/content/emoji-support.md @@ -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 --- diff --git a/exampleSite/content/content/markdown-syntax.md b/exampleSite/content/content/markdown-syntax.md index c3c36fc4..7e50dcc7 100644 --- a/exampleSite/content/content/markdown-syntax.md +++ b/exampleSite/content/content/markdown-syntax.md @@ -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 --- diff --git a/exampleSite/content/content/math-typesetting.md b/exampleSite/content/content/math-typesetting.md index 314cda80..c4b5492d 100644 --- a/exampleSite/content/content/math-typesetting.md +++ b/exampleSite/content/content/math-typesetting.md @@ -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 --- diff --git a/exampleSite/content/content/placeholder-text.md b/exampleSite/content/content/placeholder-text.md index d46e76b4..737478d8 100644 --- a/exampleSite/content/content/placeholder-text.md +++ b/exampleSite/content/content/placeholder-text.md @@ -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 --- diff --git a/exampleSite/content/content/rich-content.md b/exampleSite/content/content/rich-content.md index f195342c..80cc8cc8 100644 --- a/exampleSite/content/content/rich-content.md +++ b/exampleSite/content/content/rich-content.md @@ -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 --- diff --git a/exampleSite/content/layouts/search.md b/exampleSite/content/layouts/search.md index aeb033e5..724a73db 100644 --- a/exampleSite/content/layouts/search.md +++ b/exampleSite/content/layouts/search.md @@ -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 --- diff --git a/exampleSite/content/search.md b/exampleSite/content/search.md index 0a6744e9..8ebabec8 100644 --- a/exampleSite/content/search.md +++ b/exampleSite/content/search.md @@ -1,4 +1,4 @@ --- -layout: paige/search -title: Search +layout: "paige/search" +title: "Search" --- diff --git a/exampleSite/content/shortcodes/code.md b/exampleSite/content/shortcodes/code.md index 34994971..eaad6b29 100644 --- a/exampleSite/content/shortcodes/code.md +++ b/exampleSite/content/shortcodes/code.md @@ -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 --- diff --git a/exampleSite/content/shortcodes/figure.md b/exampleSite/content/shortcodes/figure.md index bacdf5b7..ce508766 100644 --- a/exampleSite/content/shortcodes/figure.md +++ b/exampleSite/content/shortcodes/figure.md @@ -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 --- diff --git a/exampleSite/content/shortcodes/gallery/index.md b/exampleSite/content/shortcodes/gallery/index.md index 1271c897..fd4a73c7 100644 --- a/exampleSite/content/shortcodes/gallery/index.md +++ b/exampleSite/content/shortcodes/gallery/index.md @@ -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 --- diff --git a/exampleSite/content/shortcodes/image.md b/exampleSite/content/shortcodes/image.md index 41e31c76..3d91b985 100644 --- a/exampleSite/content/shortcodes/image.md +++ b/exampleSite/content/shortcodes/image.md @@ -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 --- diff --git a/exampleSite/content/shortcodes/quote.md b/exampleSite/content/shortcodes/quote.md index 52e751b0..9b121a83 100644 --- a/exampleSite/content/shortcodes/quote.md +++ b/exampleSite/content/shortcodes/quote.md @@ -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 --- diff --git a/exampleSite/content/shortcodes/vimeo.md b/exampleSite/content/shortcodes/vimeo.md index 58e4aef5..f8cd9d98 100644 --- a/exampleSite/content/shortcodes/vimeo.md +++ b/exampleSite/content/shortcodes/vimeo.md @@ -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 --- diff --git a/exampleSite/content/shortcodes/youtube.md b/exampleSite/content/shortcodes/youtube.md index 23c47da6..ae4f5d2d 100644 --- a/exampleSite/content/shortcodes/youtube.md +++ b/exampleSite/content/shortcodes/youtube.md @@ -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 ---