diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 34da66fb..6c27b0cc 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -49,6 +49,9 @@ outputs: - rss paginate: 50 params: + authors: + michael_bluth: + name: Michael Bluth paige: social: discord: diff --git a/exampleSite/content/blog/code-shortcode.md b/exampleSite/content/blog/code-shortcode.md index 4a2cb66d..c035b550 100644 --- a/exampleSite/content/blog/code-shortcode.md +++ b/exampleSite/content/blog/code-shortcode.md @@ -1,4 +1,5 @@ --- +authors: [michael_bluth] categories: [paige] date: "2023-01-03" description: Demonstration of the Paige code shortcode. diff --git a/exampleSite/content/blog/emoji-support.md b/exampleSite/content/blog/emoji-support.md index 5ca2dfc3..036aa570 100644 --- a/exampleSite/content/blog/emoji-support.md +++ b/exampleSite/content/blog/emoji-support.md @@ -1,5 +1,5 @@ +++ -author = "Hugo Authors" +authors = ["michael_bluth"] title = "Emoji Support" date = "2019-03-05" description = "Guide to emoji usage in Hugo." diff --git a/exampleSite/content/blog/figure-shortcode.md b/exampleSite/content/blog/figure-shortcode.md index 8ac3bc61..b39c5820 100644 --- a/exampleSite/content/blog/figure-shortcode.md +++ b/exampleSite/content/blog/figure-shortcode.md @@ -1,4 +1,5 @@ --- +authors: [michael_bluth] categories: [paige] date: "2023-01-01" description: Demonstration of the Paige figure shortcode. diff --git a/exampleSite/content/blog/gallery-shortcode/index.md b/exampleSite/content/blog/gallery-shortcode/index.md index ed80b6d7..4eba2bcc 100644 --- a/exampleSite/content/blog/gallery-shortcode/index.md +++ b/exampleSite/content/blog/gallery-shortcode/index.md @@ -1,4 +1,5 @@ --- +authors: [michael_bluth] categories: [paige] date: "2023-01-05" description: Demonstration of the Paige gallery shortcode. diff --git a/exampleSite/content/blog/image-shortcode.md b/exampleSite/content/blog/image-shortcode.md index 515d42f6..470a3e93 100644 --- a/exampleSite/content/blog/image-shortcode.md +++ b/exampleSite/content/blog/image-shortcode.md @@ -1,4 +1,5 @@ --- +authors: [michael_bluth] categories: [paige] date: "2023-01-04" description: Demonstration of the Paige image shortcode. diff --git a/exampleSite/content/blog/markdown-syntax.md b/exampleSite/content/blog/markdown-syntax.md index 64588e27..3ae7d96e 100644 --- a/exampleSite/content/blog/markdown-syntax.md +++ b/exampleSite/content/blog/markdown-syntax.md @@ -1,5 +1,5 @@ +++ -author = "Hugo Authors" +authors = ["michael_bluth"] title = "Markdown Syntax Guide" date = "2019-03-11" description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements." diff --git a/exampleSite/content/blog/math-typesetting.md b/exampleSite/content/blog/math-typesetting.md index 4ad25f18..56604240 100644 --- a/exampleSite/content/blog/math-typesetting.md +++ b/exampleSite/content/blog/math-typesetting.md @@ -1,5 +1,5 @@ --- -author: Hugo Authors +authors: [michael_bluth] title: Math Typesetting date: 2019-03-08 description: A brief guide to setup KaTeX. diff --git a/exampleSite/content/blog/placeholder-text.md b/exampleSite/content/blog/placeholder-text.md index 656ea0a8..40abb707 100644 --- a/exampleSite/content/blog/placeholder-text.md +++ b/exampleSite/content/blog/placeholder-text.md @@ -1,5 +1,5 @@ +++ -author = "Hugo Authors" +authors = ["michael_bluth"] title = "Placeholder Text" date = "2019-03-09" description = "Lorem Ipsum Dolor Si Amet." diff --git a/exampleSite/content/blog/quote-shortcode.md b/exampleSite/content/blog/quote-shortcode.md index 8ddcdf64..fc45ec35 100644 --- a/exampleSite/content/blog/quote-shortcode.md +++ b/exampleSite/content/blog/quote-shortcode.md @@ -1,4 +1,5 @@ --- +authors: [michael_bluth] categories: [paige] date: "2023-01-02" description: Demonstration of the Paige quote shortcode. diff --git a/exampleSite/content/blog/rich-content.md b/exampleSite/content/blog/rich-content.md index 53370800..d44e4f26 100644 --- a/exampleSite/content/blog/rich-content.md +++ b/exampleSite/content/blog/rich-content.md @@ -1,5 +1,5 @@ +++ -author = "Hugo Authors" +authors = ["michael_bluth"] title = "Rich Content" date = "2019-03-10" description = "A brief description of Hugo Shortcodes." diff --git a/exampleSite/content/blog/vimeo-shortcode.md b/exampleSite/content/blog/vimeo-shortcode.md index 978225c9..0dc9aaca 100644 --- a/exampleSite/content/blog/vimeo-shortcode.md +++ b/exampleSite/content/blog/vimeo-shortcode.md @@ -1,4 +1,5 @@ --- +authors: [michael_bluth] categories: [paige] date: 2023-01-22 description: Demonstration of the Paige Vimeo shortcode. diff --git a/exampleSite/content/blog/youtube-shortcode.md b/exampleSite/content/blog/youtube-shortcode.md index 5f8f31f6..b3f6d92f 100644 --- a/exampleSite/content/blog/youtube-shortcode.md +++ b/exampleSite/content/blog/youtube-shortcode.md @@ -1,4 +1,5 @@ --- +authors: [michael_bluth] categories: [paige] date: 2023-01-20 description: Demonstration of the Paige YouTube shortcode.