Documentation
Blog
Static markdown posts are rendered via the content layer inside `src/content/blog`.
Content pipeline
Each `.md` file is parsed and displayed through the blog route. Drop new posts into `src/content/blog` and they appear automatically.
Relevant files
src/app/blog/page.tsx— Blog routesrc/content/blog— Blog content