/website

My portfolio & blog built on Next.js using Notion as a CMS.

Primary LanguageJavaScript

Digital Home of Rittik Basu

screenshot of the website

This website is made with Next.js + Tailwind CSS and deployed on Vercel

Features

  • Notion as a CMS for blog posts
  • Supabase to keep count of likes and views
  • Highlight.js for syntax highlighting
  • vercel/og to dynamically generate Open Graph images
  • vercel/analytics to track page views

Setup

  • git clone git@github.com:rittikbasu/website.git
  • cd website
  • npm install
  • npm run dev
  • visit http://localhost:3000