Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A free, open-source Ghost theme for text-heavy, article-oriented blogs with a huge background image and scroll effects.
Massively is a free, open-source Ghost theme for text-heavy, article-oriented blogs, built around a huge background image and scroll effects powered by Scrollex. Originally created by @ajlkn for HTML5 UP and ported to the Ghost platform, it renders Ghost content as an editorial-style site with a strong visual anchor. A live demo is available at massively.ghost.io.
Massively is a Ghost theme that takes posts, pages, tags, and authors from a Ghost publication and outputs a text-first, magazine-like layout. It is implemented in Handlebars, Ghost's templating language, with the main template files being default.hbs, index.hbs, post.hbs, page.hbs, tag.hbs, and author.hbs. The theme preserves the original HTML5 UP design while adapting it to Ghost's required asset structure, moving files under /assets/main and /assets/images.
Massively suits bloggers and editors who want a text-focused, article-heavy design for a Ghost publication. Developers who want to build a custom Ghost theme can use its commented Handlebars templates and Sass structure as a starting point. It also fits publishers who want a free theme that sticks close to the original HTML5 UP aesthetic without heavy modification.
After cloning the repository, you install dependencies with pnpm. The pnpm dev command builds files locally and watches for changes, while pnpm zip outputs a production zip to the dist directory. The original template files are kept unmodified except for relocating assets and adding one extra Sass file.
Yes, Massively is free and open source. It is dual-licensed under the MIT and Creative Commons Attribution 3.0 licenses. To use it freely you must maintain the footer attribution, per the Creative Commons terms.
Massively runs on Ghost, the open source publishing platform. It uses Ghost's Handlebars templating system and is structured according to Ghost theme requirements, with all assets nested under a top-level assets directory.
Yes. The theme supports one-off templates by adding a page slug to the template filename, such as page-about.hbs for the about page, tag-news.hbs for a tag archive, and author-ali.hbs for an author archive.
Use pnpm to install dependencies, then run pnpm dev to build locally and watch for changes, or pnpm zip to create a production zip in the dist folder. Run pnpm test to execute compatibility tests against the latest Ghost version.
