25 lines
392 B
TOML
25 lines
392 B
TOML
# Configure main menu and social menu
|
|
#[[main]]
|
|
#identifier = "home"
|
|
#name = "主页"
|
|
#url = "/"
|
|
#[main.params]
|
|
#icon = "home"
|
|
#newtab = true
|
|
|
|
[[social]]
|
|
identifier = "github"
|
|
name = "GitHub"
|
|
url = "https://github.com/Cirrus83"
|
|
|
|
[social.params]
|
|
icon = "brand-github"
|
|
|
|
[[social]]
|
|
identifier = "Email"
|
|
name = "Email"
|
|
url = "mailto:sucrose@mail.cirrus.org.cn"
|
|
|
|
[social.params]
|
|
icon = "messages"
|