Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/status-im/our-status-site-theme
- Owner: status-im
- Fork: true (NistorCristian/our-status)
- Created: 2020-09-04T19:57:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-04T14:59:06.000Z (over 1 year ago)
- Last Synced: 2024-06-21T17:07:04.459Z (5 months ago)
- Topics: ghost, ghost-theme
- Language: Handlebars
- Homepage: https://our.status.im/
- Size: 4.36 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - status-im/our-status-site-theme - Contains theme for Our Status Ghost blog theme (others)
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 GhostThe 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`.