diff --git a/README.md b/README.md index f276537c..fd27c9be 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 16ed900f..e976621d 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -57,7 +57,7 @@ outputs: paginate: 50 params: authors: - will_faught: + will-faught: name: "Will Faught" paige: git: diff --git a/exampleSite/content/content/emoji-support.md b/exampleSite/content/content/emoji-support.md index aa46a27f..32cc85b9 100644 --- a/exampleSite/content/content/emoji-support.md +++ b/exampleSite/content/content/emoji-support.md @@ -1,5 +1,5 @@ --- -authors: ["will_faught"] +authors: ["will-faught"] categories: ["content", "paige"] description: "Guide to emoji usage in Hugo." tags: ["emoji"] diff --git a/exampleSite/content/content/markdown-syntax.md b/exampleSite/content/content/markdown-syntax.md index 0df9733a..bad8b4fa 100644 --- a/exampleSite/content/content/markdown-syntax.md +++ b/exampleSite/content/content/markdown-syntax.md @@ -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"] diff --git a/exampleSite/content/content/math-typesetting.md b/exampleSite/content/content/math-typesetting.md index 671683b0..6170d6b1 100644 --- a/exampleSite/content/content/math-typesetting.md +++ b/exampleSite/content/content/math-typesetting.md @@ -1,5 +1,5 @@ --- -authors: ["will_faught"] +authors: ["will-faught"] categories: ["content", "paige"] description: "A brief guide to setup KaTeX." paige: diff --git a/exampleSite/content/content/placeholder-text.md b/exampleSite/content/content/placeholder-text.md index e34bfdde..2e2fe266 100644 --- a/exampleSite/content/content/placeholder-text.md +++ b/exampleSite/content/content/placeholder-text.md @@ -1,5 +1,5 @@ --- -authors: ["will_faught"] +authors: ["will-faught"] categories: ["content", "paige"] description: "Lorem Ipsum Dolor Si Amet." tags: ["markdown", "text"] diff --git a/exampleSite/content/content/rich-content.md b/exampleSite/content/content/rich-content.md index b74b2bcc..d57ac3a0 100644 --- a/exampleSite/content/content/rich-content.md +++ b/exampleSite/content/content/rich-content.md @@ -1,5 +1,5 @@ --- -authors: ["will_faught"] +authors: ["will-faught"] categories: ["content", "paige"] description: "A brief description of Hugo Shortcodes." tags: ["shortcodes", "privacy"] diff --git a/exampleSite/content/customization/_index.md b/exampleSite/content/customization/_index.md index be98cc82..46eece91 100644 --- a/exampleSite/content/customization/_index.md +++ b/exampleSite/content/customization/_index.md @@ -1,5 +1,5 @@ --- -authors: ["will_faught"] +authors: ["will-faught"] categories: ["customization", "paige"] date: "2022-02-23" description: "Demonstration of Paige customization." diff --git a/exampleSite/content/customization/show.md b/exampleSite/content/customization/show.md index a903c415..1c03dcbd 100644 --- a/exampleSite/content/customization/show.md +++ b/exampleSite/content/customization/show.md @@ -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." diff --git a/exampleSite/content/customization/style.md b/exampleSite/content/customization/style.md index a72c4681..879a3d72 100644 --- a/exampleSite/content/customization/style.md +++ b/exampleSite/content/customization/style.md @@ -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." diff --git a/exampleSite/content/layouts/home.md b/exampleSite/content/layouts/home.md index 96b9fb69..744ada45 100644 --- a/exampleSite/content/layouts/home.md +++ b/exampleSite/content/layouts/home.md @@ -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" diff --git a/exampleSite/content/layouts/search.md b/exampleSite/content/layouts/search.md index 0fc4da6f..3646bd77 100644 --- a/exampleSite/content/layouts/search.md +++ b/exampleSite/content/layouts/search.md @@ -1,5 +1,5 @@ --- -authors: ["will_faught"] +authors: ["will-faught"] categories: ["layouts", "paige"] description: "Demonstration of the Paige search layout." layout: "paige/search" diff --git a/exampleSite/content/shortcodes/code.md b/exampleSite/content/shortcodes/code.md index ea51a224..39f7afcc 100644 --- a/exampleSite/content/shortcodes/code.md +++ b/exampleSite/content/shortcodes/code.md @@ -1,5 +1,5 @@ --- -authors: ["will_faught"] +authors: ["will-faught"] categories: ["paige", "shortcodes"] description: "Demonstration of the Paige code shortcode." tags: ["code", "figures"] diff --git a/exampleSite/content/shortcodes/figure.md b/exampleSite/content/shortcodes/figure.md index 077e5205..20b08969 100644 --- a/exampleSite/content/shortcodes/figure.md +++ b/exampleSite/content/shortcodes/figure.md @@ -1,5 +1,5 @@ --- -authors: ["will_faught"] +authors: ["will-faught"] categories: ["paige", "shortcodes"] description: "Demonstration of the Paige figure shortcode." tags: ["figures"] diff --git a/exampleSite/content/shortcodes/gallery/index.md b/exampleSite/content/shortcodes/gallery/index.md index 47d3f7c5..58092807 100644 --- a/exampleSite/content/shortcodes/gallery/index.md +++ b/exampleSite/content/shortcodes/gallery/index.md @@ -1,5 +1,5 @@ --- -authors: ["will_faught"] +authors: ["will-faught"] categories: ["paige", "shortcodes"] description: "Demonstration of the Paige gallery shortcode." tags: ["figures", "gallery", "images"] diff --git a/exampleSite/content/shortcodes/image.md b/exampleSite/content/shortcodes/image.md index c36f32a2..ec0b278c 100644 --- a/exampleSite/content/shortcodes/image.md +++ b/exampleSite/content/shortcodes/image.md @@ -1,5 +1,5 @@ --- -authors: ["will_faught"] +authors: ["will-faught"] categories: ["paige", "shortcodes"] description: "Demonstration of the Paige image shortcode." tags: ["figures", "images"] diff --git a/exampleSite/content/shortcodes/quote.md b/exampleSite/content/shortcodes/quote.md index dcb0cc69..e468311e 100644 --- a/exampleSite/content/shortcodes/quote.md +++ b/exampleSite/content/shortcodes/quote.md @@ -1,5 +1,5 @@ --- -authors: ["will_faught"] +authors: ["will-faught"] categories: ["paige", "shortcodes"] description: "Demonstration of the Paige quote shortcode." tags: ["figures", "quotations"] diff --git a/exampleSite/content/shortcodes/vimeo.md b/exampleSite/content/shortcodes/vimeo.md index 3f74a47f..6f190890 100644 --- a/exampleSite/content/shortcodes/vimeo.md +++ b/exampleSite/content/shortcodes/vimeo.md @@ -1,5 +1,5 @@ --- -authors: ["will_faught"] +authors: ["will-faught"] categories: ["paige", "shortcodes"] description: "Demonstration of the Paige Vimeo shortcode." tags: ["videos", "vimeo"] diff --git a/exampleSite/content/shortcodes/youtube.md b/exampleSite/content/shortcodes/youtube.md index 1df9bdf3..849039e5 100644 --- a/exampleSite/content/shortcodes/youtube.md +++ b/exampleSite/content/shortcodes/youtube.md @@ -1,5 +1,5 @@ --- -authors: ["will_faught"] +authors: ["will-faught"] categories: ["paige", "shortcodes"] description: "Demonstration of the Paige YouTube shortcode." tags: ["videos", "youtube"]