First post. Getting the new site up and running on Eleventy.

The site is now running on Eleventy instead of Next.js. Way simpler for a personal site — no React, no API routes, just templates and markdown.

What changed

The old site fetched GitHub data client-side on every page load. The new one pulls it at build time and bakes it in. Faster, no loading spinners.

Styling is still the Monokai palette I've been using for years. Added some terminal flourishes — scanlines, phosphor glow, ──[ module headers ]──.

Writing here

I'll use this space for whatever I'm working on or thinking about. Probably a mix of:

  • Gamedev stuff (procedural generation, shaders, AI)
  • Electronics and hardware projects
  • Web things
  • Random notes

No schedule, no guarantees.