Contains theme for Our Status Ghost blog theme https://our.status.im/
Go to file
Jakub Sokołowski 67d92d83b9
add README
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-09-23 12:55:45 +02:00
assets Show dark mode toggle on mobile 2020-04-23 19:38:31 +03:00
partials Dark mode 2020-04-20 12:29:11 +03:00
scripts add ghost-install scripts for testing the theme 2020-09-23 12:50:42 +02:00
.gitignore Initial commit 2019-03-14 17:45:43 +02:00
README.md add README 2020-09-23 12:55:45 +02:00
author.hbs Fixed author and tag. 2019-05-10 20:48:29 +03:00
default.hbs add gscan to verify theme integrity 2020-09-23 12:50:49 +02:00
gulpfile.js upgrade to Gulp 4 2020-09-23 12:44:34 +02:00
index.hbs Improved list, signle post, author and tag 2019-03-15 17:02:33 +02:00
package.json add gscan to verify theme integrity 2020-09-23 12:50:49 +02:00
page.hbs Share improve. Single post and page responsive. 2019-03-18 12:13:14 +02:00
post.hbs Fix no author img 2020-04-20 12:36:32 +03:00
tag.hbs Fixed author and tag. 2019-05-10 20:48:29 +03:00
yarn.lock add gscan to verify theme integrity 2020-09-23 12:50:49 +02:00

README.md

Description

This is the Ghost theme used for https://our.status.im/.

Usage

Install the dependencies:

yarn install

To verify the theme is valid use:

yarn verify

To pack up the theme use:

yarn archive

CSS

We just fetch CSS from tha main site:

yarn getcss

The updates to tempaltes need to be manual.

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.