jekyll-caspertwo

jekyll-caspertwo

A port of Casper 2.0 to Jekyll. **No Longer Maintained**

caspertwo

No Longer Maintained

A port of Casper 2.0 to Jekyll. Just porting templates, the CSS hasn't been changed.

What's currently missing:

  • tag archives
  • pagination
  • per-post author info
  • error page
  • additional links in site-nav

Installation

Add this line to your Jekyll site's Gemfile:

gem "caspertwo"

And add this line to your Jekyll site:

theme: caspertwo

And then execute:

$ bundle

Enabling Google Analytics

To enable Google Anaytics, add the following lines to your Jekyll site:

  google_analytics: UA-NNNNNNNN-N

Google Analytics will only appear in production, i.e., JEKYLL_ENV=production

Development

To set up your environment to develop this theme, run script/bootstrap.

To test your theme, run script/server (or bundle exec jekyll serve) and open your browser at http://localhost:4000. This starts a Jekyll server using your theme and the contents. As you make modifications, your site will regenerate and you should see the changes in the browser after a refresh.