From c93eec4e306f2a9aaa41144d191a58205f2157db Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 28 Dec 2025 18:40:58 -0700 Subject: [PATCH] Change logo cursor color. Change menu entries to match main site. --- hugo.yaml | 39 ++++++++++++++++++--------------------- 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index a53d5db..a3ab20a 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -66,6 +66,9 @@ 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" @@ -113,46 +116,40 @@ menu: weight : 1 - identifier : "01-tags" + parent : "00-all" name : "Tags" url : "/tags" weight : 1 - parent : "00-all" - identifier : "02-cats" + parent : "00-all" name : "Categories" url : "/categories" weight : 2 - parent : "00-all" - - identifier : "20-food" - name : "Food" - url : "/tags/food" + - identifier : "40-recipes" + name : "Recipes" + url : "/categories/recipes" + weight : 4 + + - identifier : "20-blog" + name : "Articles" + url : "/categories/articles" weight : 2 - - identifier : "30-crafts" - name : "Crafts" - url : "/tags/crafts" - weight : 3 - -#[[menu.main]] -# identifier = "50-blog" -# name = "Blogposts" -# url = "/tags/blog" -# weight = 5 - - identifier : "60-poetry" name : "Poetry" - url : "/tags/poetry" + url : "/categories/musings" weight : 6 - - identifier : "70-tech" - name : "Tech" - url : "/tags/tech" + - identifier : "70-guides" + name : "Guides" + url : "/categories/guides" weight : 7 - identifier : "80-books" name : "Books" - url : "/tags/books" #"https://hyperling.com/books" + url : "/categories/books" #"https://hyperling.com/books" weight : 8 # End parameters related to: