Personal portfolio and technical publication built with Astro and deployed on GitHub Pages.
Live site: https://praneeth16.github.io
Add a Markdown file to src/content/writing/. Use one of three formats:
essayfor long-form technical writingnotefor short research findingsworkshopfor session notes and teaching material
Start with this frontmatter:
---
title: "Your title"
description: "A concise summary for the archive and search."
publishedAt: 2026-07-10
kind: essay
tags: [agents, evaluation]
featured: false
readingMinutes: 8
draft: true
---Set draft: false when the post is ready. Every push to main rebuilds and publishes the site.
npm install
npm run devUse npm run build before publishing.