Skip to content

Commit

Permalink
Little adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 31, 2016
1 parent 32a38bf commit 6a39ffb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p align="center">
<br>
<img src="http://i.imgur.com/bQ9E4z9.png" alt="bloggy">
<img src="http://i.imgur.com/vxzThpT.png" alt="bloggy">
<br>
</p>

Expand All @@ -11,7 +11,7 @@
![Node version](https://img.shields.io/node/v/bloggy.svg?style=flat-square)
[![Donate](https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square)](https://paypal.me/kikobeats)

> Branding theme for Ghost.
> Brand theme for Ghost.
## Introduction

Expand All @@ -30,8 +30,6 @@

### Installation

Please ensure that `git` and `curl` is installed on your machine.

Enter the theme folder (`content/themes`) of your Ghost installation and paste the following command:

```bash
Expand Down Expand Up @@ -72,10 +70,17 @@ For example, if you want to use the `en_EN` version, just add:
<script type="text/javascript" src="/assets/js/bloggy.en_EN.js"></script>
```

## Development

1. Install theme dev dependencies: `npm install`.
2. setup dev environment: `gulp`.
3. Make a PR per each improvement :-).

## Related

* [Uno Zen](https://github.com/Kikobeats/uno-zen#uno-zen-for-ghost) – Minimalist and Elegant theme for Ghost.

## License

MIT © [Kiko Beats](kikobeats.com)

17 changes: 12 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,23 @@
"version": "0.2.2",
"main": "./index.js",
"author": {
"email": "josefrancisco.verdu@gmail.com",
"name": "Kiko Beats",
"email": "josefrancisco.verdu@gmail.com",
"url": "https://github.com/Kikobeats"
},
"repository": "Kikobeats/bloggy",
"repository": {
"type": "git",
"url": "git+https://github.com/kikobeats/bloggy.git"
},
"bugs": {
"url": "https://github.com/Kikobeats/bloggy/issues"
},
"keywords": [],
"keywords": [
"Blog",
"Brand",
"Ghost",
"Theme"
],
"dependencies": {},
"devDependencies": {
"breakpoint-sass": "latest",
Expand All @@ -36,8 +44,7 @@
"underscore.string": "latest"
},
"engines": {
"node": "~4.2.0",
"npm": ">= 1.4.0"
"node": ">= 4"
},
"scripts": {
"test": "sh test/test.sh"
Expand Down

0 comments on commit 6a39ffb

Please sign in to comment.