Astro 블로그 시작하기
시작하기
이 블로그는 Astro의 Content Collections를 사용합니다.
새 글 작성
src/content/blog/폴더에 새.md파일 생성- frontmatter에 제목, 설명, 날짜 추가:
---
title: '글 제목'
description: '글 설명'
pubDate: 2025-03-21
---
- 본문 작성 후 저장!
배포
GitHub에 push하면 Vercel이 자동으로 배포합니다.
이 블로그는 Astro의 Content Collections를 사용합니다.
src/content/blog/ 폴더에 새 .md 파일 생성---
title: '글 제목'
description: '글 설명'
pubDate: 2025-03-21
---
GitHub에 push하면 Vercel이 자동으로 배포합니다.