This is my personal blog, feel free to use it as a template for your own just like I did.
- Clone the repository
- Run
npm install - Run
npm run dev
- Create a new .mdx file in the
app/blog/postsfolder - Add the post metadata at the top of the file
- Add the post content in the file
- Run
npm run dev/Publish your changes to vercel
---
title: "<title>"
publishedAt: "<date>"
summary: "<summary>"
tags: "<tags as comma separated values>"
---
<content>