Personal website and blog built with Astro.
- Create a new
.mdfile insrc/content/blog/ - Add frontmatter:
--- title: "Your Post Title" description: "Brief description of the post" pubDate: 2026-02-06 ---
- Write your post in Markdown
git pushto deploy
npm install
npm run devPushes to main branch automatically deploy via GitHub Actions.