mirror of
https://github.com/go-task/task.git
synced 2025-05-29 23:17:53 +02:00
chore(website): added bluesky url to the footer
This commit is contained in:
parent
ff2e0f846a
commit
888071e234
@ -1,5 +1,6 @@
|
|||||||
export const GITHUB_URL = 'https://github.com/go-task/task';
|
export const GITHUB_URL = 'https://github.com/go-task/task';
|
||||||
export const TWITTER_URL = 'https://twitter.com/taskfiledev';
|
export const TWITTER_URL = 'https://twitter.com/taskfiledev';
|
||||||
|
export const BLUESKY_URL = 'https://bsky.app/profile/taskfile.dev';
|
||||||
export const MASTODON_URL = 'https://fosstodon.org/@task';
|
export const MASTODON_URL = 'https://fosstodon.org/@task';
|
||||||
export const DISCORD_URL = 'https://discord.gg/6TY36E39UK';
|
export const DISCORD_URL = 'https://discord.gg/6TY36E39UK';
|
||||||
export const STACK_OVERFLOW = 'https://stackoverflow.com/questions/tagged/taskfile';
|
export const STACK_OVERFLOW = 'https://stackoverflow.com/questions/tagged/taskfile';
|
||||||
|
@ -7,6 +7,7 @@ import remarkGfm from 'remark-gfm';
|
|||||||
|
|
||||||
import { DISCORD_URL } from './constants';
|
import { DISCORD_URL } from './constants';
|
||||||
import { GITHUB_URL } from './constants';
|
import { GITHUB_URL } from './constants';
|
||||||
|
import { BLUESKY_URL } from './constants';
|
||||||
import { MASTODON_URL } from './constants';
|
import { MASTODON_URL } from './constants';
|
||||||
import { TWITTER_URL } from './constants';
|
import { TWITTER_URL } from './constants';
|
||||||
import { STACK_OVERFLOW } from './constants';
|
import { STACK_OVERFLOW } from './constants';
|
||||||
@ -182,6 +183,11 @@ const config: Config = {
|
|||||||
{
|
{
|
||||||
label: 'Twitter',
|
label: 'Twitter',
|
||||||
href: TWITTER_URL
|
href: TWITTER_URL
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Bluesky',
|
||||||
|
href: BLUESKY_URL,
|
||||||
|
rel: 'me'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Mastodon',
|
label: 'Mastodon',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user