Skip to content

Commit

Permalink
Use TOML date syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
willfaught committed Jun 28, 2024
1 parent 33774e3 commit 8cddbe0
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion exampleSite/content/content/alert.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/content/emoji-support.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/content/link.md
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/content/markdown-syntax.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/content/math-typesetting.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/content/placeholder-text.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/content/rich-content.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/customization/show.md
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/customization/style.md
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/layouts/cloud/_index.md
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/shortcodes/code.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/shortcodes/email.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/shortcodes/figure.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/shortcodes/gallery/index.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/shortcodes/icon.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/shortcodes/image.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/shortcodes/quote.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/shortcodes/vimeo.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/shortcodes/youtube.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 8cddbe0

Please sign in to comment.