Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/status-im/our-status-site-theme

Contains theme for Our Status Ghost blog theme
https://github.com/status-im/our-status-site-theme

ghost ghost-theme

Last synced: 3 months ago
JSON representation

Contains theme for Our Status Ghost blog theme

Awesome Lists containing this project

README

        

# 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`.