mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
Added link to Mastodon on homepage
This commit is contained in:
parent
2c6304b4f8
commit
5a67309cab
1 changed files with 13 additions and 2 deletions
15
config.toml
15
config.toml
|
@ -14,7 +14,11 @@ enableGitInfo = true
|
|||
favicon = "favicon.ico"
|
||||
description = "Software Developer, Researcher, and Linux Enthusiast."
|
||||
email = "hello@brandonrozek.com"
|
||||
identities = ["https://github.com/brandon-rozek", "mailto:hello@brandonrozek.com"]
|
||||
identities = [
|
||||
"https://github.com/brandon-rozek",
|
||||
"mailto:hello@brandonrozek.com",
|
||||
"https://fosstodon.org/@brozek"
|
||||
]
|
||||
|
||||
[outputs]
|
||||
section = ["JSON", "HTML", "RSS"]
|
||||
|
@ -78,9 +82,16 @@ enableGitInfo = true
|
|||
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
|
||||
|
||||
[[menu.profile]]
|
||||
identifier = "email"
|
||||
name = "Email"
|
||||
pre = "<i class='fa fa-envelope fa-lg'></i>"
|
||||
url = "mailto:hello@brandonrozek.com"
|
||||
weight = 90
|
||||
weight = 95
|
||||
|
|
Loading…
Reference in a new issue