Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 725 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 725 Bytes

antoinealb.github.io

Kasper theme

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

Kasper theme includes:

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

Install dev tools

The only external requirement is Ruby>=2.0 and the bundler Gem (can be installed via gem install bundler). To install all other needed tools by running bundle install --path vendor --binstubs.

Running the site locally

# Normal version
./bin/jekyll serve

# With drafts posts
./bin/jekyll serve --drafts