feat: OG image, sitemap update, Neo-Slasher, design polish

- Add OG image for social sharing (og:image meta tags)
- Update sitemap data: add Hongik, update descriptions/names
- Add Neo-Slasher project (2D roguelike, ExP game dev club)
- Add Unity client mention to One of the Plans
- Footer border-top, responsive hero photo sizing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-23 01:57:37 +09:00
parent 085ea59658
commit c2fd7a8a41
6 changed files with 26 additions and 4 deletions

View File

@@ -1,17 +1,22 @@
const sites = {
projects: [
{ name: "Blog", url: "https://blog.tolelom.xyz", icon: "📝", description: "개인 블로그" },
{ name: "One of the Plans", url: "https://a301.tolelom.xyz", icon: "🎮", description: "MMORPG Unity 게임" },
{ name: "Hongik", url: "https://hongik.tolelom.xyz", icon: "🔤", description: "한글 프로그래밍 언어 플레이그라운드",
subLinks: [
{ label: "문서", url: "https://hongik.docs.tolelom.xyz" }
]
},
{ name: "One of the Plans", url: "https://a301.tolelom.xyz", icon: "🎮", description: "블록체인 연동 게임 플랫폼" },
{
name: "No-ill",
url: "https://no-ill.tolelom.xyz",
icon: "🏥",
description: "노인 낙상감지 · 외로움방지",
description: "독거노인 낙상 감지 · 케어 서비스",
subLinks: [
{ label: "보호자 앱", url: "https://no-ill-app.tolelom.xyz" }
]
},
{ name: "SION", url: "https://sion.tolelom.xyz", icon: "🚗", description: "Jetson 자율주행 모니터링" }
{ name: "SION", url: "https://sion.tolelom.xyz", icon: "🚗", description: "AGV 실시간 경로 제어 · 모니터링" }
],
infra: [
{ name: "Git", url: "https://git.tolelom.xyz", icon: "🗃️", description: "셀프호스팅 Git" },