Convert front matter to TOML

master
Will Faught 1 year ago
parent e4b131531b
commit 7ca3bad051

@ -1,16 +1,17 @@
--- +++
paige: title = "Paige"
search: [paige]
hide_page: true style = """
style: | #paige-collections,
#paige-collections, #paige-metadata,
#paige-metadata, #paige-sections,
#paige-sections, #paige-pages {
#paige-pages { display: none;
display: none; }
} """
title: "Paige" [paige.search]
--- hide_page = true
+++
<p>{{% paige/image alt="Landscape" breakpoints=true class="object-fit-cover rounded-4 shadow-lg" fetchpriority="high" height="20rem" loading="eager" process="webp" src="https://images.unsplash.com/photo-1490604001847-b712b0c2f967?w=1296" width="100%" %}}</p> <p>{{% paige/image alt="Landscape" breakpoints=true class="object-fit-cover rounded-4 shadow-lg" fetchpriority="high" height="20rem" loading="eager" process="webp" src="https://images.unsplash.com/photo-1490604001847-b712b0c2f967?w=1296" width="100%" %}}</p>

@ -1,4 +1,4 @@
--- +++
description: "Browse by author." description = "Browse by author."
title: "Authors" title = "Authors"
--- +++

@ -1,4 +1,4 @@
--- +++
description: "Demonstration of an author." description = "Demonstration of an author."
title: "Author Demo" title = "Author Demo"
--- +++

@ -1,5 +1,5 @@
--- +++
description: "Browse by category." description = "Browse by category."
layout: "paige/cloud" layout = "paige/cloud"
title: "Categories" title = "Categories"
--- +++

@ -1,4 +1,4 @@
--- +++
description: "Demonstration of a category." description = "Demonstration of a category."
title: "Paige" title = "Paige"
--- +++

@ -1,4 +1,4 @@
--- +++
description: "Demonstrations of Paige content." description = "Demonstrations of Paige content."
title: "Content" title = "Content"
--- +++

@ -1,16 +1,15 @@
--- +++
authors: ["author-demo"] authors = ["author-demo"]
categories: ["content", "paige"] categories = ["content", "paige"]
date: "2023-09-18T21:21:05-07:00" date = "2023-09-18T21:21:05-07:00"
description: "An alert." description = "An alert."
paige: tags = ["alerts"]
alert: title = "Alert"
message: "Get more information <a href=\"#\" class=\"alert-link\">here</a>." weight = 60
type: "primary" [paige.alert]
tags: ["alerts"] message = "Get more information <a href=\"#\" class=\"alert-link\">here</a>."
title: "Alert" type = "primary"
weight: 60 +++
---
This page has the following parameters: This page has the following parameters:

@ -1,12 +1,12 @@
--- +++
authors: ["author-demo"] authors = ["author-demo"]
categories: ["content", "paige"] categories = ["content", "paige"]
date: "2023-09-18T21:32:40-07:00" date = "2023-09-18T21:32:40-07:00"
description: "Guide to emoji usage in Hugo." description = "Guide to emoji usage in Hugo."
tags: ["emoji"] tags = ["emoji"]
title: "Emoji Support" title = "Emoji Support"
weight: 50 weight = 50
--- +++
<!-- <!--
The MIT License (MIT) The MIT License (MIT)

@ -1,12 +1,12 @@
--- +++
authors: ["author-demo"] authors = ["author-demo"]
categories: ["content", "paige"] categories = ["content", "paige"]
date: "2023-09-24T21:29:30-07:00" date = "2023-09-24T21:29:30-07:00"
description: "A front matter link." description = "A front matter link."
link: "https://willfaught.com/paige" link = "https://willfaught.com/paige"
tags: ["link"] tags = ["link"]
title: "Link" title = "Link"
weight: 70 weight = 70
--- +++
It takes you to the home page. It takes you to the home page.

@ -1,12 +1,12 @@
--- +++
authors: ["author-demo"] authors = ["author-demo"]
categories: ["content", "paige"] categories = ["content", "paige"]
date: "2023-09-18T21:32:52-07:00" date = "2023-09-18T21:32:52-07:00"
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: ["markdown", "css", "html"] tags = ["css", "html", "markdown"]
title: "Markdown Syntax Guide" title = "Markdown Syntax Guide"
weight: 10 weight = 10
--- +++
<!-- <!--
The MIT License (MIT) The MIT License (MIT)

