
All checks were successful
Build and deploy website / Build and Push Hugo Site (push) Successful in 36s
44 lines
696 B
TOML
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"
|