From 3467cdb4d3d04869eefc40566f8264f4e8542718 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 28 Aug 2023 16:45:24 -0500 Subject: [PATCH] add author information --- config/_default/hugo.toml | 3 +-- config/_default/params.toml | 1 + layouts/partials/about.html | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index c47f905..84767f1 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -1,7 +1,6 @@ baseURL = "https://runtimeterror.dev" -theme = ["risotto"] +theme = "risotto" title = "runtimeterror" -author = "John Bowdre" copyright = "© 2018-2023 [runtimeterror](https://runtimeterror.dev)" paginate = 3 languageCode = "en" diff --git a/config/_default/params.toml b/config/_default/params.toml index 44128b3..63b2a62 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -4,6 +4,7 @@ description = "while (true) { bugs++; }" mainSections = ["posts"] fallBackOgImage = "images/broken-computer.svg" numberOfFeaturedPosts = 5 +author = "John Bowdre" indexTitle = ".-. ..- -. - .. -- . - . .-. .-. --- .-." diff --git a/layouts/partials/about.html b/layouts/partials/about.html index be413f2..d6c0c92 100644 --- a/layouts/partials/about.html +++ b/layouts/partials/about.html @@ -3,6 +3,8 @@ {{ with .logo }}{{ end }}

{{ .title }}

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