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