diff --git a/blog/authors.yml b/blog/authors.yml index 179396c..829a5de 100644 --- a/blog/authors.yml +++ b/blog/authors.yml @@ -8,3 +8,4 @@ sergefdrv: x: sergefdrv linkedin: sergefdrv github: sergefdrv + bluesky: sergefdrv.bsky.social diff --git a/docusaurus.config.js b/docusaurus.config.js index 4b23da0..7e31b55 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -10,6 +10,7 @@ const sponsorUrl = 'https://github.com/sponsors/replica-io'; const gitHubUrl = 'https://github.com/replica-io/replica-io'; const discordUrl = 'https://discord.replica-io.dev'; const twitterUrl = 'https://x.com/Replica_IO'; +const blueskyUrl = 'https://bsky.app/profile/replica-io.bsky.social'; const youtubeUrl = 'https://www.youtube.com/@Replica_IO'; const siteGitHubUrl = 'https://github.com/replica-io/replica-io.github.io'; const siteLicense = { @@ -154,6 +155,13 @@ const config = { position: 'right', className: 'navbar-icon', }, + { + href: blueskyUrl, + 'aria-label': 'Bluesky', + html: '', + position: 'right', + className: 'navbar-icon', + }, { href: youtubeUrl, 'aria-label': 'YouTube', @@ -184,6 +192,10 @@ const config = { label: 'Twitter / X', href: twitterUrl, }, + { + label: 'Bluesky', + href: blueskyUrl, + } ], }, {