Skip to content

Commit 888071e

Browse files
committed
chore(website): added bluesky url to the footer
1 parent ff2e0f8 commit 888071e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

website/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export const GITHUB_URL = 'https://github.com/go-task/task';
22
export const TWITTER_URL = 'https://twitter.com/taskfiledev';
3+
export const BLUESKY_URL = 'https://bsky.app/profile/taskfile.dev';
34
export const MASTODON_URL = 'https://fosstodon.org/@task';
45
export const DISCORD_URL = 'https://discord.gg/6TY36E39UK';
56
export const STACK_OVERFLOW = 'https://stackoverflow.com/questions/tagged/taskfile';

website/docusaurus.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import remarkGfm from 'remark-gfm';
77

88
import { DISCORD_URL } from './constants';
99
import { GITHUB_URL } from './constants';
10+
import { BLUESKY_URL } from './constants';
1011
import { MASTODON_URL } from './constants';
1112
import { TWITTER_URL } from './constants';
1213
import { STACK_OVERFLOW } from './constants';
@@ -182,6 +183,11 @@ const config: Config = {
182183
{
183184
label: 'Twitter',
184185
href: TWITTER_URL
186+
},
187+
{
188+
label: 'Bluesky',
189+
href: BLUESKY_URL,
190+
rel: 'me'
185191
},
186192
{
187193
label: 'Mastodon',

0 commit comments

Comments
 (0)