Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Clean Ghost CMS theme for blogs with post series, related posts, data tables, PrismJS highlighting, author widgets, and Webpack build tooling.

Fully customizable personal portfolio and blog website made with Spring Boot
HackersAndSlackers Ghost Theme is a hand-crafted Ghost CMS theme developed by HackersAndSlackers for their own blog, adding advanced reading features like post series, related posts, data tables, and PrismJS code highlighting on top of Ghost's core publishing tools. It targets Ghost version 5.0.0 and newer, uses Handlebars for templating, and builds via Webpack 5.92.1 with Sass ^1.66.0.
The HackersAndSlackers Ghost Theme is an open-source Ghost theme that accepts standard Ghost content—posts, authors, tags, and member accounts—and renders it into a blog with custom widgets and integrations beyond Ghost's default functionality. It is authored by HackersAndSlackers and is shared publicly on GitHub for other developers to use and contribute to. The theme is in active development, and the repository provides a developer workflow using git clone, yarn, and make dev.
This theme fits developers and technical bloggers running Ghost who want built-in enhancements for code-heavy, serialized content. It's also for theme developers who prefer a Webpack-based build pipeline, and for multi-author blogs that need GitHub activity widgets and author overview pages. The public GitHub repository makes it a starting point for anyone building a custom Ghost theme with modern tooling.
yarn, and use make dev to launch a development environment and extend the theme's Webpack-based build.Developers start by cloning the repository, installing dependencies with yarn, and running make dev to get a local development server. The theme relies on Webpack to compile Sass, minify files, and produce code-split asset bundles, while integrations are configured through a .example.env file that gets renamed to .env and filled with the developer's own keys. Because it targets Ghost 5.x, it requires a Ghost installation that supports that version.
Yes. The theme is open source and publicly available on GitHub. There is no paid tier or license fee, and developers can freely use, modify, and contribute to the code.
The theme targets Ghost version 5.0.0 and newer. Older Ghost releases may not be compatible, so ensure your Ghost instance is on version 5 or above before installing.
Yes. It includes a native implementation of Ghost comments, plus a simple newsletter opt-in form that connects to Ghost members. No third-party services are required for those features.
The theme uses Webpack 5.92.1 for bundling and task running, with Sass ^1.66.0 for styling. It replaced the previous Gulp-based approach, and it leverages Webpack plugins to minify source files and serve code-split assets.