My Personal Blog using Next.js, Contentlayer, TailwindCSS and Vercel

This is my personal blog, built with Next.js, Contentlayer and TailwindCSS. It is hosted on Vercel.

Getting Started

First, install the dependencies:

pnpm install

Then, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Writing Content

All content is written in Markdown and lives in the content directory. The content is structured in a way that makes sense for me, but you can change it to your liking.