Personal site and blog built with React, Vite, TypeScript, and Markdown content.
npm install
npm run devnpm run buildThe build writes static files to dist.
Add Markdown files to src/content/posts. Required front matter:
---
title: Post Title
description: One sentence summary.
date: 2026-06-05
tags:
- engineering
---The filename becomes the post slug.