45 lines
681 B
TOML
45 lines
681 B
TOML
# Configure main menu and social menu
|
|
[[main]]
|
|
identifier = "home"
|
|
name = "Home"
|
|
url = "/"
|
|
weight = 1
|
|
[main.params]
|
|
icon = "home"
|
|
newtab = false
|
|
|
|
[[social]]
|
|
identifier = "github"
|
|
name = "GitHub"
|
|
weight = 1
|
|
url = "https://github.com/joshuafhiggins"
|
|
|
|
[social.params]
|
|
icon = "brand-github"
|
|
|
|
[[social]]
|
|
identifier = "youtube"
|
|
name = "YouTube"
|
|
weight = 2
|
|
url = "https://www.youtube.com/channel/UCIk0qQcaVTxhfTD9sK_0PtQ"
|
|
|
|
[social.params]
|
|
icon = "brand-youtube"
|
|
|
|
[[social]]
|
|
identifier = "email"
|
|
name = "Email"
|
|
weight = 3
|
|
url = "joshuafhiggins@gmail.com"
|
|
|
|
[social.params]
|
|
icon = "mail"
|
|
|
|
[[social]]
|
|
identifier = "rss"
|
|
name = "RSS"
|
|
weight = 5
|
|
url = "/index.xml"
|
|
|
|
[social.params]
|
|
icon = "rss" |