Add author to all pages

This commit is contained in:
Will Faught
2023-02-09 18:17:34 -08:00
parent 8ff019319c
commit 8b45ab1ade
13 changed files with 15 additions and 5 deletions

View File

@@ -49,6 +49,9 @@ outputs:
- rss - rss
paginate: 50 paginate: 50
params: params:
authors:
michael_bluth:
name: Michael Bluth
paige: paige:
social: social:
discord: discord:

View File

@@ -1,4 +1,5 @@
--- ---
authors: [michael_bluth]
categories: [paige] categories: [paige]
date: "2023-01-03" date: "2023-01-03"
description: Demonstration of the Paige code shortcode. description: Demonstration of the Paige code shortcode.

View File

@@ -1,5 +1,5 @@
+++ +++
author = "Hugo Authors" authors = ["michael_bluth"]
title = "Emoji Support" title = "Emoji Support"
date = "2019-03-05" date = "2019-03-05"
description = "Guide to emoji usage in Hugo." description = "Guide to emoji usage in Hugo."

View File

@@ -1,4 +1,5 @@
--- ---
authors: [michael_bluth]
categories: [paige] categories: [paige]
date: "2023-01-01" date: "2023-01-01"
description: Demonstration of the Paige figure shortcode. description: Demonstration of the Paige figure shortcode.

View File

@@ -1,4 +1,5 @@
--- ---
authors: [michael_bluth]
categories: [paige] categories: [paige]
date: "2023-01-05" date: "2023-01-05"
description: Demonstration of the Paige gallery shortcode. description: Demonstration of the Paige gallery shortcode.

View File

@@ -1,4 +1,5 @@
--- ---
authors: [michael_bluth]
categories: [paige] categories: [paige]
date: "2023-01-04" date: "2023-01-04"
description: Demonstration of the Paige image shortcode. description: Demonstration of the Paige image shortcode.

View File

@@ -1,5 +1,5 @@
+++ +++
author = "Hugo Authors" authors = ["michael_bluth"]
title = "Markdown Syntax Guide" title = "Markdown Syntax Guide"
date = "2019-03-11" date = "2019-03-11"
description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements." description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements."

View File

@@ -1,5 +1,5 @@
--- ---
author: Hugo Authors authors: [michael_bluth]
title: Math Typesetting title: Math Typesetting
date: 2019-03-08 date: 2019-03-08
description: A brief guide to setup KaTeX. description: A brief guide to setup KaTeX.

View File

@@ -1,5 +1,5 @@
+++ +++
author = "Hugo Authors" authors = ["michael_bluth"]
title = "Placeholder Text" title = "Placeholder Text"
date = "2019-03-09" date = "2019-03-09"
description = "Lorem Ipsum Dolor Si Amet." description = "Lorem Ipsum Dolor Si Amet."

View File

@@ -1,4 +1,5 @@
--- ---
authors: [michael_bluth]
categories: [paige] categories: [paige]
date: "2023-01-02" date: "2023-01-02"
description: Demonstration of the Paige quote shortcode. description: Demonstration of the Paige quote shortcode.

View File

@@ -1,5 +1,5 @@
+++ +++
author = "Hugo Authors" authors = ["michael_bluth"]
title = "Rich Content" title = "Rich Content"
date = "2019-03-10" date = "2019-03-10"
description = "A brief description of Hugo Shortcodes." description = "A brief description of Hugo Shortcodes."

View File

@@ -1,4 +1,5 @@
--- ---
authors: [michael_bluth]
categories: [paige] categories: [paige]
date: 2023-01-22 date: 2023-01-22
description: Demonstration of the Paige Vimeo shortcode. description: Demonstration of the Paige Vimeo shortcode.

View File

@@ -1,4 +1,5 @@
--- ---
authors: [michael_bluth]
categories: [paige] categories: [paige]
date: 2023-01-20 date: 2023-01-20
description: Demonstration of the Paige YouTube shortcode. description: Demonstration of the Paige YouTube shortcode.