Full text search
Highlight.js integration
Minified css and js
Casperion is a free Ghost theme. The theme is based upon original Ghost theme Casper with some minor modifications and extensions.
Casperion is a lightweight and speed optimized theme for Ghost. Casperion theme gets Grade A for both PageSpeed and YSlow reported by GTmetrix.
Casperion theme is packaged with full powerful features so you can get started building your blog easily. It's planned to update this theme consistently depending on Casper theme changes.
Casperion supports latest Ghost version.
GhostHunter provides Casperion full text searching right in the blog without having to resort to any third-party solutions, by utilizing the Ghost API.
Highlight.js highlights syntax in code examples on Casperion blog. It's very easy to use because it works automatically: finds blocks of code, detects a language, highlights it. Highlight.js is only loaded if a code block was detected in blog post.
It's very easy to build the assets with Docker. Make sure you run the Docker container from the root dir of this source.
$ docker run --rm -it --volume $(pwd):/app sandrokeil/typescript yarn install
$ docker run --rm -it --volume $(pwd):/app sandrokeil/typescript gulp zip