June 3, 2026안녕하세요, 세계이 블로그의 첫 번째 포스트입니다. 글쓰기 경험을 단순하게 유지하는 것이 목표입니다. Markdown으로 작성하고, 커밋하면 Next.js가 정적 페이지를 생성합니다. Markdown을 사용하는 이유 Markdown은 편집 작업을 콘텐츠에 가깝게 유지해 줍니다. 텍스트 편집기에서 읽기 쉽고 Git 히스토리와도 잘 어울립니...
June 3, 2026Hello WorldThis is the first post for the blog. The goal is to keep the writing experience simple: write Markdown, commit it, and let Next.js generate static pages. Why Markdown Markdown keep...
May 28, 2026Notes on Static BlogsA static blog is a good fit when the content changes less frequently than the readers access it. The build can do the expensive work once: parse Markdown, validate frontmatter, rem...