Skip to content

chambaz/chambaz.tech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chambaz.tech

Personal portfolio and writing site built with Next.js App Router, TypeScript, MDX, and Tailwind CSS.

Stack

  • Next.js 16
  • React 19
  • TypeScript
  • Tailwind CSS v4 alpha
  • MDX via next-mdx-remote
  • @paper-design/shaders-react for the animated background

Local Development

pnpm dev

Open http://localhost:3000.

Production Build

pnpm build
pnpm start

Content

  • Blog posts live in app/writing/posts/*.mdx
  • Blog images live in public/img/blog/
  • Blog videos live in public/video/blog/

Environment

Create .env.local with:

NEXT_PUBLIC_BASE_URL=https://www.chambaz.tech

If unset locally, the app falls back to https://www.chambaz.tech for metadata, sitemap, and RSS generation.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors