Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A classic theme for Ghost
Casper is a classic, open-source theme for the Ghost publishing platform, originally the default theme, built with Handlebars templates and PostCSS.
Casper is a classic, open-source theme for the Ghost publishing platform, originally serving as the default theme for every new Ghost site. It takes Ghost's structured content — posts, pages, tags, and authors — and renders it into a clean, typography-focused blog layout using the Handlebars templating language. The theme is developed and maintained by the Ghost Foundation and is currently on its latest development version, with the default theme role having been passed to Source.
default.hbs, index.hbs, post.hbs, page.hbs, tag.hbs, and author.hbs.page-about.hbs for an /about/ page or tag-news.hbs for a tag archive./partials/icons and can be included with a simple helper.page-about.hbs or tag-news.hbs to give specific sections a unique layout.For development, clone the repo, run pnpm install, then pnpm dev to compile CSS from /assets/css to /assets/built automatically. The zip Gulp task packages the theme into a dist zip file you can upload to a Ghost site. Versioning is handled with pnpm version, then pnpm ship to draft a release.
Casper is free and open-source under the MIT license.
Yes, Casper is open-source and released under the MIT license, so you can use and modify it at no cost.
You can grab the latest release from the releases page or clone the repository and zip it using pnpm zip. Then upload the zip file in Ghost's theme settings.
Yes, you can create custom templates by adding the slug to a template file name, such as page-about.hbs for an /about/ page or tag-news.hbs for a tag archive.
