This repo is what I use to power my personal site
It uses Notion as a CMS, fetching content from Notion and then uses Next.js and react-notion-x to render everything.
The site is then deployed to Vercel.
All config is defined in site.config.js.
- Fork / clone this repo
- Change a few values in site.config.js
npm install
npm run dev
to test locallynpm run deploy
to deploy to vercel 💪