From fc1326ad28a9b1b17b98f623937fc567e453a0ff Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 20 Sep 2023 23:05:33 -0700 Subject: [PATCH] Add dates to exampleSite regular pages --- exampleSite/content/content/complex-alert.md | 1 + exampleSite/content/content/emoji-support.md | 1 + exampleSite/content/content/markdown-syntax.md | 1 + exampleSite/content/content/math-typesetting.md | 1 + exampleSite/content/content/placeholder-text.md | 1 + exampleSite/content/content/rich-content.md | 1 + exampleSite/content/content/simple-alert.md | 1 + exampleSite/content/shortcodes/code.md | 1 + exampleSite/content/shortcodes/email.md | 1 + exampleSite/content/shortcodes/figure.md | 1 + exampleSite/content/shortcodes/gallery/index.md | 1 + exampleSite/content/shortcodes/icon.md | 1 + exampleSite/content/shortcodes/image.md | 1 + exampleSite/content/shortcodes/quote.md | 1 + exampleSite/content/shortcodes/vimeo.md | 1 + exampleSite/content/shortcodes/youtube.md | 1 + 16 files changed, 16 insertions(+) diff --git a/exampleSite/content/content/complex-alert.md b/exampleSite/content/content/complex-alert.md index c95f0f22..8cbeebdb 100644 --- a/exampleSite/content/content/complex-alert.md +++ b/exampleSite/content/content/complex-alert.md @@ -1,6 +1,7 @@ --- authors: ["will-faught"] categories: ["content", "paige"] +date: "2023-09-18T21:21:05-07:00" description: "A complex alert." paige: alert: diff --git a/exampleSite/content/content/emoji-support.md b/exampleSite/content/content/emoji-support.md index 32cc85b9..c731dcad 100644 --- a/exampleSite/content/content/emoji-support.md +++ b/exampleSite/content/content/emoji-support.md @@ -1,6 +1,7 @@ --- authors: ["will-faught"] categories: ["content", "paige"] +date: "2023-09-18T21:32:40-07:00" description: "Guide to emoji usage in Hugo." tags: ["emoji"] title: "Emoji Support" diff --git a/exampleSite/content/content/markdown-syntax.md b/exampleSite/content/content/markdown-syntax.md index bad8b4fa..33f59512 100644 --- a/exampleSite/content/content/markdown-syntax.md +++ b/exampleSite/content/content/markdown-syntax.md @@ -1,6 +1,7 @@ --- authors: ["will-faught"] categories: ["content", "paige"] +date: "2023-09-18T21:32:52-07:00" description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements." tags: ["markdown", "css", "html"] title: "Markdown Syntax Guide" diff --git a/exampleSite/content/content/math-typesetting.md b/exampleSite/content/content/math-typesetting.md index 6170d6b1..144d62d9 100644 --- a/exampleSite/content/content/math-typesetting.md +++ b/exampleSite/content/content/math-typesetting.md @@ -1,6 +1,7 @@ --- authors: ["will-faught"] categories: ["content", "paige"] +date: "2023-09-18T21:33:03-07:00" description: "A brief guide to setup KaTeX." paige: math: true diff --git a/exampleSite/content/content/placeholder-text.md b/exampleSite/content/content/placeholder-text.md index 2e2fe266..91749e91 100644 --- a/exampleSite/content/content/placeholder-text.md +++ b/exampleSite/content/content/placeholder-text.md @@ -1,6 +1,7 @@ --- authors: ["will-faught"] categories: ["content", "paige"] +date: "2023-09-18T21:33:16-07:00" description: "Lorem Ipsum Dolor Si Amet." tags: ["markdown", "text"] title: "Placeholder Text" diff --git a/exampleSite/content/content/rich-content.md b/exampleSite/content/content/rich-content.md index d57ac3a0..7b120e49 100644 --- a/exampleSite/content/content/rich-content.md +++ b/exampleSite/content/content/rich-content.md @@ -1,6 +1,7 @@ --- authors: ["will-faught"] categories: ["content", "paige"] +date: "2023-09-18T21:33:24-07:00" description: "A brief description of Hugo Shortcodes." tags: ["shortcodes", "privacy"] title: "Rich Content" diff --git a/exampleSite/content/content/simple-alert.md b/exampleSite/content/content/simple-alert.md index a1666aad..2c5c9154 100644 --- a/exampleSite/content/content/simple-alert.md +++ b/exampleSite/content/content/simple-alert.md @@ -1,6 +1,7 @@ --- authors: ["will-faught"] categories: ["content", "paige"] +date: "2023-09-18T21:33:35-07:00" description: "A simple alert." paige: alert: "Get more information here." diff --git a/exampleSite/content/shortcodes/code.md b/exampleSite/content/shortcodes/code.md index 80b3cc33..4118dbf7 100644 --- a/exampleSite/content/shortcodes/code.md +++ b/exampleSite/content/shortcodes/code.md @@ -1,6 +1,7 @@ --- authors: ["will-faught"] categories: ["paige", "shortcodes"] +date: "2023-09-18T21:34:51-07:00" description: "Demonstration of the Paige code shortcode." tags: ["code", "figures"] title: "Code Shortcode" diff --git a/exampleSite/content/shortcodes/email.md b/exampleSite/content/shortcodes/email.md index a2d8f385..de165a84 100644 --- a/exampleSite/content/shortcodes/email.md +++ b/exampleSite/content/shortcodes/email.md @@ -1,6 +1,7 @@ --- authors: ["will-faught"] categories: ["paige", "shortcodes"] +date: "2023-09-18T21:34:58-07:00" description: "Demonstration of the Paige email shortcode." tags: ["email"] title: "Email Shortcode" diff --git a/exampleSite/content/shortcodes/figure.md b/exampleSite/content/shortcodes/figure.md index 8f46ee79..335b7537 100644 --- a/exampleSite/content/shortcodes/figure.md +++ b/exampleSite/content/shortcodes/figure.md @@ -1,6 +1,7 @@ --- authors: ["will-faught"] categories: ["paige", "shortcodes"] +date: "2023-09-18T21:35:10-07:00" description: "Demonstration of the Paige figure shortcode." tags: ["figures"] title: "Figure Shortcode" diff --git a/exampleSite/content/shortcodes/gallery/index.md b/exampleSite/content/shortcodes/gallery/index.md index 745993f0..dfac3ee7 100644 --- a/exampleSite/content/shortcodes/gallery/index.md +++ b/exampleSite/content/shortcodes/gallery/index.md @@ -1,6 +1,7 @@ --- authors: ["will-faught"] 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" diff --git a/exampleSite/content/shortcodes/icon.md b/exampleSite/content/shortcodes/icon.md index 447c869e..a3710266 100644 --- a/exampleSite/content/shortcodes/icon.md +++ b/exampleSite/content/shortcodes/icon.md @@ -1,6 +1,7 @@ --- authors: ["will-faught"] 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" diff --git a/exampleSite/content/shortcodes/image.md b/exampleSite/content/shortcodes/image.md index f16cd72c..54db0a34 100644 --- a/exampleSite/content/shortcodes/image.md +++ b/exampleSite/content/shortcodes/image.md @@ -1,6 +1,7 @@ --- authors: ["will-faught"] categories: ["paige", "shortcodes"] +date: "2023-09-18T21:35:22-07:00" description: "Demonstration of the Paige image shortcode." tags: ["figures", "images"] title: "Image Shortcode" diff --git a/exampleSite/content/shortcodes/quote.md b/exampleSite/content/shortcodes/quote.md index a955aca8..0349f035 100644 --- a/exampleSite/content/shortcodes/quote.md +++ b/exampleSite/content/shortcodes/quote.md @@ -1,6 +1,7 @@ --- authors: ["will-faught"] categories: ["paige", "shortcodes"] +date: "2023-09-18T21:35:28-07:00" description: "Demonstration of the Paige quote shortcode." tags: ["figures", "quotations"] title: "Quote Shortcode" diff --git a/exampleSite/content/shortcodes/vimeo.md b/exampleSite/content/shortcodes/vimeo.md index 0c8c4542..4dd3472d 100644 --- a/exampleSite/content/shortcodes/vimeo.md +++ b/exampleSite/content/shortcodes/vimeo.md @@ -1,6 +1,7 @@ --- authors: ["will-faught"] categories: ["paige", "shortcodes"] +date: "2023-09-18T21:35:34-07:00" description: "Demonstration of the Paige Vimeo shortcode." tags: ["videos", "vimeo"] title: "Vimeo Shortcode" diff --git a/exampleSite/content/shortcodes/youtube.md b/exampleSite/content/shortcodes/youtube.md index 68f25ac2..e670dea0 100644 --- a/exampleSite/content/shortcodes/youtube.md +++ b/exampleSite/content/shortcodes/youtube.md @@ -1,6 +1,7 @@ --- authors: ["will-faught"] categories: ["paige", "shortcodes"] +date: "2023-09-18T21:35:40-07:00" description: "Demonstration of the Paige YouTube shortcode." tags: ["videos", "youtube"] title: "YouTube Shortcode"