ComfyTechCorner/config/_default/menu.toml

24 lines
415 B
TOML
Raw Permalink Normal View History

2023-10-18 22:10:35 +02:00
# Configure main menu and social menu
#[[main]]
#identifier = "home"
#name = "Home"
#url = "/"
#[main.params]
#icon = "home"
#newtab = true
[[social]]
identifier = "github"
name = "GitHub"
2023-10-19 00:37:00 +02:00
url = "https://github.com/BlyDoesCoding"
2023-10-18 22:10:35 +02:00
[social.params]
icon = "brand-github"
[[social]]
identifier = "instagram"
name = "Instagram"
url = "https://www.instagram.com/blydoesinsta/"
2023-10-18 22:10:35 +02:00
[social.params]
icon = "brand-instagram"