Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Hugo port of the Ghost Casper 3 theme for image-heavy, minimal blogs.

A free Jekyll blog theme with single/two-column layouts, Disqus comments, LaTeX support, and 8 language translations.

Minimal one-column responsive Jekyll theme for personal blogs, inspired by Hyde and Medium.

A Gatsby v2 starter based on Grommet v2 UI with theme switching, Markdown posts, and responsive design.

Blazing fast, minimalist Hugo blog theme for developers with Disqus, WakaTime, and GitHub activity.
Hugo Casper3 is a Hugo port of the Ghost Casper 3 theme by Jonathan Janssens, bringing the minimal, image-focused blog design to static sites built with the Hugo static site generator.
Hugo Casper3 is a Hugo theme that recreates the look and feel of the Casper 3 theme originally made for the Ghost publishing platform. It takes Hugo site content — specifically posts that define a feature_image parameter in their front matter — and renders a clean, image-first blog homepage and article pages. The theme is developed by Jonathan Janssens and is MIT licensed, with a demo site available in the repository jonathanjanssens/hugo-casper3-demo.
-t casper3 flag.Installation is done through Git: create a themes folder, then run git clone [email protected]:jonathanjanssens/hugo-casper3.git inside it. After that, either set theme = "casper3" in your site config or build with the command-line flag -t casper3. Finally, add a feature_image parameter to content front matter and configure mainSections in your config to decide which content shows up on the homepage.
Hugo Casper3 is free and open source, released under the MIT license. You are not required to pay for it; the author welcomes donations via PayPal and cryptocurrency addresses listed in the repository.
Yes. The theme is released under the MIT license, so you can use, copy, modify, and distribute it freely. Optional donations are accepted through PayPal, and the author also lists BTC, LTC, and ETH addresses.
Hugo Casper3 is a port of Ghost's Casper 3 theme for the Hugo static site generator. Instead of running a Ghost server, you compile your Markdown content into static files. The visual design is close to the original, but the underlying technology is Hugo.
Add a front matter parameter named feature_image to each content file and set its value to the image URL or path. Hugo Casper3 is image heavy, so posts without a feature image may not display as intended.
Not yet. Multi-author support and an author taxonomy are listed on the development roadmap, but they are not implemented in the current version of the theme.
Clone the repository into your Hugo site's themes directory: first create a themes folder if it doesn't exist, then run git clone [email protected]:jonathanjanssens/hugo-casper3.git. Set the theme to casper3 in your config or pass the -t casper3 flag when building.