diff --git a/config.toml b/config.toml index 36be53b..1c2512d 100644 --- a/config.toml +++ b/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 = "" + url = "https://fosstodon.org/@brozek" + weight = 90 + [[menu.profile]] identifier = "email" name = "Email" pre = "" url = "mailto:hello@brandonrozek.com" - weight = 90 + weight = 95