Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,9 @@ export default defineConfig({
},

socialLinks: [
{ icon: 'bluesky', link: 'https://bsky.app/profile/vite.dev' },
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@vite' },
{ icon: 'twitter', link: 'https://twitter.com/vite_js' },
{ icon: 'x', link: 'https://x.com/vite_js' },
{ icon: 'discord', link: 'https://chat.vite.dev' },
{ icon: 'github', link: 'https://github.com/vitejs/vite' },
],
Expand Down Expand Up @@ -185,13 +186,17 @@ export default defineConfig({
{ text: 'リリース', link: '/releases' },
{
items: [
{
text: 'Bluesky',
link: 'https://bsky.app/profile/vite.dev',
},
{
text: 'Mastodon',
link: 'https://elk.zone/m.webtoo.ls/@vite',
},
{
text: 'Twitter',
link: 'https://twitter.com/vite_js',
text: 'X',
link: 'https://x.com/vite_js',
},
{
text: 'Discord Chat',
Expand Down
46 changes: 32 additions & 14 deletions _data/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ export const core = [
desc: 'Independent open source developer, creator of Vue.js and Vite.',
links: [
{ icon: 'github', link: 'https://github.com/yyx990803' },
{ icon: 'twitter', link: 'https://twitter.com/youyuxi' },
{ icon: 'x', link: 'https://x.com/youyuxi' },
{ icon: 'bluesky', link: 'https://bsky.app/profile/evanyou.me' },
],
sponsor: 'https://github.com/sponsors/yyx990803',
},
Expand All @@ -21,8 +22,9 @@ export const core = [
desc: 'Core team member of Vite. Team member of Vue.',
links: [
{ icon: 'github', link: 'https://github.com/patak-dev' },
{ icon: 'twitter', link: 'https://twitter.com/patak_dev' },
{ icon: 'x', link: 'https://x.com/patak_dev' },
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@patak' },
{ icon: 'bluesky', link: 'https://bsky.app/profile/patak.dev' },
],
sponsor: 'https://github.com/sponsors/patak-dev',
},
Expand All @@ -35,8 +37,9 @@ export const core = [
desc: 'Core team member of Vite & Vue. Working at NuxtLabs.',
links: [
{ icon: 'github', link: 'https://github.com/antfu' },
{ icon: 'twitter', link: 'https://twitter.com/antfu7' },
{ icon: 'x', link: 'https://x.com/antfu7' },
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@antfu' },
{ icon: 'bluesky', link: 'https://bsky.app/profile/antfu.me' },
],
sponsor: 'https://github.com/sponsors/antfu',
},
Expand All @@ -46,9 +49,10 @@ export const core = [
title: 'Open Source Developer',
desc: 'Astro core residency. Svelte and Vite core team member.',
links: [
{ icon: 'github', link: 'https://github.com/bluwy' },
{ icon: 'x', link: 'https://x.com/bluwy' },
{ icon: 'twitter', link: 'https://twitter.com/bluwyoo' },
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@bluwy' },
{ icon: 'bluesky', link: 'https://bsky.app/profile/bluwy.me' },
],
sponsor: 'https://bjornlu.com/sponsor',
},
Expand All @@ -59,7 +63,7 @@ export const core = [
desc: 'Vite core team member. Call me sapphi or green or midori ;)',
links: [
{ icon: 'github', link: 'https://github.com/sapphi-red' },
{ icon: 'twitter', link: 'https://twitter.com/sapphi_red' },
{ icon: 'x', link: 'https://x.com/sapphi_red' },
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@sapphi_red' },
],
sponsor: 'https://github.com/sponsors/sapphi-red',
Expand All @@ -71,8 +75,12 @@ export const core = [
desc: 'Passionate by tooling around TypeScript and React.',
links: [
{ icon: 'github', link: 'https://github.com/ArnaudBarre' },
{ icon: 'twitter', link: 'https://twitter.com/_ArnaudBarre' },
{ icon: 'x', link: 'https://x.com/_ArnaudBarre' },
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@ArnaudBarre' },
{
icon: 'bluesky',
link: 'https://bsky.app/profile/arnaud-barre.bsky.social',
},
],
sponsor: 'https://github.com/sponsors/ArnaudBarre',
},
Expand All @@ -94,8 +102,9 @@ export const core = [
desc: 'An open source fullstack developer',
links: [
{ icon: 'github', link: 'https://github.com/sheremet-va' },
{ icon: 'x', link: 'https://x.com/sheremet_va' },
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@sheremet_va' },
{ icon: 'twitter', link: 'https://twitter.com/sheremet_va' },
{ icon: 'bluesky', link: 'https://bsky.app/profile/erus.dev' },
],
sponsor: 'https://github.com/sponsors/sheremet-va',
},
Expand All @@ -106,7 +115,7 @@ export const core = [
desc: 'Open source enthusiast',
links: [
{ icon: 'github', link: 'https://github.com/hi-ogawa' },
{ icon: 'twitter', link: 'https://twitter.com/hiroshi_18181' },
{ icon: 'x', link: 'https://x.com/hiroshi_18181' },
],
sponsor: 'https://github.com/sponsors/hi-ogawa',
},
Expand All @@ -120,7 +129,11 @@ export const emeriti = [
desc: 'Dabbling in social ecommerce, meta frameworks, and board games',
links: [
{ icon: 'github', link: 'https://github.com/aleclarson' },
{ icon: 'twitter', link: 'https://twitter.com/retropragma' },
{ icon: 'x', link: 'https://x.com/retropragma' },
{
icon: 'bluesky',
link: 'https://bsky.app/profile/retropragma.bsky.social',
},
],
},
{
Expand All @@ -130,7 +143,7 @@ export const emeriti = [
desc: 'Frontend. Vite team member.',
links: [
{ icon: 'github', link: 'https://github.com/poyoho' },
{ icon: 'twitter', link: 'https://twitter.com/yoho_po' },
{ icon: 'x', link: 'https://x.com/yoho_po' },
],
},
{
Expand All @@ -140,7 +153,7 @@ export const emeriti = [
desc: 'Web Developer. Vue & Vite team member',
links: [
{ icon: 'github', link: 'https://github.com/ygj6' },
{ icon: 'twitter', link: 'https://twitter.com/ygj_66' },
{ icon: 'x', link: 'https://x.com/ygj_66' },
],
},
{
Expand All @@ -151,7 +164,8 @@ export const emeriti = [
desc: 'weeb/javascript lover.',
links: [
{ icon: 'github', link: 'https://github.com/Niputi' },
{ icon: 'twitter', link: 'https://twitter.com/Niputi_' },
{ icon: 'x', link: 'https://x.com/Niputi_' },
{ icon: 'bluesky', link: 'https://bsky.app/profile/niputi.bsky.social' },
],
},
{
Expand All @@ -164,7 +178,10 @@ export const emeriti = [
avatar: 'https://github.com/GrygrFlzr.png',
name: 'GrygrFlzr',
title: 'Developer',
links: [{ icon: 'github', link: 'https://github.com/GrygrFlzr' }],
links: [
{ icon: 'github', link: 'https://github.com/GrygrFlzr' },
{ icon: 'bluesky', link: 'https://bsky.app/profile/bsky.cybeast.dev' },
],
},
{
avatar: 'https://github.com/nihalgonsalves.png',
Expand Down Expand Up @@ -193,8 +210,9 @@ export const emeriti = [
desc: 'Vue/Vite team member. Full-time open sourcerer.',
links: [
{ icon: 'github', link: 'https://github.com/sodatea' },
{ icon: 'twitter', link: 'https://twitter.com/haoqunjiang' },
{ icon: 'x', link: 'https://x.com/haoqunjiang' },
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@haoqun' },
{ icon: 'bluesky', link: 'https://bsky.app/profile/haoqun.dev' },
],
sponsor: 'https://github.com/sponsors/sodatea',
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-preset-vuejs-jp": "git+https://github.com/vuejs-jp/textlint-rule-preset-vuejs-jp.git",
"vite": "^5.4.10",
"vitepress": "1.4.5",
"vitepress": "1.5.0",
"vitepress-plugin-group-icons": "^1.3.0",
"vue": "^3.5.12",
"yorkie": "^2.0.0"
Expand Down
18 changes: 13 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.