website/config/_default/menu.toml

25 lines
420 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-22 00:08:39 +00:00
[[social]]
identifier = "forgejo"
name = "Forgejo"
url = "https://git.bytemeifyoucan.lol/NapoleonDynamite"
2024-02-14 19:04:32 +00:00
#[social.params]
2024-02-22 00:08:39 +00:00
#icon = "img/forgejo"