Project

caspertwo

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
A port of Casper 2.0 for Jekyll.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.12

Runtime

~> 3.5
 Project Readme

caspertwo

Build Status

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

caspertwo theme preview

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.