Personal portfolio and blog. Built with Astro, deployed on Vercel.
bun install
bun run devAdd a Markdown file to src/data/writing/:
---
title: "Post title"
description: "Short description"
date: 2026-03-14
---
Post content here.Set draft: true in the frontmatter to keep a post unpublished.