Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
The newsletter theme for Ghost
Edition is a free, open-source newsletter theme for Ghost that gives publishers a clean, typography-focused front end for sharing stories with their audience.
Edition is a Ghost theme built and maintained by the Ghost Foundation, designed specifically for newsletter-focused publications. It takes a standard Ghost site's content and renders it with a minimal reading layout; you upload the theme archive as a zip file through the Ghost admin's Design settings. The theme's demo is live at edition.ghost.io, and the full source is released under the MIT license.
Edition is aimed at independent writers, newsletter operators, and Ghost users who want a publication look without heavy customization work. Ghost site owners can install it in minutes to replace a default theme, while developers can fork the repository and use the Gulp/PostCSS pipeline to build a custom newsletter layout. Bloggers who publish on Ghost and email their posts to subscribers get a front end that matches that email-first workflow.
To install Edition, download the zip from the repository, log into your Ghost admin panel, and navigate to the Design settings area to upload the archive. For local development, you'll need Node, pnpm, and Gulp installed globally; then run pnpm install and pnpm dev to start building and watching CSS changes. The compiled output goes to dist/edition.zip when you run pnpm zip.
