Go to file
Jakub Sokołowski 6405cc2b71
update README to just point to ghost root, no need for account
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-07-30 17:25:42 +02:00
assets update header and footer to use tailwind 2020-07-30 15:26:28 +02:00
partials update header and footer to use tailwind 2020-07-30 15:26:28 +02:00
scripts add ghost-cli to do local development 2020-07-30 15:13:06 +02:00
.gitignore update README and add gscan to verify theme 2020-07-30 13:54:32 +02:00
README.md update README to just point to ghost root, no need for account 2020-07-30 17:25:42 +02:00
author.hbs add all files from zip 2020-07-30 13:34:57 +02:00
default.hbs fix outdated field names 2020-07-30 14:03:06 +02:00
index.hbs add all files from zip 2020-07-30 13:34:57 +02:00
package-lock.json add all files from zip 2020-07-30 13:34:57 +02:00
package.json add ghost-cli to do local development 2020-07-30 15:13:06 +02:00
page.hbs add all files from zip 2020-07-30 13:34:57 +02:00
post.hbs fix outdated field names 2020-07-30 14:03:06 +02:00
tag.hbs add all files from zip 2020-07-30 13:34:57 +02:00
yarn.lock add ghost-cli to do local development 2020-07-30 15:13:06 +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-start

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.