Rename will_faught to will-faught

master
Will Faught 2 years ago
parent ae4a5b9b22
commit 9cf26dfcf6

@ -325,7 +325,7 @@ Optional site parameters:
```yaml
authors:
will_faught:
will-faught:
name: "Will Faught"
default: false # Credit this author in pages that have no authors parameter
```
@ -336,8 +336,8 @@ Optional page parameters:
```yaml
authors:
- "will_faught" # Credit the corresponding author in the site parameters
- author: "will_faught" # Credit the corresponding author in the site parameters
- "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
```

@ -57,7 +57,7 @@ outputs:
paginate: 50
params:
authors:
will_faught:
will-faught:
name: "Will Faught"
paige:
git:

@ -1,5 +1,5 @@
---
authors: ["will_faught"]
authors: ["will-faught"]
categories: ["content", "paige"]
description: "Guide to emoji usage in Hugo."
tags: ["emoji"]

@ -1,5 +1,5 @@
---
authors: ["will_faught"]
authors: ["will-faught"]
categories: ["content", "paige"]
description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
tags: ["markdown", "css", "html"]

@ -1,5 +1,5 @@
---
authors: ["will_faught"]
authors: ["will-faught"]
categories: ["content", "paige"]
description: "A brief guide to setup KaTeX."
paige:

@ -1,5 +1,5 @@
---
authors: ["will_faught"]
authors: ["will-faught"]
categories: ["content", "paige"]
description: "Lorem Ipsum Dolor Si Amet."
tags: ["markdown", "text"]

@ -1,5 +1,5 @@
---
authors: ["will_faught"]
authors: ["will-faught"]
categories: ["content", "paige"]
description: "A brief description of Hugo Shortcodes."
tags: ["shortcodes", "privacy"]

@ -1,5 +1,5 @@
---
authors: ["will_faught"]
authors: ["will-faught"]
categories: ["customization", "paige"]
date: "2022-02-23"
description: "Demonstration of Paige customization."

@ -1,5 +1,5 @@
---
authors: ["will_faught"]
authors: ["will-faught"]
categories: ["customization", "paige"]
date: "2023-02-01"
description: "Demonstration of Paige customization that shows data."

@ -1,5 +1,5 @@
---
authors: ["will_faught"]
authors: ["will-faught"]
categories: ["customization", "paige"]
date: "2023-01-01"
description: "Demonstration of Paige customization that styles data."

@ -1,5 +1,5 @@
---
authors: ["will_faught"]
authors: ["will-faught"]
categories: ["layouts", "paige"]
description: "Demonstration of the Paige home layout."
layout: "paige/home"
@ -116,7 +116,7 @@ These are the parameters for this page:
```yaml
---
authors: ["will_faught"]
authors: ["will-faught"]
categories: ["layouts", "paige"]
description: "Demonstration of the Paige home layout."
layout: "paige/home"

@ -1,5 +1,5 @@
---
authors: ["will_faught"]
authors: ["will-faught"]
categories: ["layouts", "paige"]
description: "Demonstration of the Paige search layout."
layout: "paige/search"

@ -1,5 +1,5 @@
---
authors: ["will_faught"]
authors: ["will-faught"]
categories: ["paige", "shortcodes"]
description: "Demonstration of the Paige code shortcode."
tags: ["code", "figures"]

@ -1,5 +1,5 @@
---
authors: ["will_faught"]
authors: ["will-faught"]
categories: ["paige", "shortcodes"]
description: "Demonstration of the Paige figure shortcode."
tags: ["figures"]

@ -1,5 +1,5 @@
---
authors: ["will_faught"]
authors: ["will-faught"]
categories: ["paige", "shortcodes"]
description: "Demonstration of the Paige gallery shortcode."
tags: ["figures", "gallery", "images"]

@ -1,5 +1,5 @@
---
authors: ["will_faught"]
authors: ["will-faught"]
categories: ["paige", "shortcodes"]
description: "Demonstration of the Paige image shortcode."
tags: ["figures", "images"]

@ -1,5 +1,5 @@
---
authors: ["will_faught"]
authors: ["will-faught"]
categories: ["paige", "shortcodes"]
description: "Demonstration of the Paige quote shortcode."
tags: ["figures", "quotations"]

@ -1,5 +1,5 @@
---
authors: ["will_faught"]
authors: ["will-faught"]
categories: ["paige", "shortcodes"]
description: "Demonstration of the Paige Vimeo shortcode."
tags: ["videos", "vimeo"]

@ -1,5 +1,5 @@
---
authors: ["will_faught"]
authors: ["will-faught"]
categories: ["paige", "shortcodes"]
description: "Demonstration of the Paige YouTube shortcode."
tags: ["videos", "youtube"]

Loading…
Cancel
Save