From eab05336c1583fde155b461825081709daa8d24c Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Thu, 21 Nov 2024 19:07:46 -0700 Subject: [PATCH] add pixelfed link --- config.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index 1a7d5ab..94ed8fc 100644 --- a/config.toml +++ b/config.toml @@ -86,7 +86,8 @@ keywords = [ "microblog", "linux", "tech support" ] # `name` and `url` should be present for visibility, `rel` is optional navbar = [ { name = "mastodon", url = "https://hachyderm.io/@ahoneybun", rel="me" }, - { name = "github", url = "https://github.com/ahoneybun", rel="me" } + { name = "github", url = "https://github.com/ahoneybun", rel="me" }, + { name = "linkedin", url = "https://www.linkedin.com/in/athoneycutt/", rel="me" } ] # https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color @@ -151,6 +152,6 @@ share = true # [optional] other misc urls that should be shown in the post footers # both `name` and `url` should be defined for visibility -# misc = [ -# { name = "misc", url = "https://misc.xyz" } -# ] + misc = [ + { name = "pixelfed", url = "https://pixelfed.social/i/web/profile/258996401164390400" } + ]