Skip to content

Commit dfeb227

Browse files
authored
常設プロジェクトの順番変更、Xリンク追加など (#337)
1 parent cf21213 commit dfeb227

File tree

7 files changed

+9
-3
lines changed

7 files changed

+9
-3
lines changed

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
## 概要
-93.1 KB
Loading

contents/projects/syllabus/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ app:
66
platform: [web]
77
domain: [tool] # バックエンドついたら app になる
88

9-
order: 3
9+
order: 2
1010
date: 2023-10-02
1111
kind: long-term
1212
status: stable

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
## 概要

contents/projects/ut-bridge/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ app:
66
platform: [web]
77
domain: [app]
88

9-
order: 2
109
date: 2025-04-01
1110
kind: long-term
1211
status: released

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)