Skip to content
cfd-lab:~/en/posts/hello-blog● online
NOTE #001DAY TUE 유체역학DATE 2026.03.03READ 1 min readWORDS 46#Next.js#Contentlayer#MDX#LaTeX

Starting a Blog with Contentlayer & LaTeX

A guide to building a technical blog with Next.js 16 and Contentlayer

Hello!#

This blog is built with Next.js and Contentlayer.

Math test (LaTeX)#

Inline math: E=mc2E = mc^2

Block math:

abf(x)dx=F(b)F(a)\int_{a}^{b} f(x) \, dx = F(b) - F(a)

Code test#

const HelloWorld = () => {
  return <h1>Hello, World!</h1>
}

Share if you found it helpful.