mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
Rearranging social icons
This commit is contained in:
parent
c47eb37ecf
commit
52d637a0e0
1 changed files with 8 additions and 9 deletions
17
config.toml
17
config.toml
|
@ -68,29 +68,28 @@ enableGitInfo = true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[[menu.profile]]
|
||||||
|
identifier = "mastodon"
|
||||||
|
name = "Mastodon"
|
||||||
|
pre = "<i class='fab fa-mastodon'></i>"
|
||||||
|
url = "https://fosstodon.org/@brozek"
|
||||||
|
weight = 80
|
||||||
|
|
||||||
[[menu.profile]]
|
[[menu.profile]]
|
||||||
identifier = "github"
|
identifier = "github"
|
||||||
name = "GitHub"
|
name = "GitHub"
|
||||||
pre = "<i class='fab fa-github fa-lg'></i>"
|
pre = "<i class='fab fa-github fa-lg'></i>"
|
||||||
url = "https://github.com/brandon-rozek"
|
url = "https://github.com/brandon-rozek"
|
||||||
weight = 80
|
weight = 85
|
||||||
me = true
|
|
||||||
|
|
||||||
[[menu.profile]]
|
[[menu.profile]]
|
||||||
identifier = "scholar"
|
identifier = "scholar"
|
||||||
name = "Google Scholar"
|
name = "Google Scholar"
|
||||||
pre = "<i class='fas fa-graduation-cap'></i>"
|
pre = "<i class='fas fa-graduation-cap'></i>"
|
||||||
url = "https://scholar.google.com/citations?user=JrgtnwgAAAAJ&hl=en&oi=ao"
|
url = "https://scholar.google.com/citations?user=JrgtnwgAAAAJ&hl=en&oi=ao"
|
||||||
weight = 85
|
|
||||||
|
|
||||||
[[menu.profile]]
|
|
||||||
identifier = "mastodon"
|
|
||||||
name = "Mastodon"
|
|
||||||
pre = "<i class='fab fa-mastodon'></i>"
|
|
||||||
url = "https://fosstodon.org/@brozek"
|
|
||||||
weight = 90
|
weight = 90
|
||||||
|
|
||||||
|
|
||||||
[[menu.profile]]
|
[[menu.profile]]
|
||||||
identifier = "email"
|
identifier = "email"
|
||||||
name = "Email"
|
name = "Email"
|
||||||
|
|
Loading…
Reference in a new issue