25 lines
401 B
TOML
25 lines
401 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/Akumatic"
|
||
|
|
||
|
[social.params]
|
||
|
icon = "brand-github"
|
||
|
|
||
|
[[social]]
|
||
|
identifier = "reddit"
|
||
|
name = "Reddit"
|
||
|
url = "https://www.reddit.com/user/aku-matic/"
|
||
|
|
||
|
[social.params]
|
||
|
icon = "brand-reddit"
|