https://github.com/rittikbasu/website
My portfolio & blog built on Next.js using Notion as a CMS.
https://github.com/rittikbasu/website
blog hacktoberfest nextjs portfolio-website react supabase tailwindcss
Last synced: about 1 month ago
JSON representation
My portfolio & blog built on Next.js using Notion as a CMS.
- Host: GitHub
- URL: https://github.com/rittikbasu/website
- Owner: rittikbasu
- Created: 2022-09-20T20:36:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-18T17:27:50.000Z (3 months ago)
- Last Synced: 2026-03-19T06:59:18.638Z (3 months ago)
- Topics: blog, hacktoberfest, nextjs, portfolio-website, react, supabase, tailwindcss
- Language: JavaScript
- Homepage: https://rittik.io
- Size: 53.5 MB
- Stars: 28
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Digital Home of Rittik Basu

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