Convert front matter to TOML
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
---
|
||||
description: "Demonstrations of Paige shortcodes."
|
||||
title: "Shortcodes"
|
||||
---
|
||||
+++
|
||||
description = "Demonstrations of Paige shortcodes."
|
||||
title = "Shortcodes"
|
||||
+++
|
||||
|
@@ -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.
|
||||
|
||||
|
@@ -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.
|
||||
|
||||
|
@@ -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.
|
||||
|
||||
|
@@ -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.
|
||||
|
||||
|
@@ -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.
|
||||
|
||||
|
@@ -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.
|
||||
|
||||
|
@@ -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.
|
||||
|
||||
|
@@ -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.
|
||||
|
||||
|
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user