A Little Focus

Obligatory tech stack

Many developers have perfected their blogging framework. Written the most elegant code. Deployed an efficient hosting solution. Removed all the friction from the writing process. Only to find themselves with the sole remaining task of writing.

Here I am, in that situation.

I know some of what I want to write here:

Hopefully, a clear record helps me hold myself accountable for making progress. Hopefully, writing helps me learn all these things better. Hopefully, I will focus a little more this year.

I wrote a Python script to build this site from Markdown files. I wrote another script to generate a template Markdown file for new posts. ChatGPT wrote a script to add latency to requests so I can see how image loading looks. I wrote some Jinja templates. ChatGPT wrote some CSS. I fixed some CSS. ChatGPT wrote a minimal lightbox implementation.

I generate and commit the HTML to a git repo. Cloudflare Pages serves the static files. This method has worked for another site I recently built.