Personal website and Markdown blog built with Astro and deployed as static HTML to GitHub Pages.
src/: Astro pages, layouts, components, styles, and build utilitiescontent/posts/: Markdown post sources and local imagescontent/post-history/: committed post-version snapshotspublic/classic/: preserved original homepage from the early GitHub Pages days
npm ci
npm run dev
npm run check
npm run buildThe production build is written to dist/ and deployed by .github/workflows/deploy.yml.