ComfyTechCorner/config/_default/menu.toml
2024-02-22 13:54:50 +01:00

24 lines
No EOL
415 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/BlyDoesCoding"
[social.params]
icon = "brand-github"
[[social]]
identifier = "instagram"
name = "Instagram"
url = "https://www.instagram.com/blydoesinsta/"
[social.params]
icon = "brand-instagram"