antoinealb / antoinealb.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:CSS 58.1%Language:HTML 26.5%Language:JavaScript 9.0%Language:SCSS 6.2%Language:Ruby 0.1%