misc: add matrix to navbar and change icons
This commit is contained in:
parent
a036d378c0
commit
adb293de95
2 changed files with 28 additions and 4 deletions
15
hugo.toml
15
hugo.toml
|
@ -41,11 +41,18 @@ pageRef = "/docs/types"
|
|||
weight = 2
|
||||
|
||||
[[menu.main]]
|
||||
name = "Source ↗"
|
||||
url = "https://git.outfoxxed.me/outfoxxed/quickshell"
|
||||
name = "Search"
|
||||
weight = 3
|
||||
params.type = "search"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Search"
|
||||
name = "matrix"
|
||||
url = "https://matrix.to/#/#quickshell:outfoxxed.me"
|
||||
weight = 4
|
||||
params.type = "search"
|
||||
params.icon = "matrix"
|
||||
|
||||
[[menu.main]]
|
||||
name = "git"
|
||||
url = "https://git.outfoxxed.me/outfoxxed/quickshell"
|
||||
weight = 5
|
||||
params.icon = "git"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue