17 lines
378 B
Markdown
17 lines
378 B
Markdown
# caldwell-59
|
|
|
|
A Ghost CMS theme. Inspired by [Journal](https://github.com/TryGhost/Journal) and [Edge](https://github.com/tryghost/edge).
|
|
|
|
## Development
|
|
|
|
You'll need [Yarn](https://yarnpkg.com/) installed globally.
|
|
|
|
```bash
|
|
yarn
|
|
yarn test
|
|
yarn dev
|
|
yarn zip
|
|
```
|
|
|
|
The `zip` Gulp task packages the theme files into `dist/caldwell-59.zip`, which you can then upload to your site.
|