@ -1,14 +1,14 @@
--- +++
authors: ["author-demo"] authors = ["author-demo"]
categories: ["content", "paige"] categories = ["content", "paige"]
date: "2023-09-18T21:33:03-07:00" date = "2023-09-18T21:33:03-07:00"
description: "A brief guide to setup KaTeX." description = "A brief guide to setup KaTeX."
paige: tags = ["katex", "math", "typesetting"]
math: true title = "Math Typesetting"
tags: ["katex", "math", "typesetting"] weight = 40
title: "Math Typesetting" [paige]
weight: 40 math = true
--- +++
<!-- <!--
The MIT License (MIT) The MIT License (MIT)

@ -1,15 +1,14 @@
--- +++
authors: ["author-demo"] authors = ["author-demo"]
categories: ["content", "paige"] categories = ["content", "paige"]
date: "2023-09-18T21:33:16-07:00" date = "2023-09-18T21:33:16-07:00"
description: "Lorem Ipsum Dolor Si Amet." description = "Lorem Ipsum Dolor Si Amet."
paige: tags = ["markdown", "text"]
feed: title = "Placeholder Text"
hide_page: true weight = 30
tags: ["markdown", "text"] [paige.feed]
title: "Placeholder Text" hide_page = true
weight: 30 +++
---
<!-- <!--
The MIT License (MIT) The MIT License (MIT)

@ -1,15 +1,14 @@
--- +++
authors: ["author-demo"] authors = ["author-demo"]
categories: ["content", "paige"] categories = ["content", "paige"]
date: "2023-09-18T21:33:24-07:00" date = "2023-09-18T21:33:24-07:00"
description: "A brief description of Hugo Shortcodes." description = "A brief description of Hugo Shortcodes."
paige: tags = ["privacy", "shortcodes"]
feed: title = "Rich Content"
hide_page: true weight = 20
tags: ["shortcodes", "privacy"] [paige.feed]
title: "Rich Content" hide_page = true
weight: 20 +++
---
<!-- <!--
The MIT License (MIT) The MIT License (MIT)

