Skip to content

jakebodea/personal-website

Repository files navigation

Personal Website

Personal website and blog built with Next.js App Router, deployed on Vercel.

Tech Stack

Development

bun install
bun run dev

Notion Integration

Quotes and blogs are fetched from Notion databases via the REST API. Content is cached and auto-refreshes hourly using Next.js ISR (revalidate: 3600).

The integration handles Notion's rich text formatting:

  • Converts literal \n and \t to actual newlines/tabs
  • Preserves formatting while extracting plain text
  • Creates markdown-style links for authors

Releases

No releases published

Packages

 
 
 

Contributors