Skip to content

Commit 8a80b10

Browse files
authored
docs: add bluesky profiles (#1696)
* docs: add bluesky profiles resolve #1690 vitejs/vite@d38ee03 の反映です。 * docs: add Vladimir bluesky link resolve #1691 vitejs/vite@f0f6659 の反映です。
1 parent ea162ce commit 8a80b10

File tree

4 files changed

+54
-23
lines changed

4 files changed

+54
-23
lines changed

.vitepress/config.ts

Lines changed: 8 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
],
@@ -185,13 +186,17 @@ export default defineConfig({
185186
{ text: 'リリース', link: '/releases' },
186187
{
187188
items: [
189+
{
190+
text: 'Bluesky',
191+
link: 'https://bsky.app/profile/vite.dev',
192+
},
188193
{
189194
text: 'Mastodon',
190195
link: 'https://elk.zone/m.webtoo.ls/@vite',
191196
},
192197
{
193-
text: 'Twitter',
194-
link: 'https://twitter.com/vite_js',
198+
text: 'X',
199+
link: 'https://x.com/vite_js',
195200
},
196201
{
197202
text: 'Discord Chat',

_data/team.js

Lines changed: 32 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ export const core = [
88
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
},
@@ -21,8 +22,9 @@ export const core = [
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
},
@@ -35,8 +37,9 @@ export const core = [
3537
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
},
@@ -46,9 +49,10 @@ export const core = [
4649
title: 'Open Source Developer',
4750
desc: 'Astro core residency. Svelte and Vite core team member.',
4851
links: [
49-
{ icon: 'github', link: 'https://github.com/bluwy' },
52+
{ icon: 'x', link: 'https://x.com/bluwy' },
5053
{ icon: 'twitter', link: 'https://twitter.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
},
@@ -59,7 +63,7 @@ export const core = [
5963
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',
@@ -71,8 +75,12 @@ export const core = [
7175
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
},
@@ -94,8 +102,9 @@ export const core = [
94102
desc: 'An open source fullstack developer',
95103
links: [
96104
{ icon: 'github', link: 'https://github.com/sheremet-va' },
105+
{ icon: 'x', link: 'https://x.com/sheremet_va' },
97106
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@sheremet_va' },
98-
{ icon: 'twitter', link: 'https://twitter.com/sheremet_va' },
107+
{ icon: 'bluesky', link: 'https://bsky.app/profile/erus.dev' },
99108
],
100109
sponsor: 'https://github.com/sponsors/sheremet-va',
101110
},
@@ -106,7 +115,7 @@ export const core = [
106115
desc: 'Open source enthusiast',
107116
links: [
108117
{ icon: 'github', link: 'https://github.com/hi-ogawa' },
109-
{ icon: 'twitter', link: 'https://twitter.com/hiroshi_18181' },
118+
{ icon: 'x', link: 'https://x.com/hiroshi_18181' },
110119
],
111120
sponsor: 'https://github.com/sponsors/hi-ogawa',
112121
},
@@ -120,7 +129,11 @@ export const emeriti = [
120129
desc: 'Dabbling in social ecommerce, meta frameworks, and board games',
121130
links: [
122131
{ icon: 'github', link: 'https://github.com/aleclarson' },
123-
{ icon: 'twitter', link: 'https://twitter.com/retropragma' },
132+
{ icon: 'x', link: 'https://x.com/retropragma' },
133+
{
134+
icon: 'bluesky',
135+
link: 'https://bsky.app/profile/retropragma.bsky.social',
136+
},
124137
],
125138
},
126139
{
@@ -130,7 +143,7 @@ export const emeriti = [
130143
desc: 'Frontend. Vite team member.',
131144
links: [
132145
{ icon: 'github', link: 'https://github.com/poyoho' },
133-
{ icon: 'twitter', link: 'https://twitter.com/yoho_po' },
146+
{ icon: 'x', link: 'https://x.com/yoho_po' },
134147
],
135148
},
136149
{
@@ -140,7 +153,7 @@ export const emeriti = [
140153
desc: 'Web Developer. Vue & Vite team member',
141154
links: [
142155
{ icon: 'github', link: 'https://github.com/ygj6' },
143-
{ icon: 'twitter', link: 'https://twitter.com/ygj_66' },
156+
{ icon: 'x', link: 'https://x.com/ygj_66' },
144157
],
145158
},
146159
{
@@ -151,7 +164,8 @@ export const emeriti = [
151164
desc: 'weeb/javascript lover.',
152165
links: [
153166
{ icon: 'github', link: 'https://github.com/Niputi' },
154-
{ icon: 'twitter', link: 'https://twitter.com/Niputi_' },
167+
{ icon: 'x', link: 'https://x.com/Niputi_' },
168+
{ icon: 'bluesky', link: 'https://bsky.app/profile/niputi.bsky.social' },
155169
],
156170
},
157171
{
@@ -164,7 +178,10 @@ export const emeriti = [
164178
avatar: 'https://github.com/GrygrFlzr.png',
165179
name: 'GrygrFlzr',
166180
title: 'Developer',
167-
links: [{ icon: 'github', link: 'https://github.com/GrygrFlzr' }],
181+
links: [
182+
{ icon: 'github', link: 'https://github.com/GrygrFlzr' },
183+
{ icon: 'bluesky', link: 'https://bsky.app/profile/bsky.cybeast.dev' },
184+
],
168185
},
169186
{
170187
avatar: 'https://github.com/nihalgonsalves.png',
@@ -193,8 +210,9 @@ export const emeriti = [
193210
desc: 'Vue/Vite team member. Full-time open sourcerer.',
194211
links: [
195212
{ icon: 'github', link: 'https://github.com/sodatea' },
196-
{ icon: 'twitter', link: 'https://twitter.com/haoqunjiang' },
213+
{ icon: 'x', link: 'https://x.com/haoqunjiang' },
197214
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@haoqun' },
215+
{ icon: 'bluesky', link: 'https://bsky.app/profile/haoqun.dev' },
198216
],
199217
sponsor: 'https://github.com/sponsors/sodatea',
200218
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"textlint-filter-rule-comments": "^1.2.2",
2121
"textlint-rule-preset-vuejs-jp": "git+https://github.com/vuejs-jp/textlint-rule-preset-vuejs-jp.git",
2222
"vite": "^5.4.10",
23-
"vitepress": "1.4.5",
23+
"vitepress": "1.5.0",
2424
"vitepress-plugin-group-icons": "^1.3.0",
2525
"vue": "^3.5.12",
2626
"yorkie": "^2.0.0"

pnpm-lock.yaml

Lines changed: 13 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)