portfolio_hugo/config/_default/menu.toml
2024-10-05 19:30:50 +02:00

32 lines
541 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/mrdev023"
[social.params]
icon = "brand-github"
[[social]]
identifier = "linkedin"
name = "Linkedin"
url = "https://www.linkedin.com/in/florian-richer-80960b129/"
[social.params]
icon = "linkedin"
[[social]]
identifier = "email"
name = "Email"
url = "mailto:florian.richer@protonmail.com"
[social.params]
icon = "email"