File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ favicon: ./favicon.avif
1717
1818social :
1919 github : https://github.com/ut-code/coursemate
20+ twitter : https://x.com/course_mate
2021---
2122
2223CourseMate は、同じ授業の友達をつくることができるアプリです。
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ thumbnail:
1717social :
1818 github : https://github.com/na-trium-144/falling-nikochan
1919 youtube : https://www.youtube.com/@nikochan144
20+ twitter : https://x.com/nikochan144
2021---
2122
2223## 概要
Original file line number Diff line number Diff line change 66 platform : [web]
77 domain : [tool] # バックエンドついたら app になる
88
9- order : 3
9+ order : 2
1010date : 2023-10-02
1111kind : long-term
1212status : stable
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ thumbnail:
1515 src : ./thumbnail.png
1616
1717social :
18- website : https://th-beat.net/
18+ twitter : https://x.com/touhou_beat
1919---
2020
2121## 概要
Original file line number Diff line number Diff line change 66 platform : [web]
77 domain : [app]
88
9- order : 2
109date : 2025-04-01
1110kind : long-term
1211status : released
Original file line number Diff line number Diff line change @@ -87,6 +87,11 @@ if (project.data.status !== "dead") {
8787 icon: " feather:github" ,
8888 label: " GitHub" ,
8989 },
90+ {
91+ href: project .data .social ?.twitter ,
92+ icon: " flowbite:x-solid" ,
93+ label: " X (旧 Twitter)" ,
94+ },
9095 {
9196 href: project .data .social ?.youtube ,
9297 icon: " feather:youtube" ,
You can’t perform that action at this time.
0 commit comments