Skip to content

Hazetheai/portfolio-v2

This branch is 21 commits ahead of, 59 commits behind transitive-bullshit/nextjs-notion-starter-kit:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c1f5820 Β· Dec 5, 2024
Oct 14, 2022
Jan 29, 2021
Feb 6, 2023
Feb 6, 2023
Feb 6, 2023
Dec 5, 2024
Dec 13, 2022
Jan 15, 2021
Apr 7, 2022
Mar 23, 2022
Nov 7, 2021
Jan 15, 2021
Oct 15, 2022
Mar 26, 2022
Mar 23, 2022
Mar 23, 2022
Apr 3, 2022
Dec 5, 2024
Dec 14, 2022
Dec 5, 2024
Oct 15, 2022
Feb 6, 2023

Repository files navigation

My Dev Portfolio

Build Status Prettier Code Formatting

Based off of Travis Fischers Next.js Notion Starter Kit.

It uses Notion as a CMS, react-notion-x, Next.js, and Vercel.

Features

  • Setup only takes a few minutes (single config file) πŸ’ͺ
  • Robust support for Notion content via react-notion-x
  • Built using Next.js, TS, and React
  • Excellent page speeds
  • Smooth image previews
  • Automatic social images
  • Automatic pretty URLs
  • Automatic table of contents
  • Full support for dark mode
  • Quick search via CMD+K / CMD+P
  • Responsive for different devices
  • Optimized for Next.js and Vercel

Setup

All config is defined in site.config.ts.

This project requires a recent version of Node.js (we recommend >= 16).

  1. Fork / clone this repo from the main branch
  2. Change a few values in site.config.ts
  3. npm install
  4. npm run dev to test locally
  5. npm run deploy to deploy to vercel πŸ’ͺ

Configuration is as easy as possible β€” All you really need to do to get started is edit rootNotionPageId.

We recommend duplicating the default page as a starting point, but you can use any public notion page you want.

Make sure your root Notion page is public and then copy the link to your clipboard. Extract the last part of the URL that looks like 7875426197cf461698809def95960ebf, which is your page's Notion ID.

In order to find your Notion workspace ID (optional), just load any of your site's pages into your browser and open up the developer console. There will be a global variable that you can access called block which is the Notion data for the current page. If you enter block.space_id, it will print out your page's workspace ID.

About

My Notion-powered portfolio with Next.js and Vercel.

Resources

License

Stars

Watchers

Forks

Languages

  • TypeScript 75.1%
  • CSS 24.1%
  • JavaScript 0.8%