Replace Michael Bluth with Will Faught
This commit is contained in:
10
README.md
10
README.md
@@ -342,8 +342,8 @@ Optional site parameters:
|
||||
|
||||
```yaml
|
||||
authors:
|
||||
michael_bluth:
|
||||
name: "Michael Bluth"
|
||||
will_faught:
|
||||
name: "Will Faught"
|
||||
default: false # Credit this author in pages that have no authors parameter
|
||||
```
|
||||
|
||||
@@ -353,9 +353,9 @@ Optional page parameters:
|
||||
|
||||
```yaml
|
||||
authors:
|
||||
- "michael_bluth" # Credit the corresponding author in the site parameters
|
||||
- author: "michael_bluth" # Credit the corresponding author in the site parameters
|
||||
- name: "Michael Bluth" # Credit this author
|
||||
- "will_faught" # Credit the corresponding author in the site parameters
|
||||
- author: "will_faught" # Credit the corresponding author in the site parameters
|
||||
- name: "Will Faught" # Credit this author
|
||||
link: "https://youtu.be/dQw4w9WgXcQ" # The reference for an anchor around the title
|
||||
```
|
||||
|
||||
|
@@ -52,8 +52,8 @@ outputs:
|
||||
paginate: 50
|
||||
params:
|
||||
authors:
|
||||
michael_bluth:
|
||||
name: Michael Bluth
|
||||
will_faught:
|
||||
name: Will Faught
|
||||
paige:
|
||||
credit:
|
||||
link:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
authors: [michael_bluth]
|
||||
authors: [will_faught]
|
||||
categories: [paige]
|
||||
description: Guide to emoji usage in Hugo.
|
||||
tags: [content, content, emoji]
|
||||
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
authors: [michael_bluth]
|
||||
authors: [will_faught]
|
||||
categories: [paige]
|
||||
description: Sample article showcasing basic Markdown syntax and formatting for HTML elements.
|
||||
tags: [content, markdown, css, html]
|
||||
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
authors: [michael_bluth]
|
||||
authors: [will_faught]
|
||||
description: A brief guide to setup KaTeX.
|
||||
paige:
|
||||
math: true
|
||||
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
authors: [michael_bluth]
|
||||
authors: [will_faught]
|
||||
description: Lorem Ipsum Dolor Si Amet.
|
||||
tags: [content, markdown, text]
|
||||
title: Placeholder Text
|
||||
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
authors: [michael_bluth]
|
||||
authors: [will_faught]
|
||||
description: A brief description of Hugo Shortcodes.
|
||||
tags: [content, shortcodes, privacy]
|
||||
title: Rich Content
|
||||
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
authors: ["michael_bluth"]
|
||||
authors: ["will_faught"]
|
||||
categories: ["paige"]
|
||||
description: "Demonstration of the Paige home layout."
|
||||
layout: "paige/home"
|
||||
@@ -116,7 +116,7 @@ These are the parameters for this page:
|
||||
|
||||
```yaml
|
||||
---
|
||||
authors: ["michael_bluth"]
|
||||
authors: ["will_faught"]
|
||||
categories: ["paige"]
|
||||
date: "2023-02-22"
|
||||
description: "Demonstration of the Paige home layout."
|
||||
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
authors: [michael_bluth]
|
||||
authors: [will_faught]
|
||||
categories: [paige]
|
||||
description: Demonstration of the Paige search layout.
|
||||
layout: paige/search
|
||||
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
authors: [michael_bluth]
|
||||
authors: [will_faught]
|
||||
categories: [paige]
|
||||
description: Demonstration of the Paige code shortcode.
|
||||
tags: [code, figures, shortcodes]
|
||||
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
authors: [michael_bluth]
|
||||
authors: [will_faught]
|
||||
categories: [paige]
|
||||
description: Demonstration of the Paige figure shortcode.
|
||||
tags: [figures, shortcodes]
|
||||
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
authors: [michael_bluth]
|
||||
authors: [will_faught]
|
||||
categories: [paige]
|
||||
description: Demonstration of the Paige gallery shortcode.
|
||||
tags: [figures, gallery, images, shortcodes]
|
||||
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
authors: [michael_bluth]
|
||||
authors: [will_faught]
|
||||
categories: [paige]
|
||||
description: Demonstration of the Paige image shortcode.
|
||||
tags: [figures, images, shortcodes]
|
||||
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
authors: [michael_bluth]
|
||||
authors: [will_faught]
|
||||
categories: [paige]
|
||||
description: Demonstration of the Paige quote shortcode.
|
||||
tags: [figures, quotations, shortcodes]
|
||||
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
authors: [michael_bluth]
|
||||
authors: [will_faught]
|
||||
categories: [paige]
|
||||
description: Demonstration of the Paige Vimeo shortcode.
|
||||
tags: [shortcodes, videos, vimeo]
|
||||
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
authors: [michael_bluth]
|
||||
authors: [will_faught]
|
||||
categories: [paige]
|
||||
description: Demonstration of the Paige YouTube shortcode.
|
||||
tags: [shortcodes, videos, youtube]
|
||||
|
Reference in New Issue
Block a user