il3z

블로그를 시작합니다

첫 글입니다. 이 파일은 content/posts/hello-world.mdx에 있어요.

글 쓰는 법

content/posts/.mdx 파일을 추가하면 파일 이름이 URL이 됩니다 (/posts/파일이름).

필드필수설명
title글 제목
dateYYYY-MM-DD
description목록/OG에 쓰이는 요약
drafttrue면 프로덕션에서 숨김

코드 하이라이팅

hello.ts
export function hello(name: string) {
  return `안녕하세요, ${name}!`;
}
  • GFM 체크리스트
  • 취소선도 됩니다