Add author to all pages

master
Will Faught 2 years ago
parent 8ff019319c
commit 8b45ab1ade

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

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

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

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

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

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

@ -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."

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

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

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

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

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

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

Loading…
Cancel
Save