Skip to content

Conversation

@kickbelldev
Copy link
Owner

Summary

  • CI 워크플로우 추가: 코드 품질 검사, 타입 체크, 빌드 테스트
  • Deploy 워크플로우 추가: GitHub Pages 자동 배포 설정
  • 최신 액션 버전으로 구성 (pnpm v4, Node.js 20)

Test plan

  • GitHub Actions 워크플로우가 정상 실행되는지 확인
  • CI 체크가 통과하는지 확인
  • GitHub Pages 배포가 성공하는지 확인

🤖 Generated with Claude Code

kickbelldev and others added 9 commits July 14, 2025 16:26
향후 Claude Code 인스턴스를 위한 개발 가이드 문서 추가
- 프로젝트 아키텍처 및 핵심 기술 스택 정보
- 개발 명령어 및 코드 품질 도구 설정 안내

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
- gray-matter: MDX 프론트매터 파싱을 위한 라이브러리
- @tailwindcss/typography: 블로그 포스트 스타일링을 위한 Tailwind 플러그인
- dev 스크립트에서 --turbopack 옵션 제거

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
- src/api/posts.ts: MDX 파일 읽기 및 파싱 API
- src/app/blog/[slug]/: 동적 블로그 포스트 페이지
- src/app/about/: About 페이지 추가
- src/app/not-found.tsx: 404 페이지 추가
- src/contents/: MDX 블로그 포스트 예시 파일들

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
- MDX 파일 확장자를 .mdx로 제한 (.md 제거)
- 더 명확한 MDX 파일 처리를 위한 설정 개선

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
- Biome 스키마 버전 2.1.1로 업데이트
- VSCode Biome 확장 설정 개선 (quickfix.biome → source.fixAll.biome)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
- components.json: shadcn/ui 경로 구조를 app 디렉토리 기반으로 변경
- tsconfig.json: @/app/* 경로 별칭 추가

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
- 홈페이지 링크를 새로운 about, blog 페이지로 변경
- globals.css에서 불필요한 테마 변수 및 스타일 제거
- mdx-test 디렉토리 및 파일 삭제

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
- CI 워크플로우: 코드 품질 검사 및 빌드 테스트
- Deploy 워크플로우: GitHub Pages 자동 배포
- pnpm, Node.js 20, 최신 액션 버전 사용

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
package.json에서 packageManager로 버전 관리되므로
워크플로우에서 명시적 버전 설정 불필요

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@kickbelldev kickbelldev merged commit f95368a into main Jul 14, 2025
2 checks passed
@kickbelldev kickbelldev deleted the feat/github-actions-setup branch July 14, 2025 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants