Mirror of Casper fork
Go to file
John O'Nolan eda0ec4db2 First pass 2.0 design 2017-05-15 21:03:47 +01:00
assets First pass 2.0 design 2017-05-15 21:03:47 +01:00
partials First pass 2.0 design 2017-05-15 21:03:47 +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 Add new subscribers form + visual fixes 2016-05-08 10:50:20 +02:00
default.hbs First pass 2.0 design 2017-05-15 21:03:47 +01:00
gulpfile.js First pass 2.0 design 2017-05-15 21:03:47 +01:00
index.hbs First pass 2.0 design 2017-05-15 21:03:47 +01:00
package.json First pass 2.0 design 2017-05-15 21:03:47 +01:00
page.hbs First pass 2.0 design 2017-05-15 21:03:47 +01:00
post.hbs First pass 2.0 design 2017-05-15 21:03:47 +01:00
tag.hbs First pass 2.0 design 2017-05-15 21:03:47 +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.