File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed
Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 1+ # TODO
2+
3+ ## Buy Me a Coffee 설정
4+
5+ ### 1. 계정 생성
6+ - [ ] https://buymeacoffee.com 가입
7+ - [ ] 프로필 설정 (사진, 소개글)
8+ - [ ] 결제 정보 연결 (Stripe)
9+
10+ ### 2. 블로그 연동
11+ - [ ] Buy Me a Coffee username 확정
12+ - [ ] Footer에 버튼 추가 (` src/components/Footer.astro ` )
13+ - [ ] (선택) 블로그 포스트 하단에 위젯 추가
14+
15+ ### 3. 위젯 코드 예시
16+ ``` html
17+ <a href =" https://www.buymeacoffee.com/YOUR_USERNAME" target =" _blank" >
18+ <img src =" https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"
19+ alt =" Buy Me A Coffee"
20+ style =" height : 40px ;" >
21+ </a >
22+ ```
23+
24+ ---
25+
26+ ## 기타 TODO
27+
28+ ### GitHub Secrets 설정
29+ - [ ] ` OPENAI_API_KEY ` 추가 (번역 워크플로우용)
30+ - [ ] (선택) ` TRANSLATION_MODEL ` 변수 설정 (기본값: gpt-4.1-mini)
Original file line number Diff line number Diff line change 66 "dev" : " astro dev" ,
77 "build" : " astro build && npx pagefind --site dist" ,
88 "preview" : " astro preview" ,
9- "postbuild" : " pagefind --site dist" ,
109 "astro" : " astro"
1110 },
1211 "dependencies" : {
You can’t perform that action at this time.
0 commit comments