From d167955f57c15daffeb17ce24fa19e782181d575 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 30 Dec 2023 16:22:18 -0600 Subject: [PATCH] expand authorship information --- config/_default/params.toml | 6 +++++- layouts/partials/about.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 4060a19..8f0b2b3 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -5,10 +5,14 @@ mainSections = ["posts"] fallBackOgImage = "images/broken-computer.png" numberOfFeaturedPosts = 5 numberOfRelatedPosts = 5 -author = "jbowdre" indexTitle = ".-. ..- -. - .. -- . - . .-. .-. --- .-." +[author] + name = "John Bowdre" + email = "jbowdre@omg.lol" + username = "jbowdre" + # Comments comments = true utterancesRepo = "jbowdre/site-comments" diff --git a/layouts/partials/about.html b/layouts/partials/about.html index 4260bb1..29869da 100644 --- a/layouts/partials/about.html +++ b/layouts/partials/about.html @@ -4,7 +4,7 @@

{{ .title }}  

{{ partial "tagline.html" . }}
- {{ site.Params.Author }} + {{ site.Params.Author.username }} {{ end }}