About This Site

This static site was built with Astro as part of CSE 134B HW4 Part 5. The goal is to practice static site generation, layouts, and reusable components while keeping JavaScript usage minimal.

All pages share a single layout, and the notes are rendered from markdown files that use the same layout. This shows how Astro can quickly render many content pages without heavy client-side JavaScript.