From fd8d622db157f743b6983452dc242dd02a7dae4b Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 28 Dec 2025 19:41:13 -0700 Subject: [PATCH] Change logo to go back to the main website. Create a new parameter to allow it to open a new tab. --- hugo.yaml | 9 ++++----- layouts/partials/logo.html | 21 +++++++++++++++++++++ 2 files changed, 25 insertions(+), 5 deletions(-) create mode 100644 layouts/partials/logo.html diff --git a/hugo.yaml b/hugo.yaml index a3ab20a..6825b87 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -66,9 +66,6 @@ params: keywords: "homepage, blog, recipes, crafts, food, seasonings, woodworking, poetry, poems" images: [""] - Logo: - logoCursorColor: "#663399" - # My Custom Params # authorBug: "Chad Michael \"Bug\" Greenwood" authorHyperling: "Chad Michael \"Hyperling\" Greenwood" @@ -94,8 +91,10 @@ languages: keywords: "" logo: - logoText: "Hyperling's Works" - logoHomeLink: "/" + logoText: "Back to Main Site" + logoCursorColor: "#663399" + logoHomeLink: "https://hyperling.com" + logoNewTab: true # or # # path = "/img/your-example-logo.svg" diff --git a/layouts/partials/logo.html b/layouts/partials/logo.html new file mode 100644 index 0000000..b16ee3e --- /dev/null +++ b/layouts/partials/logo.html @@ -0,0 +1,21 @@ + + +