File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 11export const GITHUB_URL = 'https://github.com/go-task/task' ;
22export const TWITTER_URL = 'https://twitter.com/taskfiledev' ;
3+ export const BLUESKY_URL = 'https://bsky.app/profile/taskfile.dev' ;
34export const MASTODON_URL = 'https://fosstodon.org/@task' ;
45export const DISCORD_URL = 'https://discord.gg/6TY36E39UK' ;
56export const STACK_OVERFLOW = 'https://stackoverflow.com/questions/tagged/taskfile' ;
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import remarkGfm from 'remark-gfm';
77
88import { DISCORD_URL } from './constants' ;
99import { GITHUB_URL } from './constants' ;
10+ import { BLUESKY_URL } from './constants' ;
1011import { MASTODON_URL } from './constants' ;
1112import { TWITTER_URL } from './constants' ;
1213import { 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' ,
You can’t perform that action at this time.
0 commit comments