Skip to content

Commit ca27b97

Browse files
committed
twitterリンクを追加
1 parent 235f510 commit ca27b97

4 files changed

Lines changed: 8 additions & 1 deletion

File tree

contents/projects/coursemate/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ favicon: ./favicon.avif
1717

1818
social:
1919
github: https://github.com/ut-code/coursemate
20+
twitter: https://x.com/course_mate
2021
---
2122

2223
CourseMate は、同じ授業の友達をつくることができるアプリです。

contents/projects/nikochan/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ thumbnail:
1717
social:
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
## 概要

contents/projects/touhoubeat/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ thumbnail:
1515
src: ./thumbnail.png
1616

1717
social:
18-
website: https://th-beat.net/
18+
twitter: https://x.com/touhou_beat
1919
---
2020

2121
## 概要

src/pages/projects/[...id].astro

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)