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>
}Share if you found it helpful.