Convert front matter to TOML

This commit is contained in:
Will Faught
2024-06-27 16:26:10 -07:00
parent e4b131531b
commit 7ca3bad051
37 changed files with 366 additions and 376 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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