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

https://github.com/peachscript/pea-pie

A responsive theme for the Ghost blog engine.
https://github.com/peachscript/pea-pie

Last synced: 3 months ago
JSON representation

A responsive theme for the Ghost blog engine.

Awesome Lists containing this project

README

        

# Pea-pie
A responsive ghost theme

See the online [demo](http://www.peachis.me/)

## Features
1. beautiful
2. responsive
3. support photo gallery

## Usage
1. [Download the zip file](https://github.com/PeachScript/pea-pie/archive/master.zip) and extract it to the theme path of ghost:

```
path/to/ghost/content/themes/
```

2. Login the Ghost admin and select the general settings;
3. Scroll down to find the blog theme setting;
4. Select `Pea-pie` option and save it;
5. Open the homepage of Ghost blog, enjoy it!

## Photo Gallery Usage
1. Login ghost admin
2. Create a tag called `photography`
3. Create a navigation and set url as `/tag/photography`
4. Create a new post and use the `photography` tag
5. Upload a header picture for the post and publish it
6. Open homepage of your blog, and click the new navigation, gallery will present in your eyes!

## MIT license
The MIT License (MIT)

Copyright (c) 2016 XiaoShengtao

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.