Welcome to the club
Jul 04, 2026
This is the Club Not Cult blog — process notes, behind-the-scenes from shoots, and the occasional strong opinion about film, design, and sound.
More soon.
How to post (note to self — delete this section or the whole post)
Create a new file in the posts/ folder ending in .md. The filename
becomes the URL: my-new-post.md → clubnotcult.com/blog/my-new-post.
Start the file with the metadata block:
---
title: My new post
date: 2026-08-01
excerpt: Optional one-liner for the blog index.
cover: optional-cover.jpg
draft: true
---
Everything below the second --- is the post, in normal markdown.
cover images go in public/blog/. Setting draft: true hides a
post until you remove the line. Commit, and it's live in a minute.