cheesy-guacamole/config/_default/menu.toml
2025-07-19 15:33:03 +02:00

24 lines
417 B
TOML

# Configure main menu and social menu
#[[main]]
#identifier = "home"
#name = "Home"
#url = "/"
#[main.params]
#icon = "home"
#newtab = true
[[social]]
identifier = "github"
name = "GitHub"
url = "https://github.com/JeCheeseSmith"
[social.params]
icon = "brand-github"
[[social]]
identifier = "linkedin"
name = "Linkedin"
url = "https://www.linkedin.com/in/kars-van-velzen"
[social.params]
icon = "brand-linkedin"