Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free Ghost theme for simple, beautiful blogs; uses Handlebars templates and a Gulp/PostCSS build pipeline.
Tribeca is a free, open-source blogging theme for the Ghost publishing platform, built by the Ghost Foundation, that turns a Ghost publication into a simple, beautiful content site using Handlebars templates and PostCSS-compiled styles. It is released under the MIT license and targets bloggers and publishers who want a clean, minimal design without paying for a premium theme.
Tribeca is a free Ghost theme that runs on the Ghost CMS and renders posts, pages, tag archives, and author archives through Handlebars template files such as default.hbs, index.hbs, post.hbs, page.hbs, tag.hbs, and author.hbs. It takes standard Ghost content (posts, pages, tags, authors) as input and outputs a styled, responsive blog front-end. The theme is developed by the Ghost Foundation and is distributed under the MIT license, so it can be used, modified, and redistributed freely.
page-about.hbs for the about page, tag-news.hbs for the news tag archive, and author-ali.hbs for a specific author's archive./assets/built/ via Gulp; includes Autoprefixer for the latest two major browser versions, CSS variables, and the postcss-color-function plugin.pnpm zip Gulp task packages the theme into dist/<theme-name>.zip, ready to upload directly to a Ghost site.tag-news.hbs file into the theme to give the news tag a different look from other tag archives.pnpm install and pnpm dev to watch and compile CSS changes, then use pnpm zip to produce an installable theme package.To work on the theme, you need Node.js, pnpm, and Gulp installed globally. From the theme root, run pnpm install to install dependencies, then pnpm dev to build the CSS and watch for changes; edits to /assets/css/ are compiled into /assets/built/ automatically. When you are finished, pnpm zip produces a dist/<theme-name>.zip file that can be uploaded to a Ghost site.
Tribeca is free. It is released by the Ghost Foundation under the MIT license, so there is no cost to download, use, or customize it.
Yes, Tribeca is a free Ghost theme distributed under the MIT license. You can use it on any Ghost site without paying licensing fees, and you are allowed to modify and redistribute it.
Tribeca runs on Ghost, the open-source publishing platform. It uses Ghost's Handlebars templating system and theme API, so it cannot be used on other CMS platforms like WordPress without a full rewrite.
You can build the theme zip with pnpm zip after installing dependencies with pnpm install, then upload the resulting zip file to your Ghost admin panel under Design settings. The Ghost Foundation also documents theme installation in its official themes documentation.
Yes. Tribeca supports Ghost's slug-based custom templates: naming a file page-about.hbs applies it to the /about/ page, tag-news.hbs applies to /tag/news/, and author-ali.hbs applies to /author/ali/.
Styles are compiled using Gulp and PostCSS with Autoprefixer, CSS variables, and the postcss-color-function plugin. You need Node.js, pnpm, and Gulp installed to develop the theme locally.
