de4:~/p/2026-09-10-hello$
#meta

hello

First post. This thing is a static site generator โ€” about 400 lines of Python that turns markdown files into flat HTML. No database, no admin panel, nothing running between nginx and the disk.

Writing a post:

blog new "some title"

That opens $EDITOR, and on save it rebuilds the site and commits to git. If I close the editor without writing anything, the file deletes itself.

Posts without a title are fine too โ€” blog new on its own gives a plain timestamped entry, which is the point of a microblog.