From 8cddbe0cfa9791126291c6dd85f64da8697094d0 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Thu, 27 Jun 2024 17:39:01 -0700 Subject: [PATCH] Use TOML date syntax --- exampleSite/content/content/alert.md | 2 +- exampleSite/content/content/emoji-support.md | 2 +- exampleSite/content/content/link.md | 2 +- exampleSite/content/content/markdown-syntax.md | 2 +- exampleSite/content/content/math-typesetting.md | 2 +- exampleSite/content/content/placeholder-text.md | 2 +- exampleSite/content/content/rich-content.md | 2 +- exampleSite/content/customization/show.md | 2 +- exampleSite/content/customization/style.md | 2 +- exampleSite/content/layouts/cloud/_index.md | 2 +- exampleSite/content/shortcodes/code.md | 2 +- exampleSite/content/shortcodes/email.md | 2 +- exampleSite/content/shortcodes/figure.md | 2 +- exampleSite/content/shortcodes/gallery/index.md | 2 +- exampleSite/content/shortcodes/icon.md | 2 +- exampleSite/content/shortcodes/image.md | 2 +- exampleSite/content/shortcodes/quote.md | 2 +- exampleSite/content/shortcodes/vimeo.md | 2 +- exampleSite/content/shortcodes/youtube.md | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/exampleSite/content/content/alert.md b/exampleSite/content/content/alert.md index b50077aa..ec5074d7 100644 --- a/exampleSite/content/content/alert.md +++ b/exampleSite/content/content/alert.md @@ -1,7 +1,7 @@ +++ authors = ["author-demo"] categories = ["content", "paige"] -date = "2023-09-18T21:21:05-07:00" +date = 2023-09-18T21:21:05-07:00 description = "An alert." tags = ["alerts"] title = "Alert" diff --git a/exampleSite/content/content/emoji-support.md b/exampleSite/content/content/emoji-support.md index aced45d1..94ecf162 100644 --- a/exampleSite/content/content/emoji-support.md +++ b/exampleSite/content/content/emoji-support.md @@ -1,7 +1,7 @@ +++ authors = ["author-demo"] 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." tags = ["emoji"] title = "Emoji Support" diff --git a/exampleSite/content/content/link.md b/exampleSite/content/content/link.md index ec6714e8..a88b4c76 100644 --- a/exampleSite/content/content/link.md +++ b/exampleSite/content/content/link.md @@ -1,7 +1,7 @@ +++ authors = ["author-demo"] categories = ["content", "paige"] -date = "2023-09-24T21:29:30-07:00" +date = 2023-09-24T21:29:30-07:00 description = "A front matter link." link = "https://willfaught.com/paige" tags = ["link"] diff --git a/exampleSite/content/content/markdown-syntax.md b/exampleSite/content/content/markdown-syntax.md index 9d545875..fea834c2 100644 --- a/exampleSite/content/content/markdown-syntax.md +++ b/exampleSite/content/content/markdown-syntax.md @@ -1,7 +1,7 @@ +++ authors = ["author-demo"] 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." tags = ["css", "html", "markdown"] title = "Markdown Syntax Guide" diff --git a/exampleSite/content/content/math-typesetting.md b/exampleSite/content/content/math-typesetting.md index 5d678a06..45d53cde 100644 --- a/exampleSite/content/content/math-typesetting.md +++ b/exampleSite/content/content/math-typesetting.md @@ -1,7 +1,7 @@ +++ authors = ["author-demo"] 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." tags = ["katex", "math", "typesetting"] title = "Math Typesetting" diff --git a/exampleSite/content/content/placeholder-text.md b/exampleSite/content/content/placeholder-text.md index 6829dc19..13ed22a7 100644 --- a/exampleSite/content/content/placeholder-text.md +++ b/exampleSite/content/content/placeholder-text.md @@ -1,7 +1,7 @@ +++ authors = ["author-demo"] 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." tags = ["markdown", "text"] title = "Placeholder Text" diff --git a/exampleSite/content/content/rich-content.md b/exampleSite/content/content/rich-content.md index cfaff8e3..839df042 100644 --- a/exampleSite/content/content/rich-content.md +++ b/exampleSite/content/content/rich-content.md @@ -1,7 +1,7 @@ +++ authors = ["author-demo"] 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." tags = ["privacy", "shortcodes"] title = "Rich Content" diff --git a/exampleSite/content/customization/show.md b/exampleSite/content/customization/show.md index 68457bd2..9821b3e7 100644 --- a/exampleSite/content/customization/show.md +++ b/exampleSite/content/customization/show.md @@ -1,7 +1,7 @@ +++ authors = ["author-demo"] 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." series = ["series-demo"] tags = ["show", "singles"] diff --git a/exampleSite/content/customization/style.md b/exampleSite/content/customization/style.md index 2ec2eefa..75ab6eba 100644 --- a/exampleSite/content/customization/style.md +++ b/exampleSite/content/customization/style.md @@ -1,7 +1,7 @@ +++ authors = ["author-demo"] 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." series = ["series-demo"] tags = ["singles", "style"] diff --git a/exampleSite/content/layouts/cloud/_index.md b/exampleSite/content/layouts/cloud/_index.md index 2c7bd577..0dfe31f1 100644 --- a/exampleSite/content/layouts/cloud/_index.md +++ b/exampleSite/content/layouts/cloud/_index.md @@ -1,7 +1,7 @@ +++ authors = ["author-demo"] 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." layout = "paige/cloud" tags = ["cloud"] diff --git a/exampleSite/content/shortcodes/code.md b/exampleSite/content/shortcodes/code.md index 293ecd35..0cd6b1ec 100644 --- a/exampleSite/content/shortcodes/code.md +++ b/exampleSite/content/shortcodes/code.md @@ -1,7 +1,7 @@ +++ authors = ["author-demo"] 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." tags = ["code", "figures"] title = "Code Shortcode" diff --git a/exampleSite/content/shortcodes/email.md b/exampleSite/content/shortcodes/email.md index d9aa06e4..953b450d 100644 --- a/exampleSite/content/shortcodes/email.md +++ b/exampleSite/content/shortcodes/email.md @@ -1,7 +1,7 @@ +++ authors = ["author-demo"] 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." tags = ["email"] title = "Email Shortcode" diff --git a/exampleSite/content/shortcodes/figure.md b/exampleSite/content/shortcodes/figure.md index 59a52e00..8381ad6e 100644 --- a/exampleSite/content/shortcodes/figure.md +++ b/exampleSite/content/shortcodes/figure.md @@ -1,7 +1,7 @@ +++ authors = ["author-demo"] 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." tags = ["figures"] title = "Figure Shortcode" diff --git a/exampleSite/content/shortcodes/gallery/index.md b/exampleSite/content/shortcodes/gallery/index.md index 4c321350..b87cef75 100644 --- a/exampleSite/content/shortcodes/gallery/index.md +++ b/exampleSite/content/shortcodes/gallery/index.md @@ -1,7 +1,7 @@ +++ authors = ["author-demo"] 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." tags = ["figures", "gallery", "images"] title = "Gallery Shortcode" diff --git a/exampleSite/content/shortcodes/icon.md b/exampleSite/content/shortcodes/icon.md index c8c4c20f..7977abaf 100644 --- a/exampleSite/content/shortcodes/icon.md +++ b/exampleSite/content/shortcodes/icon.md @@ -1,7 +1,7 @@ +++ authors = ["author-demo"] 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." tags = ["icon", "web font"] title = "Icon Shortcode" diff --git a/exampleSite/content/shortcodes/image.md b/exampleSite/content/shortcodes/image.md index 64a66db8..130fbec0 100644 --- a/exampleSite/content/shortcodes/image.md +++ b/exampleSite/content/shortcodes/image.md @@ -1,7 +1,7 @@ +++ authors = ["author-demo"] 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." tags = ["figures", "images"] title = "Image Shortcode" diff --git a/exampleSite/content/shortcodes/quote.md b/exampleSite/content/shortcodes/quote.md index b416d0cb..2d4837b3 100644 --- a/exampleSite/content/shortcodes/quote.md +++ b/exampleSite/content/shortcodes/quote.md @@ -1,7 +1,7 @@ +++ authors = ["author-demo"] 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." tags = ["figures", "quotations"] title = "Quote Shortcode" diff --git a/exampleSite/content/shortcodes/vimeo.md b/exampleSite/content/shortcodes/vimeo.md index 6cf79910..72d7e9cb 100644 --- a/exampleSite/content/shortcodes/vimeo.md +++ b/exampleSite/content/shortcodes/vimeo.md @@ -1,7 +1,7 @@ +++ authors = ["author-demo"] 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." tags = ["videos", "vimeo"] title = "Vimeo Shortcode" diff --git a/exampleSite/content/shortcodes/youtube.md b/exampleSite/content/shortcodes/youtube.md index bef7ea0f..93f74f0e 100644 --- a/exampleSite/content/shortcodes/youtube.md +++ b/exampleSite/content/shortcodes/youtube.md @@ -1,7 +1,7 @@ +++ authors = ["author-demo"] 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." tags = ["videos", "youtube"] title = "YouTube Shortcode"