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.
Posts
Drupal vs WordPress for Large Publishing Operations
Both Drupal and WordPress power large publishing operations. The New York Post, The Economist, and Condé Nast have used WordPress at enterprise scale. The Economist, Reuters, and major government and academic publishers have built on Drupal. Saying one is categorically superior gets the question wrong — they represent different engineering philosophies that create different strengths and different friction points.
For a publishing organization evaluating both seriously, the decision turns on a handful of specific characteristics.
Posts
Email Deliverability Basics for Newsletter Publishers
Email deliverability — whether your newsletter lands in the inbox or the spam folder — is determined by a combination of technical configuration, sending behavior, and list hygiene. Publishers who manage their own email infrastructure need to understand all three. Those on managed platforms (Beehiiv, Ghost, ConvertKit) benefit from the platform’s sender reputation, but some configuration and list hygiene practices remain their responsibility regardless.
The Technical Foundation: SPF, DKIM, and DMARC These three DNS-based standards authenticate your email and tell receiving mail servers that messages from your domain are legitimate.
Posts
Getting Started with Drupal for Publishing Organizations
Drupal occupies a specific and durable niche in the publishing world. It is not the easiest CMS to get started with, and it is not trying to be. What it offers is a structured, extensible content management framework that scales to genuinely complex editorial operations — the kind where content types, taxonomies, workflows, and access control matter as much as the editing interface.
Major news organizations, government publishers, universities, and enterprise media companies run on Drupal.
Posts
Getting Started with Eleventy for Publishers
Eleventy (11ty) is a JavaScript-based static site generator that has grown into one of the most flexible options in its category. Where Hugo makes strong structural decisions and asks you to work within them, Eleventy makes almost none — it is a set of tools for turning content into HTML, with minimal opinions about how your project should be organized.
That flexibility is genuinely powerful and genuinely requires more upfront decision-making.
Posts
Ghost vs WordPress: Which Platform Wins for Indie Publishers?
Ghost and WordPress serve overlapping audiences — independent publishers, bloggers, journalists, and small editorial operations — but they were built from different premises and pull in different directions. Choosing between them depends less on feature checklists and more on what kind of publishing operation you are running.
What Ghost Is Ghost is an open-source publishing platform built specifically for independent publishers. It launched in 2013 as a blogging-focused alternative to WordPress, then evolved significantly toward a combined publishing and membership platform.