Replace page dates with weights in exampleSite
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
---
|
||||
authors: [michael_bluth]
|
||||
categories: [paige]
|
||||
date: "2023-01-03"
|
||||
description: Demonstration of the Paige code shortcode.
|
||||
tags: [code, figures, shortcodes]
|
||||
title: Code Shortcode
|
||||
weight: 30
|
||||
---
|
||||
|
||||
Paige provides a `paige/code` shortcode for displaying code.
|
||||
|
@@ -1,10 +1,10 @@
|
||||
---
|
||||
authors: [michael_bluth]
|
||||
categories: [paige]
|
||||
date: "2023-01-01"
|
||||
description: Demonstration of the Paige figure shortcode.
|
||||
tags: [figures, shortcodes]
|
||||
title: Figure Shortcode
|
||||
weight: 10
|
||||
---
|
||||
|
||||
Paige provides a `paige/figure` shortcode for displaying content.
|
||||
|
@@ -1,10 +1,10 @@
|
||||
---
|
||||
authors: [michael_bluth]
|
||||
categories: [paige]
|
||||
date: "2023-01-05"
|
||||
description: Demonstration of the Paige gallery shortcode.
|
||||
tags: [figures, gallery, images, shortcodes]
|
||||
title: Gallery Shortcode
|
||||
weight: 50
|
||||
---
|
||||
|
||||
Paige provides a `paige/gallery` shortcode for displaying a list of images.
|
||||
|
@@ -1,10 +1,10 @@
|
||||
---
|
||||
authors: [michael_bluth]
|
||||
categories: [paige]
|
||||
date: "2023-01-04"
|
||||
description: Demonstration of the Paige image shortcode.
|
||||
tags: [figures, images, shortcodes]
|
||||
title: Image Shortcode
|
||||
weight: 40
|
||||
---
|
||||
|
||||
Paige provides a `paige/image` shortcode for displaying an image.
|
||||
|
@@ -1,10 +1,10 @@
|
||||
---
|
||||
authors: [michael_bluth]
|
||||
categories: [paige]
|
||||
date: "2023-01-02"
|
||||
description: Demonstration of the Paige quote shortcode.
|
||||
tags: [figures, quotations, shortcodes]
|
||||
title: Quote Shortcode
|
||||
weight: 20
|
||||
---
|
||||
|
||||
Paige provides a `paige/quote` shortcode for displaying a quotation.
|
||||
|
@@ -1,10 +1,10 @@
|
||||
---
|
||||
authors: [michael_bluth]
|
||||
categories: [paige]
|
||||
date: 2023-01-22
|
||||
description: Demonstration of the Paige Vimeo shortcode.
|
||||
tags: [shortcodes, videos, vimeo]
|
||||
title: Vimeo Shortcode
|
||||
weight: 70
|
||||
---
|
||||
|
||||
Paige provides a `paige/vimeo` shortcode for playing Vimeo videos.
|
||||
|
@@ -1,10 +1,10 @@
|
||||
---
|
||||
authors: [michael_bluth]
|
||||
categories: [paige]
|
||||
date: 2023-01-20
|
||||
description: Demonstration of the Paige YouTube shortcode.
|
||||
tags: [shortcodes, videos, youtube]
|
||||
title: YouTube Shortcode
|
||||
weight: 60
|
||||
---
|
||||
|
||||
Paige provides a `paige/youtube` shortcode for playing YouTube videos.
|
||||
|
Reference in New Issue
Block a user