Mirror of Casper fork
Go to file
John O'Nolan b7a788f973 Clean up build tasks 2017-06-16 10:13:38 +01:00
assets CSS Comb 💇🏻 2017-06-16 09:44:12 +01:00
partials New subscribe overlay 2017-06-15 15:03:19 +01:00
.gitignore Casper - initial commit to separate GitHub repo 2013-05-11 11:16:11 +01:00
LICENSE 2017 2017-01-04 10:53:34 +00:00
README.md First pass 2.0 design 2017-05-15 21:03:47 +01:00
author.hbs Minor cleanup 2017-06-13 19:07:26 +01:00
default.hbs New subscribe overlay 2017-06-15 15:03:19 +01:00
error.hbs New error template and author template 2017-06-13 13:48:06 +01:00
gulpfile.js Clean up build tasks 2017-06-16 10:13:38 +01:00
index.hbs Refactor site navigation 2017-06-13 19:02:22 +01:00
package.json Clean up build tasks 2017-06-16 10:13:38 +01:00
page.hbs Refactor site navigation 2017-06-13 19:02:22 +01:00
post.hbs New subscribe overlay 2017-06-15 15:03:19 +01:00
tag.hbs Minor cleanup 2017-06-13 19:07:26 +01:00

README.md

Casper

The default theme for Ghost.

To download, visit the releases page.

Development

Casper styles are compiled using Gulp/PostCSS to polyfill future CSS spec. You'll need Node and Gulp installed globally. After that, from the root directory:

$ npm install

$ gulp

Now you can edit /assets/css/ files, which will be compiled to /assets/public/ automatically.

PostCSS Features Used

  • Autoprefixer - Don't worry about writing browser prefixes of any kind, it's all done automatically with support for the latest 2 major versions of every browser.
  • Variables - Simple pure CSS variables
  • Color Function

Copyright (c) 2013-2017 Ghost Foundation - Released under the MIT license.