blog/config/_default/menu.toml
Radu C. Martin f7f1c6f09b
All checks were successful
Build and deploy website / Build and Push Hugo Site (push) Successful in 1m16s
WIP: move blog to hugo
2025-04-08 09:37:59 +02:00

44 lines
696 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/Radu-C-Martin"
weight = 1
[social.params]
icon = "brand-github"
[[social]]
identifier = "forgejo"
name = "Forgejo"
url = "https://git.martin.md/radu"
weight = 2
[social.params]
icon = "brand-git"
[[social]]
identifier = "mastodon"
name = "Mastodon"
url = "https://mstdn.md/@radu"
weight = 3
[social.params]
icon = "brand-mastodon"
[[social]]
identifier = "matrix"
name = "Matrix"
url = "https://matrix.to/#/@radu:martin.md"
weight = 4
[social.params]
icon = "brand-matrix"