28 lines
401 B
TOML
28 lines
401 B
TOML
|
# Configure main menu and social menu
|
||
|
#[[main]]
|
||
|
#identifier = "home"
|
||
|
#name = "Home"
|
||
|
#url = "/"
|
||
|
#[main.params]
|
||
|
#icon = "home"
|
||
|
#newtab = true
|
||
|
|
||
|
|
||
|
# [[social]]
|
||
|
# identifier = "git"
|
||
|
# name = "Gitea"
|
||
|
# url = "https://git.4o1x5.dev/4o1x5"
|
||
|
|
||
|
# [social.params]
|
||
|
# icon = "git-fork"
|
||
|
|
||
|
|
||
|
[[social]]
|
||
|
identifier = "matrix"
|
||
|
name = "Matrix"
|
||
|
url = "https://matrix.to/#/@4o1x5:4o1x5.dev"
|
||
|
|
||
|
[social.params]
|
||
|
icon = "message"
|
||
|
|