@ -1,29 +1,30 @@
--- +++
authors: ["author-demo"] authors = ["author-demo"]
categories: ["customization", "paige"] categories = ["customization", "paige"]
description: "Demonstrations of Paige customization." description = "Demonstrations of Paige customization."
paige: series = ["series-demo"]
style: | tags = ["sections"]
#paige-authors, title = "Customization"
#paige-credit, [paige]
#paige-date, style = """
#paige-file, #paige-authors,
#paige-keywords, #paige-credit,
#paige-reading-time, #paige-date,
#paige-series, #paige-file,
#paige-toc, #paige-keywords,
.paige-authors, #paige-reading-time,
.paige-date, #paige-series,
.paige-keywords, #paige-toc,
.paige-reading-time, .paige-authors,
.paige-series, .paige-date,
.paige-summary { .paige-keywords,
display: block; .paige-reading-time,
} .paige-series,
series: ["series-demo"] .paige-summary {
tags: ["sections"] display: block;
title: "Customization" }
--- """
+++
This site hides some section page data by default. This page shows it all. This site hides some section page data by default. This page shows it all.

@ -1,32 +1,33 @@
--- +++
authors: ["author-demo"] authors = ["author-demo"]
categories: ["customization", "paige"] categories = ["customization", "paige"]
date: "2023-09-18T21:21:05-07:00" date = "2023-09-18T21:21:05-07:00"
description: "Demonstration of Paige customization that shows data." description = "Demonstration of Paige customization that shows data."
paige: series = ["series-demo"]
style: | tags = ["show", "singles"]
#paige-authors, title = "Show Data"
#paige-credit, weight = 20
#paige-date, [paige]
#paige-file, style = """
#paige-keywords, #paige-authors,
#paige-prev-next, #paige-credit,
#paige-reading-time, #paige-date,
#paige-series, #paige-file,
#paige-toc, #paige-keywords,
.paige-authors, #paige-prev-next,
.paige-date, #paige-reading-time,
.paige-keywords, #paige-series,
.paige-reading-time, #paige-toc,
.paige-series, .paige-authors,
.paige-summary { .paige-date,
display: block; .paige-keywords,
} .paige-reading-time,
series: ["series-demo"] .paige-series,
tags: ["show", "singles"] .paige-summary {
title: "Show Data" display: block;
weight: 20 }
--- """
+++
This site hides some single page data by default. This page shows it all. This site hides some single page data by default. This page shows it all.

@ -1,49 +1,50 @@
--- +++
authors: ["author-demo"] authors = ["author-demo"]
categories: ["customization", "paige"] categories = ["customization", "paige"]
date: "2023-09-18T20:21:05-07:00" date = "2023-09-18T20:21:05-07:00"
description: "Demonstration of Paige customization that styles data." description = "Demonstration of Paige customization that styles data."
paige: series = ["series-demo"]
style: | tags = ["singles", "style"]
#paige-authors, title = "Style Data"
#paige-credit, weight = 10
#paige-date, [paige]
#paige-file, style = """
#paige-keywords, #paige-authors,
#paige-prev-next, #paige-credit,
#paige-reading-time, #paige-date,
#paige-series, #paige-file,
#paige-toc, #paige-keywords,
.paige-authors, #paige-prev-next,
.paige-date, #paige-reading-time,
.paige-keywords, #paige-series,
.paige-reading-time, #paige-toc,
.paige-series, .paige-authors,
.paige-summary { .paige-date,
display: block; .paige-keywords,
} .paige-reading-time,
#paige-authors { font-style: italic; } .paige-series,
#paige-content { font-style: italic; } .paige-summary {
#paige-date { font-style: italic; } display: block;
#paige-description { font-style: italic; } }
#paige-file { font-style: italic; } #paige-authors { font-style: italic; }
#paige-keywords { font-style: italic; } #paige-content { font-style: italic; }
#paige-reading-time { font-style: italic; } #paige-date { font-style: italic; }
#paige-series { font-style: italic; } #paige-description { font-style: italic; }
#paige-title { font-style: italic; } #paige-file { font-style: italic; }
#paige-toc { font-style: italic; } #paige-keywords { font-style: italic; }
#paige-copyright { font-style: italic; } #paige-reading-time { font-style: italic; }
#paige-credit { font-style: italic; } #paige-series { font-style: italic; }
.paige-authors { font-style: italic; } #paige-title { font-style: italic; }
.paige-date { font-style: italic; } #paige-toc { font-style: italic; }
.paige-keyword { font-style: italic; } #paige-copyright { font-style: italic; }
.paige-series { font-style: italic; } #paige-credit { font-style: italic; }
.paige-summary { font-style: italic; } .paige-authors { font-style: italic; }
series: ["series-demo"] .paige-date { font-style: italic; }
tags: ["singles", "style"] .paige-keyword { font-style: italic; }
title: "Style Data" .paige-series { font-style: italic; }
weight: 10 .paige-summary { font-style: italic; }
--- """
+++
This site uses the default styles on the other pages. This page changes them. This site uses the default styles on the other pages. This page changes them.

@ -1,4 +1,4 @@
--- +++
description: "Demonstrations of Paige layouts." description = "Demonstrations of Paige layouts."
title: "Layouts" title = "Layouts"
--- +++

@ -1,13 +1,13 @@
--- +++
authors: ["author-demo"] authors = ["author-demo"]
categories: ["layouts", "paige"] categories = ["layouts", "paige"]
date: "2024-06-03T21:21:05-07:00" date = "2024-06-03T21:21:05-07:00"
description: "Demonstration of the Paige cloud layout." description = "Demonstration of the Paige cloud layout."
layout: "paige/cloud" layout = "paige/cloud"
tags: ["cloud"] tags = ["cloud"]
title: "Cloud Layout" title = "Cloud Layout"
weight: 20 weight = 20
--- +++
Paige provides a `paige/cloud` layout for taxonomy pages with lots of terms. Paige provides a `paige/cloud` layout for taxonomy pages with lots of terms.

@ -1,6 +1,5 @@
--- +++
paige: title = "Apple"
feed: [paige.feed]
hide_page: true hide_page = true
title: Apple +++
---

@ -1,6 +1,5 @@
--- +++
paige: title = "Banana"
feed: [paige.feed]
hide_page: true hide_page = true
title: Banana +++
---

@ -1,6 +1,5 @@
--- +++
paige: title = "Cantaloupe"
feed: [paige.feed]
hide_page: true hide_page = true
title: Cantaloupe +++
---

@ -1,15 +1,14 @@
--- +++
authors: ["author-demo"] authors = ["author-demo"]
categories: ["layouts", "paige"] categories = ["layouts", "paige"]
description: "Demonstration of the Paige search layout." description = "Demonstration of the Paige search layout."
layout: "paige/search" layout = "paige/search"
paige: tags = ["search"]
feed: title = "Search Layout"
hide_page: true weight = 20
tags: ["search"] [paige.feed]
title: "Search Layout" hide_page = true
weight: 20 +++
---
Paige provides a `paige/search` layout for site search. Paige provides a `paige/search` layout for site search.

@ -1,10 +1,9 @@
--- +++
description: "Search the site." description = "Search the site."
layout: "paige/search" layout = "paige/search"
paige: title = "Search"
feed: [paige.feed]
hide_page: true hide_page = true
search: [paige.search]
hide_page: true hide_page = true
title: "Search" +++
---

@ -1,4 +1,4 @@
--- +++
description: "Browse by series." description = "Browse by series."
title: "Series" title = "Series"
--- +++

@ -1,4 +1,4 @@
--- +++
description: "Demonstration of a series." description = "Demonstration of a series."
title: "Series Demo" title = "Series Demo"
--- +++

@ -1,4 +1,4 @@
--- +++
description: "Demonstrations of Paige shortcodes." description = "Demonstrations of Paige shortcodes."
title: "Shortcodes" title = "Shortcodes"
--- +++

@ -1,11 +1,11 @@
--- +++
authors: ["author-demo"] authors = ["author-demo"]
categories: ["paige", "shortcodes"] categories = ["paige", "shortcodes"]
date: "2023-09-18T21:34:51-07:00" date = "2023-09-18T21:34:51-07:00"
description: "Demonstration of the Paige code shortcode." description = "Demonstration of the Paige code shortcode."
tags: ["code", "figures"] tags = ["code", "figures"]
title: "Code Shortcode" title = "Code Shortcode"
--- +++
Paige provides a `paige/code` shortcode for displaying code. Paige provides a `paige/code` shortcode for displaying code.

@ -1,14 +1,13 @@
--- +++
authors: ["author-demo"] authors = ["author-demo"]
categories: ["paige", "shortcodes"] categories = ["paige", "shortcodes"]
date: "2023-09-18T21:34:58-07:00" date = "2023-09-18T21:34:58-07:00"
description: "Demonstration of the Paige email shortcode." description = "Demonstration of the Paige email shortcode."
paige: tags = ["email"]
feed: title = "Email Shortcode"
hide_page: true [paige.feed]
tags: ["email"] hide_page = true
title: "Email Shortcode" +++
---
Paige provides a `paige/email` shortcode that hides e-mail addresses from robots. Paige provides a `paige/email` shortcode that hides e-mail addresses from robots.

@ -1,14 +1,13 @@
--- +++
authors: ["author-demo"] authors = ["author-demo"]
categories: ["paige", "shortcodes"] categories = ["paige", "shortcodes"]
date: "2023-09-18T21:35:10-07:00" date = "2023-09-18T21:35:10-07:00"
description: "Demonstration of the Paige figure shortcode." description = "Demonstration of the Paige figure shortcode."
paige: tags = ["figures"]
feed: title = "Figure Shortcode"
hide_page: true [paige.feed]
tags: ["figures"] hide_page = true
title: "Figure Shortcode" +++
---
Paige provides a `paige/figure` shortcode for displaying content. Paige provides a `paige/figure` shortcode for displaying content.

@ -1,14 +1,13 @@
--- +++
authors: ["author-demo"] authors = ["author-demo"]
categories: ["paige", "shortcodes"] categories = ["paige", "shortcodes"]
date: "2023-09-18T21:34:01-07:00" date = "2023-09-18T21:34:01-07:00"
description: "Demonstration of the Paige gallery shortcode." description = "Demonstration of the Paige gallery shortcode."
paige: tags = ["figures", "gallery", "images"]
feed: title = "Gallery Shortcode"
hide_page: true [paige.feed]
tags: ["figures", "gallery", "images"] hide_page = true
title: "Gallery Shortcode" +++
---
Paige provides a `paige/gallery` shortcode for displaying a list of images. Paige provides a `paige/gallery` shortcode for displaying a list of images.

@ -1,11 +1,11 @@
--- +++
authors: ["author-demo"] authors = ["author-demo"]
categories: ["paige", "shortcodes"] categories = ["paige", "shortcodes"]
date: "2023-09-18T21:35:15-07:00" date = "2023-09-18T21:35:15-07:00"
description: "Demonstration of the Paige icon shortcode." description = "Demonstration of the Paige icon shortcode."
tags: ["icon", "web font"] tags = ["icon", "web font"]
title: "Icon Shortcode" title = "Icon Shortcode"
--- +++
Paige provides a `paige/icon` shortcode for displaying a web font icon. Paige provides a `paige/icon` shortcode for displaying a web font icon.

@ -1,14 +1,13 @@
--- +++
authors: ["author-demo"] authors = ["author-demo"]
categories: ["paige", "shortcodes"] categories = ["paige", "shortcodes"]
date: "2023-09-18T21:35:22-07:00" date = "2023-09-18T21:35:22-07:00"
description: "Demonstration of the Paige image shortcode." description = "Demonstration of the Paige image shortcode."
paige: tags = ["figures", "images"]
feed: title = "Image Shortcode"
hide_page: true [paige.feed]
tags: ["figures", "images"] hide_page = true
title: "Image Shortcode" +++
---
Paige provides a `paige/image` shortcode for displaying an image. Paige provides a `paige/image` shortcode for displaying an image.

@ -1,11 +1,11 @@
--- +++
authors: ["author-demo"] authors = ["author-demo"]
categories: ["paige", "shortcodes"] categories = ["paige", "shortcodes"]
date: "2023-09-18T21:35:28-07:00" date = "2023-09-18T21:35:28-07:00"
description: "Demonstration of the Paige quote shortcode." description = "Demonstration of the Paige quote shortcode."
tags: ["figures", "quotations"] tags = ["figures", "quotations"]
title: "Quote Shortcode" title = "Quote Shortcode"
--- +++
Paige provides a `paige/quote` shortcode for displaying a quotation. Paige provides a `paige/quote` shortcode for displaying a quotation.

@ -1,14 +1,13 @@
--- +++
authors: ["author-demo"] authors = ["author-demo"]
categories: ["paige", "shortcodes"] categories = ["paige", "shortcodes"]
date: "2023-09-18T21:35:34-07:00" date = "2023-09-18T21:35:34-07:00"
description: "Demonstration of the Paige Vimeo shortcode." description = "Demonstration of the Paige Vimeo shortcode."
paige: tags = ["videos", "vimeo"]
feed: title = "Vimeo Shortcode"
hide_page: true [paige.feed]
tags: ["videos", "vimeo"] hide_page = true
title: "Vimeo Shortcode" +++
---
Paige provides a `paige/vimeo` shortcode for playing Vimeo videos. Paige provides a `paige/vimeo` shortcode for playing Vimeo videos.

@ -1,14 +1,13 @@
--- +++
authors: ["author-demo"] authors = ["author-demo"]
categories: ["paige", "shortcodes"] categories = ["paige", "shortcodes"]
date: "2023-09-18T21:35:40-07:00" date = "2023-09-18T21:35:40-07:00"
description: "Demonstration of the Paige YouTube shortcode." description = "Demonstration of the Paige YouTube shortcode."
paige: tags = ["videos", "youtube"]
feed: title = "YouTube Shortcode"
hide_page: true [paige.feed]
tags: ["videos", "youtube"] hide_page = true
title: "YouTube Shortcode" +++
---
Paige provides a `paige/youtube` shortcode for playing YouTube videos. Paige provides a `paige/youtube` shortcode for playing YouTube videos.

@ -1,5 +1,5 @@
--- +++
description: "Browse by tag." description = "Browse by tag."
layout: "paige/cloud" layout = "paige/cloud"
title: "Tags" title = "Tags"
--- +++

@ -1,4 +1,4 @@
--- +++
description: "Demonstration of a tag." description = "Demonstration of a tag."
title: "Sections" title = "Sections"
--- +++

Loading…
Cancel
Save