A minimal, plain text blog — inspired by Paul Graham and Sam Altman.
Add a Markdown file to the posts/ directory with front matter:
---
title: "Your Post Title"
date: "2026-03-01"
---
Your post content here.Posts are sorted by date (newest first) and rendered at /posts/<filename>.
npm install
npm run devnpm run build
npm run start