From 055c6b6a2b9c1a67b2fde2b56f5f71f9f464fd0a Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Tue, 26 Nov 2024 02:11:28 -0600 Subject: [PATCH] docs: Link to our Bluesky profile (#2822) Signed-off-by: Freddy Signed-off-by: fria <138676274+friadev@users.noreply.github.com> Signed-off-by: Mare Polaris <15004290+ph00lt0@users.noreply.github.com> --- .github/workflows/publish-pr.yml | 3 +-- README.md | 4 +++- blog/.authors.yml | 6 ++++++ blog/author/jonah.md | 1 + mkdocs.blog.yml | 3 +++ mkdocs.yml | 6 ++++++ 6 files changed, 20 insertions(+), 3 deletions(-) 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: | Latest commit | ${{ needs.metadata.outputs.sha }} | | Preview | ${{ env.address }} | - Please note that this preview was built from an untrusted source, so it was not granted access to all mkdocs-material features. - Maintainers should ensure this PR has been reviewed locally with a full build before merging. + Please note that this preview was built from an untrusted source, so it was not granted access to all mkdocs-material features. Maintainers should ensure this PR has been reviewed locally with a full build before merging. comment_tag: deployment diff --git a/README.md b/README.md index 44f6253a..f878f662 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ -

+ + +

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"]