Use TOML date syntax
This commit is contained in:
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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"]
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user