An open API service indexing awesome lists of open source software.

https://github.com/bitpay/bitpay-ghost-theme


https://github.com/bitpay/bitpay-ghost-theme

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Bitpay Theme

A theme for ghost blogging platform. Forked from Casper.

## When Writing posts

There are a few elements you can put in the markup. For example this can go in the markup and gives us a big ole button to hit for blog posts that need a definite call to action.
`Go to the Bitcore Playground`

## Installation

Start your ghost instance and run
`npm start`

Log into your ghost Dashboard > Settings - General

Choose `BitPay` from the theme dropdown

# Development

As of now, you must restart ghost everytime a `.hbs` file is changed.

Command that watches Sass Files
`sass --watch assets/sass/input.scss:assets/css/output.css`