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:
Block math:
Code test#
const HelloWorld = () => {
return <h1>Hello, World!</h1>
}Related
Where the Ideal Gas Starts to Lie — Compressibility Factor Z and the van der Waals EquationReal gases through the compressibility factor, corresponding states, and the van der Waals loop
Jun 30, 2026·6 min read
Solving Wall Distance in O(N log N): Eikonal Equation and Fast MarchingAn efficient algorithm for calculating wall distance, an essential input for RANS turbulence models.Apr 22, 2026·6 min read
The Man Who Erased Pressure — Chorin's Projection Method and Fractional StepPredict an incompressible velocity, then project it back to divergence-freeJul 3, 2026·5 min read
Share if you found it helpful.