Contains theme for Our Status Ghost blog theme https://our.status.im/
Go to file
Jakub Sokołowski b0f62a947d
assets/css/style.css, is generated from assets/scss/style.scss
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-01-22 16:14:11 +01:00
assets assets/css/style.css, is generated from assets/scss/style.scss 2021-01-22 16:14:11 +01:00
partials Update CSS 2021-01-22 16:13:50 +01:00
scripts add ghost-install scripts for testing the theme 2020-09-23 12:50:42 +02:00
.gitignore assets/css/style.css, is generated from assets/scss/style.scss 2021-01-22 16:14:11 +01:00
README.md readme: remove getcss command, add build command 2020-09-23 13:43:15 +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

Here's how you can get an archive built:

  • yarn install - Install the dependencies
  • yarn verify - To verify the theme is valid use
  • yarn build - Compile the SCSS files into CSS
  • yarn 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.