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
paginate: 50
params:
authors:
michael_bluth:
name: Michael Bluth
paige:
social:
discord:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,5 @@
+++
author = "Hugo Authors"
authors = ["michael_bluth"]
title = "Markdown Syntax Guide"
date = "2019-03-11"
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
date: 2019-03-08
description: A brief guide to setup KaTeX.

View File

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

View File

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

View File

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

View File

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

View File

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