update menu icons and order
This commit is contained in:
22
hugo.toml
22
hugo.toml
@ -16,29 +16,29 @@ path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5"
|
|||||||
weight = 10
|
weight = 10
|
||||||
pre = "fa-solid fa-house"
|
pre = "fa-solid fa-house"
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
name = "About"
|
|
||||||
url = "/about/"
|
|
||||||
weight = 20
|
|
||||||
pre = "fa-solid fa-house"
|
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Categories"
|
name = "Categories"
|
||||||
url = "/categories/"
|
url = "/categories/"
|
||||||
weight = 30
|
weight = 20
|
||||||
pre = "fa-solid fa-house"
|
pre = "fa-solid fa-stream"
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Tags"
|
name = "Tags"
|
||||||
url = "/tags/"
|
url = "/tags/"
|
||||||
weight = 40
|
weight = 30
|
||||||
pre = "fa-solid fa-house"
|
pre = "fa-solid fa-tags"
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Archives"
|
name = "Archives"
|
||||||
url = "/archives/"
|
url = "/archives/"
|
||||||
|
weight = 40
|
||||||
|
pre = "fa-solid fa-archive"
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "About"
|
||||||
|
url = "/about/"
|
||||||
weight = 50
|
weight = 50
|
||||||
pre = "fa-solid fa-house"
|
pre = "fa-solid fa-info-circle"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
theme_version = "5.2.0"
|
theme_version = "5.2.0"
|
||||||
|
Reference in New Issue
Block a user