Contains theme for Our Status Ghost blog theme
https://our.status.im/
Jakub Sokołowski
b0f62a947d
Signed-off-by: Jakub Sokołowski <jakub@status.im> |
||
---|---|---|
assets | ||
partials | ||
scripts | ||
.gitignore | ||
README.md | ||
author.hbs | ||
default.hbs | ||
gulpfile.js | ||
index.hbs | ||
package.json | ||
page.hbs | ||
post.hbs | ||
tag.hbs | ||
yarn.lock |
README.md
Description
This is the Ghost theme used for https://our.status.im/.
Usage
Here's how you can get an archive built:
yarn install
- Install the dependenciesyarn verify
- To verify the theme is valid useyarn build
- Compile the SCSS files into CSSyarn archive
- Pack up the theme for use with Ghost
The last command should result in a our-status-theme.zip
file.
Development
You can start a local instance of Ghost using:
yarn ghost-install
Which will start a ghost instance at: http://localhost:2368/ It should use the current state of this repo as its theme.
The instance will be installed at /var/tmp/ghost
.
It will have this repo symlinked under content/themes/casper
.