Added link to Mastodon on homepage

This commit is contained in:
Brandon Rozek 2022-05-01 01:07:48 -04:00
parent 2c6304b4f8
commit 5a67309cab

View file

@ -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