Add author to all pages
This commit is contained in:
@@ -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:
|
||||||
|
@@ -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.
|
||||||
|
@@ -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."
|
||||||
|
@@ -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.
|
||||||
|
@@ -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.
|
||||||
|
@@ -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.
|
||||||
|
@@ -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."
|
||||||
|
@@ -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.
|
||||||
|
@@ -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."
|
||||||
|
@@ -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.
|
||||||
|
@@ -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."
|
||||||
|
@@ -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.
|
||||||
|
@@ -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.
|
||||||
|
Reference in New Issue
Block a user