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
1 change: 1 addition & 0 deletions contents/projects/coursemate/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ favicon: ./favicon.avif

social:
github: https://github.com/ut-code/coursemate
twitter: https://x.com/course_mate
---

CourseMate は、同じ授業の友達をつくることができるアプリです。
Expand Down
1 change: 1 addition & 0 deletions contents/projects/nikochan/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ thumbnail:
social:
github: https://github.com/na-trium-144/falling-nikochan
youtube: https://www.youtube.com/@nikochan144
twitter: https://x.com/nikochan144
---

## 概要
Expand Down
Binary file modified contents/projects/nikochan/thumbnail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion contents/projects/syllabus/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ app:
platform: [web]
domain: [tool] # バックエンドついたら app になる

order: 3
order: 2
date: 2023-10-02
kind: long-term
status: stable
Expand Down
2 changes: 1 addition & 1 deletion contents/projects/touhoubeat/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ thumbnail:
src: ./thumbnail.png

social:
website: https://th-beat.net/
twitter: https://x.com/touhou_beat
---

## 概要
Expand Down
1 change: 0 additions & 1 deletion contents/projects/ut-bridge/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ app:
platform: [web]
domain: [app]

order: 2
date: 2025-04-01
kind: long-term
status: released
Expand Down
5 changes: 5 additions & 0 deletions src/pages/projects/[...id].astro
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ if (project.data.status !== "dead") {
icon: "feather:github",
label: "GitHub",
},
{
href: project.data.social?.twitter,
icon: "flowbite:x-solid",
label: "X (旧 Twitter)",
},
{
href: project.data.social?.youtube,
icon: "feather:youtube",
Expand Down
Loading