Mark Lubin

← Back

Hello World

February 5, 2026

This is the first post on my new blog. The site is built as plain HTML and CSS, served by a Cloudflare Worker across multiple domains.

There's no build step, no JavaScript framework, no static site generator. Just files. New posts are HTML files in the posts/ directory. Push to main and it deploys.

Why plain HTML?

It's fast, it's simple, and it will work forever. There are no dependencies to break, no toolchains to maintain. The entire site loads in a single request per page.

More posts to come.