/Personal-Website

Deploy your own Notion-powered website in minutes with Next.js and Vercel.

Primary LanguageTypeScriptMIT LicenseMIT

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 💪