Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Full-featured Jekyll port of Ghost's Casper v2 theme with multi-author support, tag pages, and GitHub Pages deployment.
Jasper2 is a full-featured Jekyll port of Ghost's default theme Casper (v2.1.9) that turns any Jekyll or GitHub Pages site into a magazine-style blog with multi-author support.
Jasper2 is a Jekyll theme that recreates Ghost's Casper design as a static-site blog theme. It takes Jekyll posts written in Markdown with YAML front matter and outputs a complete blog with author pages, tag pages, related posts, and a 404 page. It runs on Jekyll 3.9.0 and is designed to deploy to GitHub Pages, Netlify, or any Jekyll-compatible host. The theme is maintained by the jekyllt organization on GitHub and released under the MIT License.
_data/authors.yml and assign each post to a username; author pages are generated automatically._data/tags.yml._config.yml, and deploy to GitHub Pages for a free static blog._data/authors.yml and give each one a dedicated page with their bio and posts.Jasper2 is built with Jekyll and uses Gulp/PostCSS to compile CSS. To start, clone the repository, install dependencies with npm install and run gulp to build assets, then run bundle exec jekyll serve to preview locally. For deployment, you can push the generated _site/ folder to a gh-pages branch, use GitHub Actions, or connect the repo to Netlify.
Jasper2 is free and open source under the MIT License, with no paid tiers or premium features.
Yes, Jasper2 is released under the MIT License, so you can use, modify, and redistribute it freely. There are no paid plans or premium features.
Yes, Jasper2 is designed for GitHub Pages. You can build locally and upload the _site/ contents, or use the included GitHub Actions workflow to build and push to the gh-pages branch automatically.
Create entries in _data/authors.yml with each author's username, then set the author field in each post's front matter to match that username. Author pages are generated automatically.
Yes, Netlify can build the Jekyll site directly from the GitHub repository and serve it via CDN. The README lists Netlify as a supported deployment option.
