John O'Nolan d55446f2ca Next pass 2.0
2017-06-08 09:19:22 +02:00
2017-06-08 09:19:22 +02:00
2017-06-08 09:19:22 +02:00
2017-06-08 09:19:22 +02:00
2017-06-05 12:19:29 +01:00
2017-05-15 21:03:47 +01:00
2017-05-31 19:09:50 +01:00
2017-01-04 10:53:34 +00:00
2017-05-15 21:03:47 +01:00
2017-06-05 12:19:29 +01:00
2017-06-08 09:19:22 +02:00
2017-05-15 21:03:47 +01:00
2017-05-31 19:09:50 +01:00

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.

Description
Custom-built theme for Ghost
Readme MIT 6.3 MiB
Languages
CSS 57.2%
Handlebars 27.1%
JavaScript 15.7%