Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 547 Bytes

readme.md

File metadata and controls

16 lines (9 loc) · 547 Bytes

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.

  1. Fork / clone this repo
  2. Change a few values in site.config.js
  3. npm install
  4. npm run dev to test locally
  5. npm run deploy to deploy to vercel 💪