diff --git a/.github/workflows/publish-pr.yml b/.github/workflows/publish-pr.yml
index ea72a727..569b0c7b 100644
--- a/.github/workflows/publish-pr.yml
+++ b/.github/workflows/publish-pr.yml
@@ -148,6 +148,5 @@ jobs:
|
-
diff --git a/blog/.authors.yml b/blog/.authors.yml
index 6425d0f2..c97d1110 100644
--- a/blog/.authors.yml
+++ b/blog/.authors.yml
@@ -23,6 +23,11 @@ authors:
name: Freddy
description: Team Member
avatar: https://github.com/freddy-m.png
+ mastodon:
+ username: freddy
+ instance: social.lol
+ twitter: m00ws
+ bluesky: freddy.lol
jonah:
name: Jonah Aragon
description: Project Director
@@ -31,6 +36,7 @@ authors:
username: jonah
instance: neat.computer
twitter: jonaharagon
+ bluesky: jonaharagon.com
kaitebay:
name: Kai Tebay
description: Former Team Member
diff --git a/blog/author/jonah.md b/blog/author/jonah.md
index 19eea7f3..639faa41 100644
--- a/blog/author/jonah.md
+++ b/blog/author/jonah.md
@@ -34,3 +34,4 @@ schema:
He is also known for his work on the Techlore YouTube channel, including the Techlore Talks podcast he co-hosts.
[:simple-mastodon: @jonah@neat.computer](https://mastodon.neat.computer/@jonah "@jonah@neat.computer"){ .md-button rel=me }
+[:simple-bluesky: @jonaharagon.com](https://bsky.app/profile/jonaharagon.com "@jonaharagon.com"){ .md-button rel=me }
diff --git a/mkdocs.blog.yml b/mkdocs.blog.yml
index e1d6e9b6..b4908986 100644
--- a/mkdocs.blog.yml
+++ b/mkdocs.blog.yml
@@ -56,6 +56,9 @@ extra:
- icon: simple/mastodon
link: https://mastodon.neat.computer/@privacyguides
name: !ENV [SOCIAL_MASTODON, "Mastodon"]
+ - icon: simple/bluesky
+ link: https://bsky.app/profile/privacyguides.org
+ name: !ENV [SOCIAL_BLUESKY, "Bluesky"]
- icon: simple/matrix
link: https://matrix.to/#/#privacyguides:matrix.org
name: !ENV [SOCIAL_MATRIX, "Matrix"]
diff --git a/mkdocs.yml b/mkdocs.yml
index bcab6a69..071a228a 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -108,6 +108,9 @@ extra:
- icon: simple/mastodon
name: !ENV [HOMEPAGE_CTA_MASTODON_NAME, "Follow us on Mastodon"]
link: https://mastodon.neat.computer/@privacyguides
+ - icon: simple/bluesky
+ name: !ENV [HOMEPAGE_CTA_BLUESKY_NAME, "Follow us on Bluesky"]
+ link: https://bsky.app/profile/privacyguides.org
- icon: simple/github
name: !ENV [HOMEPAGE_CTA_GITHUB_NAME, "Contribute on GitHub"]
link: https://github.com/privacyguides/privacyguides.org
@@ -164,6 +167,9 @@ extra:
- icon: simple/mastodon
link: https://mastodon.neat.computer/@privacyguides
name: !ENV [SOCIAL_MASTODON, "Mastodon"]
+ - icon: simple/bluesky
+ link: https://bsky.app/profile/privacyguides.org
+ name: !ENV [SOCIAL_BLUESKY, "Bluesky"]
- icon: simple/matrix
link: https://matrix.to/#/#privacyguides:matrix.org
name: !ENV [SOCIAL_MATRIX, "Matrix"]