https://github.com/bitpay/bitpay-ghost-theme
https://github.com/bitpay/bitpay-ghost-theme
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitpay/bitpay-ghost-theme
- Owner: bitpay
- License: mit
- Created: 2015-06-11T15:22:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T08:51:23.000Z (over 3 years ago)
- Last Synced: 2025-04-06T08:03:03.149Z (about 1 year ago)
- Language: CSS
- Homepage: http://blog.bitpay.com
- Size: 223 KB
- Stars: 8
- Watchers: 11
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`