diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-12-21 17:31:27 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-12-21 17:31:27 -0800 |
| commit | e19f06c1caf2ba57bbed09a212bb49ba97a815dd (patch) | |
| tree | 5599e569cb7facdf341e43f4e3b61d5944bdf362 | |
| parent | 1123e62bc90a6f4ead898363029a64c1101a7330 (diff) | |
add: moekyun-social
| -rw-r--r-- | src/data/user.json | 74 |
1 files changed, 40 insertions, 34 deletions
diff --git a/src/data/user.json b/src/data/user.json index e42d503..0385003 100644 --- a/src/data/user.json +++ b/src/data/user.json @@ -1,36 +1,42 @@ { - "name": "moekyun.me", - "profession": "providing only the most moe of web services", - "links": [ - { - "url": "https://patchwork.moekyun.me", - "icon": "video-line", - "title": "Patchwork Archive", - "description": "An ongoing archival effort of songs and covers created by VTubers Preserving rhythm, one video at a time" - }, - { - "url": "https://patchwork.moekyun.me", - "icon": "music-2-line", - "title": "Patchwork Radio", - "description": "A (usually) 24/7 internet radio stream of VTubers songs and covers, forever free and without Ads" - }, - { - "url": "https://link.moekyun.me", - "icon": "link", - "title": "Moekyun Link Shortener", - "description": "Make your links a whole lot cuter (and more fun)" - }, - { - "url": "https://karaoke.moekyun.me", - "icon": "mic-line", - "title": "Moekyun Karaoke", - "description": "A karaoke player that can play back lyric (LRC) files in sync with video and backing audio. Also supports YouTube Timed Text. More to come!" - }, - { - "url": "https://github.com/pinapelz/vtuber-captcha", - "icon": "robot-line", - "title": "VTuber Captcha", - "description": "A bring your own user interface CAPTCHA service to test if users are true VTuber fans" - } - ] + "name": "moekyun.me", + "profession": "providing only the most moe of web services", + "links": [ + { + "url": "https://patchwork.moekyun.me", + "icon": "video-line", + "title": "Patchwork Archive", + "description": "An ongoing archival effort of songs and covers created by VTubers Preserving rhythm, one video at a time" + }, + { + "url": "https://patchwork.moekyun.me", + "icon": "music-2-line", + "title": "Patchwork Radio", + "description": "A (usually) 24/7 internet radio stream of VTubers songs and covers, forever free and without Ads" + }, + { + "url": "https://social.moekyun.me", + "icon": "fediverse-fill", + "title": "Moekyun Social", + "description": "A general Sharkey (Misskey fork) instance for anything you want to share with the world. Invite-only ask if you're cool" + }, + { + "url": "https://link.moekyun.me", + "icon": "link", + "title": "Moekyun Link Shortener", + "description": "Make your links a whole lot cuter (and more fun)" + }, + { + "url": "https://karaoke.moekyun.me", + "icon": "mic-line", + "title": "Moekyun Karaoke", + "description": "A karaoke player that can play back lyric (LRC) files in sync with video and backing audio. Also supports YouTube Timed Text. More to come!" + }, + { + "url": "https://github.com/pinapelz/vtuber-captcha", + "icon": "robot-line", + "title": "VTuber Captcha", + "description": "A bring your own user interface CAPTCHA service to test if users are true VTuber fans" + } + ] } |
