Overview
This repo contains the full source for r7321.art, the static portfolio and progress site used for projects, updates, and public tool pages.
Structure
src/content/updatesstores update posts.src/content/projectsstores project pages.src/content/toolsstores tool pages.src/imagesstores site images and post media.src/_includesstores shared layouts.src/assetsstores the site's CSS and JavaScript.
Workflow
npm run devstarts local development.npm run buildprepares image metadata and builds the static site.
Notes
The site is built with 11ty and keeps the content layer markdown-driven so new updates, projects, and tools can be added without rebuilding the overall structure each time.