This is a port of Ghost's default theme Casper for Jekyll inspired by Kasper.
You might well ask at this point why bother making a new Casper's clone? Although this is inspired by Kasper, there are several additional features which make this port closer to the original theme. Besides, it was recently updated to match the current version of the theme.
The main difference to the original is still the fact that Jasper expects a single author. With a bit of tweaking it shouldn't be too difficult to enable a per-post author. Feel free to fork and improve on this.
Important: For security reasons, Github doesn't allow plugins (under _plugins/) when deploying with Github Pages. This means that we need to generate your site locally (as explained below) and push the resulting HTML to a Github repository. This is exactly what I have done for the generating the live demo.
- Pagination
- Author page (New 07.02.2015)
- Tag page(s) (New 07.02.2015)
- 404 page (New 07.02.2015)
- Toggleable sliding sidebar (New 07.02.2015)
- Related posts view (New 30.10.2015)
- Tag description(s) (New 30.10.2015)
- Rss
- Google Analytics tracking
- Code Syntax Highlight
- Author's profile with picture
- Disqus comments (not Ghost standard)
Simply clone this repository (master branch), and then run jekyll serve
inside the directory. Upload the resulting
_site/ contents to your repository (gh-pages branch).
I have tested this install with Ruby v2.2.2p95 (Mac OS RVM) and Jekyll v3.0.0. If you run into any issues please log them on the issue tracker.
Feel free pull-request your patches and fixes.
Most of the work has been already done by the Ghost team and Rosario. Many thanks to them 😄
Copyright (C) 2015 - Released under the MIT License.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.