No Longer Maintained
A port of Casper 2.0 to Jekyll. Just porting templates, the CSS hasn't been changed.
What's currently missing:
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
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
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.