How I made this site and how I used AI
How this site is designed, built and how I used AI.
I made this
I designed this site and hand coded it. I used Claude to help me sort information and and suggest ways to structure information. All the decisions and final content drafts are entirely my own.
How it is built
The stack
- Eleventy generates the site, with Nunjucks for the templates. Pages are plain HTML with a little front matter at the top to serve templated areas.
- PostCSS compiles the styles, minimal and hand written.
- An older version of the Co-op Foundations provide the grid, the spacing scale and a modified type scale. Given I wrote it - that feels okay.
- Poppins for type, sized with
clamp()so it scales with the viewport rather than stepping at breakpoints.
No JavaScript, just HTML and CSS.
Getting it online
The whole thing lives in git. I push to the main branch and Netlify builds and deploys it. That is the entire release process, and it takes about 30 seconds.
How I use AI
I used Claude to sort and sift. To get from a blank page to 'something' when trying to write about 20 of work is really hard (especially when you're say alone) and I found it helped me to surface good approaches I could use to shape my stories.
The final draft is always completely mine.
I use Claude Code heavily in my work on Manchester's Finest, but not on this site. It's too small to waste the resources on, being mindful of when AI will help and when I'm just being lazy is an important distinction I try to make.