You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
432 B
TOML
25 lines
432 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/robertorodriguez98"
|
|
|
|
[social.params]
|
|
icon = "brand-github"
|
|
|
|
[[social]]
|
|
identifier = "linkedin"
|
|
name = "linkedin"
|
|
url = "https://www.linkedin.com/in/roberto-rodriguez-marquez/"
|
|
|
|
[social.params]
|
|
icon = "linkedin-logo"
|