bootkyll

bootkyll

A light theme for Jekyll.

Bootkyll

Bootkyll is a light them for Jekyll, made easily customizable thanks to Bootswatch.

Featuring an HTML 5 layout with Gravatar support, multiple authors, Google Analytics, Disqus and Twitter integration.

And also a nice and clean Atom support!

Crafted with love by @Pym.

Demo

You can see the theme running on my blog.

Requirements

This theme require Bower, which is used to download Bootswatch.

Installation

Clone this repository and then execute $ bower install.

Default Configuration

name: Bootkyll
short_description: A light theme for Jekyll
meta_description: 'Bootkyll is a light theme for Jekyll, made easily customizable with Bootswatch. Crafted with love by Pym.'
url: http://www.bootkyll.com
feed_url: http://feed.bootkyll.com
theme: cerulean # choose one between: amelia, cosmo, flatly, readable, slate, cerulean, cyborg, journal, simplex, spacelab, united
image_border_color: '#317EAC' # blue from cerulean theme
contact_email: [email protected]
authors:
  admin:
    display_name: Admin
    gravatar_md5: # generate md5 like this: `$ echo -n "[email protected]" | openssl md5`
    google_plus: # Google Plus ID (for Google Authorship)
analytics: # only work with Google Analytics Universal
  enabled: false
  id:
  url:
disqus:
  enabled: false
  shortname:
twitter:
  enabled: true
  lang: en
  username: Pym
  hashtags: [bootkyll, jekyll]

Note

Defaults favicons are from HTML5 Boilerplate.