cheesy-guacamole/config/_default/menu.toml
watson fce6dc7a1f
All checks were successful
Deploy Hugo Site / build (push) Successful in 1m0s
Link for RSS
2025-07-29 15:18:44 +02:00

32 lines
539 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"
[[social]]
identifier = "rss"
name = "RSS"
url = "https://blog.octubre.be/index.xml"
[social.params]
icon = "brand-rss"