Posts
The Library as Argument: Inside the Rijksmuseum Research Library
The Rijksmuseum Research Library was not designed to be convenient. It was designed to be overwhelming. Four floors of floor-to-ceiling shelving rising on all sides of a central atrium, tens of thousands of volumes visible at once, the ironwork galleries and spiral staircases carrying the eye upward and outward until the scale of accumulated knowledge becomes the first and most insistent thing the room communicates. Two researchers sit at a lit table on the ground floor, reduced to near-insignificance by the architecture around them.
Posts
The Novel After the Internet: What Changed and What Did Not
Every decade produces a version of the claim that the novel is dying. The novel has survived the claim every time, though not always in the same form. The internet posed a different kind of challenge from television or cinema or the paperback — not competition for leisure time so much as a transformation of the cognitive environment in which novels are written and read. Whether that transformation has produced a new kind of fiction, or merely confirmed that serious literary form is more durable than its critics assumed, is a question still being worked out.
Posts
The Page as Object: What Illuminated Manuscripts Were Actually For
The illuminated manuscript is easy to misread as luxury. The floral borders, the painted miniatures, the red rubrication that punctuates columns of dense black script — these look, to modern eyes, like ornament. Like excess. The assumption is that the decoration exists to display wealth, and that the text is the real content while the image is the frame around it. Both assumptions are wrong.
The border was not decoration in the sense of being separable from the content.
Posts
The Photo Essay Is Gone. Here Is What We Lost.
The photo essay was a form. It had a grammar. A sequence of images, usually between eight and twenty, selected and ordered to carry a narrative or make an argument that no single photograph could sustain alone. It appeared in Life, Look, Paris Match, and later in the serious newspaper supplement magazines that proliferated through the 1980s and 1990s. It required an editor who understood sequencing, a photographer who thought in arcs rather than moments, and a reader who would sit with it for ten or fifteen minutes.
Posts
What Susan Sontag Got Right About Photography, and What She Missed
On Photography was published in 1977 and has not been out of print since. That fact alone suggests Sontag was doing something more than journalism. She was building a framework, and frameworks built well outlast the specific occasions that prompted them. Fifty years on, the book reads as both essential and incomplete — which is a more interesting verdict than either pure endorsement or dismissal.
What Sontag got right was the fundamental argument about photography’s relationship to reality.
Posts
Advanced Custom Fields: Extending WordPress for Publishers
WordPress’s built-in content structure — title, body, categories, tags, featured image — covers the basics for most publishing use cases. When a publication needs richer, more structured content models — author bios with headshots and social links, event listings with dates and venues, product reviews with rating fields, press releases with distribution metadata — the standard fields run out quickly.
Advanced Custom Fields (ACF) is the plugin that WordPress publishers reach for to extend that content model.
Posts
Building a Paid Membership Site: Platform Options for Independent Publishers
Paid memberships have become the dominant independent publishing business model. The newsletter-plus-paywall combination pioneered by platforms like Substack has proven that readers will pay directly for content they value, without advertising as the intermediary. Building that infrastructure yourself — rather than through a platform that takes a cut and mediates your reader relationships — is achievable for publishers willing to navigate the setup.
This is a practical overview of the main approaches, what they require, and who they suit.
Posts
Building an Owned Audience: Email and Beyond
The phrase “owned audience” appears often in publishing strategy conversations without always being defined clearly. It refers to an audience relationship that you hold directly — one where you can reach your readers without paying a platform, depending on an algorithm, or risking an account action. Email is the canonical example. RSS is another. Your own website with returning visitors is a third.
Contrast this with a social media following: technically large, functionally rented.
Posts
Contentful for Publishing Teams: A Practical Overview
Contentful is one of the oldest and most established headless CMS platforms. Launched in 2013, it pioneered the API-first CMS model that the broader industry has since adopted. It is a mature, well-documented platform with a large ecosystem of integrations, a capable editorial interface, and a content delivery infrastructure built for scale.
For publishing teams evaluating headless CMS options, Contentful warrants serious consideration — with a clear-eyed understanding of where it excels and where its costs and complexity create friction.
Posts
Deploying Hugo to Cloudflare Pages with GitHub Actions
Cloudflare Pages is one of the best hosting targets for Hugo sites. It is fast, globally distributed, free for most publishing workloads, and integrates cleanly with GitHub repositories. You can deploy directly through Cloudflare’s built-in Git integration — or through a GitHub Actions workflow for more control over the build process. This guide covers both approaches and when to choose each.
Option 1: Cloudflare’s Direct Git Integration The simplest path requires no GitHub Actions configuration.