website/config/_default/menu.toml

25 lines
398 B
TOML
Raw Normal View History

# Configure main menu and social menu
#[[main]]
#identifier = "home"
#name = "Home"
#url = "/"
#[main.params]
#icon = "home"
#newtab = true
[[social]]
identifier = "github"
name = "GitHub"
2024-02-14 19:04:32 +00:00
url = "https://github.com/filippo-ferrari"
[social.params]
icon = "brand-github"
2024-02-14 19:04:32 +00:00
#[[social]]
#identifier = "twitter"
#name = "Twitter"
#url = "https://twitter.com"
2024-02-14 19:04:32 +00:00
#[social.params]
#icon = "brand-twitter"