Skip to content

Commit 4d4085a

Browse files
brc-ddrojadesign
authored andcommitted
docs: add bluesky profiles (#507)
closes #507
1 parent 44ae8e5 commit 4d4085a

File tree

2 files changed

+83
-45
lines changed

2 files changed

+83
-45
lines changed

docs/.vitepress/config.ts

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,9 @@ export default defineConfig({
141141
},
142142

143143
socialLinks: [
144+
{ icon: 'bluesky', link: 'https://bsky.app/profile/vite.dev' },
144145
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@vite' },
145-
{ icon: 'twitter', link: 'https://twitter.com/vite_js' },
146+
{ icon: 'x', link: 'https://x.com/vite_js' },
146147
{ icon: 'discord', link: 'https://chat.vite.dev' },
147148
{ icon: 'github', link: 'https://github.com/vitejs/vite' },
148149
],
@@ -217,8 +218,16 @@ export default defineConfig({
217218
{
218219
items: [
219220
{
220-
text: 'Twitter',
221-
link: 'https://twitter.com/vite_js',
221+
text: 'Bluesky',
222+
link: 'https://bsky.app/profile/vite.dev',
223+
},
224+
{
225+
text: 'Mastodon',
226+
link: 'https://elk.zone/m.webtoo.ls/@vite',
227+
},
228+
{
229+
text: 'X',
230+
link: 'https://x.com/vite_js',
222231
},
223232
{
224233
text: 'Discord Chat',

docs/_data/team.js

Lines changed: 71 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -2,104 +2,110 @@ export const core = [
22
{
33
avatar: 'https://www.github.com/yyx990803.png',
44
name: 'Evan You',
5-
title: 'Gründer',
5+
title: 'Creator',
66
org: 'Vue.js',
77
orgLink: 'https://vuejs.org/',
8-
desc: 'Unabhängiger Open-Source-Entwickler, Gründer von Vue.js und Vite.',
8+
desc: 'Independent open source developer, creator of Vue.js and Vite.',
99
links: [
1010
{ icon: 'github', link: 'https://github.com/yyx990803' },
11-
{ icon: 'twitter', link: 'https://twitter.com/youyuxi' },
11+
{ icon: 'x', link: 'https://x.com/youyuxi' },
12+
{ icon: 'bluesky', link: 'https://bsky.app/profile/evanyou.me' },
1213
],
1314
sponsor: 'https://github.com/sponsors/yyx990803',
1415
},
1516
{
1617
avatar: 'https://www.github.com/patak-dev.png',
1718
name: 'Patak',
18-
title: 'Ein kollaboratives Wesen',
19+
title: 'A collaborative being',
1920
org: 'StackBlitz',
2021
orgLink: 'https://stackblitz.com/',
2122
desc: 'Core team member of Vite. Team member of Vue.',
2223
links: [
2324
{ icon: 'github', link: 'https://github.com/patak-dev' },
24-
{ icon: 'twitter', link: 'https://twitter.com/patak_dev' },
25+
{ icon: 'x', link: 'https://x.com/patak_dev' },
2526
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@patak' },
27+
{ icon: 'bluesky', link: 'https://bsky.app/profile/patak.dev' },
2628
],
2729
sponsor: 'https://github.com/sponsors/patak-dev',
2830
},
2931
{
3032
avatar: 'https://www.github.com/antfu.png',
3133
name: 'Anthony Fu',
32-
title: 'Ein fanatischer Open-Sourceror.',
34+
title: 'A fanatical open sourceror',
3335
org: 'NuxtLabs',
3436
orgLink: 'https://nuxtlabs.com/',
35-
desc: 'Kernmitglied des Vite- und Vue-Teams. Arbeitet bei NuxtLabs.',
37+
desc: 'Core team member of Vite & Vue. Working at NuxtLabs.',
3638
links: [
3739
{ icon: 'github', link: 'https://github.com/antfu' },
38-
{ icon: 'twitter', link: 'https://twitter.com/antfu7' },
40+
{ icon: 'x', link: 'https://x.com/antfu7' },
3941
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@antfu' },
42+
{ icon: 'bluesky', link: 'https://bsky.app/profile/antfu.me' },
4043
],
4144
sponsor: 'https://github.com/sponsors/antfu',
4245
},
4346
{
4447
avatar: 'https://github.com/bluwy.png',
4548
name: 'Bjorn Lu',
46-
title: 'Open-Source-Entwickler',
47-
desc: 'Astro Core-Resident. Mitglied des Svelte- und Vite-Kernteams.',
49+
title: 'Open Source Developer',
50+
desc: 'Astro core residency. Svelte and Vite core team member.',
4851
links: [
4952
{ icon: 'github', link: 'https://github.com/bluwy' },
50-
{ icon: 'twitter', link: 'https://twitter.com/bluwyoo' },
53+
{ icon: 'x', link: 'https://x.com/bluwyoo' },
5154
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@bluwy' },
55+
{ icon: 'bluesky', link: 'https://bsky.app/profile/bluwy.me' },
5256
],
5357
sponsor: 'https://bjornlu.com/sponsor',
5458
},
5559
{
5660
avatar: 'https://github.com/sapphi-red.png',
5761
name: 'green',
58-
title: 'Webentwickler',
59-
desc: 'Kernmitglied des Vite-Teams. Du kannst mich sapphi, green oder midori nennen ;)',
62+
title: 'Web Developer',
63+
desc: 'Vite core team member. Call me sapphi or green or midori ;)',
6064
links: [
6165
{ icon: 'github', link: 'https://github.com/sapphi-red' },
62-
{ icon: 'twitter', link: 'https://twitter.com/sapphi_red' },
66+
{ icon: 'x', link: 'https://x.com/sapphi_red' },
6367
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@sapphi_red' },
6468
],
6569
sponsor: 'https://github.com/sponsors/sapphi-red',
6670
},
6771
{
6872
avatar: 'https://github.com/ArnaudBarre.png',
6973
name: 'Arnaud Barré',
70-
title: 'Frontend-Entwickler',
71-
desc: 'Leidenschaftlich beim Umgang mit TypeScript und React-Tooling.',
74+
title: 'Frontend Developer',
75+
desc: 'Passionate by tooling around TypeScript and React.',
7276
links: [
7377
{ icon: 'github', link: 'https://github.com/ArnaudBarre' },
74-
{ icon: 'twitter', link: 'https://twitter.com/_ArnaudBarre' },
78+
{ icon: 'x', link: 'https://x.com/_ArnaudBarre' },
7579
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@ArnaudBarre' },
80+
{
81+
icon: 'bluesky',
82+
link: 'https://bsky.app/profile/arnaud-barre.bsky.social',
83+
},
7684
],
7785
sponsor: 'https://github.com/sponsors/ArnaudBarre',
7886
},
7987
{
8088
avatar: 'https://github.com/dominikg.png',
8189
name: 'Dominik G.',
82-
title: 'Resident CI-Experte',
83-
desc: 'Teammitglied von Vite und Svelte.',
90+
title: 'Resident CI Expert',
91+
desc: 'Team Member of Vite and Svelte',
8492
links: [
8593
{ icon: 'github', link: 'https://github.com/dominikg' },
8694
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@dominikg' },
8795
],
8896
sponsor: 'https://github.com/sponsors/dominikg',
8997
},
9098
{
91-
avatar: 'https://github.com/sodatea.png',
92-
name: 'Haoqun Jiang',
93-
title: 'Developer',
94-
org: 'Vue.js',
95-
orgLink: 'https://vuejs.org/',
96-
desc: 'Vue/Vite core team member. Full-time open sourcerer.',
99+
avatar: 'https://github.com/sheremet-va.png',
100+
name: 'Vladimir',
101+
title: 'Core team member of Vitest & Vite',
102+
desc: 'An open source fullstack developer',
97103
links: [
98-
{ icon: 'github', link: 'https://github.com/sodatea' },
99-
{ icon: 'twitter', link: 'https://twitter.com/haoqunjiang' },
100-
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@haoqun' },
104+
{ icon: 'github', link: 'https://github.com/sheremet-va' },
105+
{ icon: 'x', link: 'https://x.com/sheremet_va' },
106+
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@sheremet_va' },
101107
],
102-
sponsor: 'https://github.com/sponsors/sodatea',
108+
sponsor: 'https://github.com/sponsors/sheremet-va',
103109
},
104110
{
105111
avatar: 'https://github.com/hi-ogawa.png',
@@ -108,7 +114,7 @@ export const core = [
108114
desc: 'Open source enthusiast',
109115
links: [
110116
{ icon: 'github', link: 'https://github.com/hi-ogawa' },
111-
{ icon: 'twitter', link: 'https://twitter.com/hiroshi_18181' },
117+
{ icon: 'x', link: 'https://x.com/hiroshi_18181' },
112118
],
113119
sponsor: 'https://github.com/sponsors/hi-ogawa',
114120
},
@@ -122,7 +128,11 @@ export const emeriti = [
122128
desc: 'Dabbling in social ecommerce, meta frameworks, and board games',
123129
links: [
124130
{ icon: 'github', link: 'https://github.com/aleclarson' },
125-
{ icon: 'twitter', link: 'https://twitter.com/retropragma' },
131+
{ icon: 'x', link: 'https://x.com/retropragma' },
132+
{
133+
icon: 'bluesky',
134+
link: 'https://bsky.app/profile/retropragma.bsky.social',
135+
},
126136
],
127137
},
128138
{
@@ -132,46 +142,50 @@ export const emeriti = [
132142
desc: 'Frontend. Vite team member.',
133143
links: [
134144
{ icon: 'github', link: 'https://github.com/poyoho' },
135-
{ icon: 'twitter', link: 'https://twitter.com/yoho_po' },
145+
{ icon: 'x', link: 'https://x.com/yoho_po' },
136146
],
137147
},
138148
{
139149
avatar: 'https://github.com/ygj6.png',
140150
name: 'ygj6',
141-
title: 'Entwickler',
142-
desc: 'Webentwickler. Mitglied des Vue- und Vite-Teams.',
151+
title: 'Developer',
152+
desc: 'Web Developer. Vue & Vite team member',
143153
links: [
144154
{ icon: 'github', link: 'https://github.com/ygj6' },
145-
{ icon: 'twitter', link: 'https://twitter.com/ygj_66' },
155+
{ icon: 'x', link: 'https://x.com/ygj_66' },
146156
],
147157
},
148158
{
149159
avatar: 'https://github.com/Niputi.png',
150160
name: 'Niputi',
151-
title: 'Entwickler',
161+
title: 'Developer',
152162
org: 'Computershare Denmark',
153-
desc: 'weeb/javascript-Liebhaber.',
163+
desc: 'weeb/javascript lover.',
154164
links: [
155165
{ icon: 'github', link: 'https://github.com/Niputi' },
156-
{ icon: 'twitter', link: 'https://twitter.com/Niputi_' },
166+
{ icon: 'x', link: 'https://x.com/Niputi_' },
167+
{ icon: 'bluesky', link: 'https://bsky.app/profile/niputi.bsky.social' },
157168
],
158169
},
159170
{
160171
avatar: 'https://github.com/underfin.png',
161172
name: 'underfin',
162-
title: 'Entwickler',
173+
title: 'Developer',
163174
links: [{ icon: 'github', link: 'https://github.com/underfin' }],
164175
},
165176
{
166177
avatar: 'https://github.com/GrygrFlzr.png',
167178
name: 'GrygrFlzr',
168-
title: 'Entwickler',
169-
links: [{ icon: 'github', link: 'https://github.com/GrygrFlzr' }],
179+
title: 'Developer',
180+
links: [
181+
{ icon: 'github', link: 'https://github.com/GrygrFlzr' },
182+
{ icon: 'bluesky', link: 'https://bsky.app/profile/bsky.cybeast.dev' },
183+
],
170184
},
171185
{
172186
avatar: 'https://github.com/nihalgonsalves.png',
173187
name: 'Nihal Gonsalves',
174-
title: 'Senior Software-Entwickler',
188+
title: 'Senior Software Engineer',
175189
links: [{ icon: 'github', link: 'https://github.com/nihalgonsalves' }],
176190
},
177191
{
@@ -186,4 +200,19 @@ export const emeriti = [
186200
{ icon: 'mastodon', link: 'https://elk.zone/mas.to/@Shini92' },
187201
],
188202
},
203+
{
204+
avatar: 'https://github.com/sodatea.png',
205+
name: 'Haoqun Jiang',
206+
title: 'Developer',
207+
org: 'Vue.js',
208+
orgLink: 'https://vuejs.org/',
209+
desc: 'Vue/Vite team member. Full-time open sourcerer.',
210+
links: [
211+
{ icon: 'github', link: 'https://github.com/sodatea' },
212+
{ icon: 'x', link: 'https://x.com/haoqunjiang' },
213+
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@haoqun' },
214+
{ icon: 'bluesky', link: 'https://bsky.app/profile/haoqun.dev' },
215+
],
216+
sponsor: 'https://github.com/sponsors/sodatea',
217+
},
189218
]

0 commit comments

Comments
 (0)