diff --git a/_includes/header.html b/_includes/header.html index 7a8e278..e58701a 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -3,6 +3,12 @@ {{ site.title }} + + + + + + diff --git a/_server/Caddyfile b/_server/Caddyfile index e01049a..54300af 100644 --- a/_server/Caddyfile +++ b/_server/Caddyfile @@ -89,6 +89,7 @@ vcsjones.dev { redir /dotnet-contrib https://github.com/dotnet/runtime/commits/main?author=vcsjones redir /mastodon https://infosec.exchange/@vcsjones + redir /bluesky https://bsky.app/profile/vcsjones.dev file_server } diff --git a/contact.md b/contact.md index 20ed6f6..67ac88e 100644 --- a/contact.md +++ b/contact.md @@ -4,11 +4,11 @@ title: Contact permalink: /contact/ --- -I'm usually best contacted at Twitter at [@vcsjones][1] or Mastodon at [infosec.exchange/@vcsjones][3]. +I'm usually best contacted at Bluesky at [@vcsjones.dev][1] or Mastodon at [infosec.exchange/@vcsjones][3]. If you're reaching out about one of my projects, contacting me on [GitHub][2] is a good idea, too. -[1]: https://twitter.com/vcsjones +[1]: https://bsky.app/profile/vcsjones.dev [2]: https://github.com/vcsjones [3]: https://infosec.exchange/@vcsjones