Kasper

This is a port of Ghost's default theme Casper for Jekyll. Feel free to fork, change, modify and re-use it.

Here’s a list of what Kasper currently includes:

  • Pagination
  • Rss
  • Google Analytics Tracking code
  • Code Syntax Highlight
  • Author’s profile with picture
  • Disqus comments

Installation

git clone https://github.com/rosario/kasper.git
cd kasper
gem install jekyll
gem install pygments.rb

How to use it

Build page and start local web server

jekyll serve

Build page into _site folder

jekyll build

Kasper theme includes

  • Pagination
  • Rss
  • Google Analytics Tracking code
  • Code Syntax Highlight
  • Author's profile with picture
  • Disqus comments

Screenshots

index page
post page

GitHub