Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chadly/clean-blog
Ghost 2.0 Theme
https://github.com/chadly/clean-blog
Last synced: 5 days ago
JSON representation
Ghost 2.0 Theme
- Host: GitHub
- URL: https://github.com/chadly/clean-blog
- Owner: chadly
- Created: 2018-08-31T13:16:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-15T12:32:13.000Z (about 6 years ago)
- Last Synced: 2024-08-01T12:26:44.146Z (3 months ago)
- Language: HTML
- Homepage: https://clean-blog-ghost-demo.azurewebsites.net/
- Size: 820 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-starred - chadly/clean-blog - Ghost 2.0 Theme (others)
README
# Clean Blog
A theme for [Ghost](https://ghost.org/) inspired by [Clean Blog](https://startbootstrap.com/template-overviews/clean-blog/) by [Start Bootstrap](https://startbootstrap.com/) with a little bit of [Casper](https://github.com/tryghost/casper) mixed in.
![screenshot](assets/screenshot-desktop.png)
The theme supports multiple authors, Ghost 2.0 editor features, and has a placeholder for comments.
[See here for a live demo](https://clean-blog-ghost-demo.azurewebsites.net/).
## Usage
Download the [latest release](https://github.com/chadly/clean-blog/releases/latest) which includes the compiled css assets and [upload the theme to your Ghost site](https://help.ghost.org/article/31-upload-themes).
## Development
Clone the repo and run the following in a terminal:
```
yarn
yarn run build
```This will build the less files into `site.css` and package up the theme into the _dist_ directory.