Change logo cursor color. Change menu entries to match main site.

This commit is contained in:
2025-12-28 18:40:58 -07:00
parent 25eff0388a
commit c93eec4e30

View File

@@ -66,6 +66,9 @@ params:
keywords: "homepage, blog, recipes, crafts, food, seasonings, woodworking, poetry, poems" keywords: "homepage, blog, recipes, crafts, food, seasonings, woodworking, poetry, poems"
images: [""] images: [""]
Logo:
logoCursorColor: "#663399"
# My Custom Params # # My Custom Params #
authorBug: "Chad Michael \"Bug\" Greenwood" authorBug: "Chad Michael \"Bug\" Greenwood"
authorHyperling: "Chad Michael \"Hyperling\" Greenwood" authorHyperling: "Chad Michael \"Hyperling\" Greenwood"
@@ -113,46 +116,40 @@ menu:
weight : 1 weight : 1
- identifier : "01-tags" - identifier : "01-tags"
parent : "00-all"
name : "Tags" name : "Tags"
url : "/tags" url : "/tags"
weight : 1 weight : 1
parent : "00-all"
- identifier : "02-cats" - identifier : "02-cats"
parent : "00-all"
name : "Categories" name : "Categories"
url : "/categories" url : "/categories"
weight : 2 weight : 2
parent : "00-all"
- identifier : "20-food" - identifier : "40-recipes"
name : "Food" name : "Recipes"
url : "/tags/food" url : "/categories/recipes"
weight : 4
- identifier : "20-blog"
name : "Articles"
url : "/categories/articles"
weight : 2 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" - identifier : "60-poetry"
name : "Poetry" name : "Poetry"
url : "/tags/poetry" url : "/categories/musings"
weight : 6 weight : 6
- identifier : "70-tech" - identifier : "70-guides"
name : "Tech" name : "Guides"
url : "/tags/tech" url : "/categories/guides"
weight : 7 weight : 7
- identifier : "80-books" - identifier : "80-books"
name : "Books" name : "Books"
url : "/tags/books" #"https://hyperling.com/books" url : "/categories/books" #"https://hyperling.com/books"
weight : 8 weight : 8
# End parameters related to: # End parameters related to: