Change logo cursor color. Change menu entries to match main site.
This commit is contained in:
39
hugo.yaml
39
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:
|
||||
|
||||
Reference in New Issue
Block a user