diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 13639d67..0ef5ae16 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -1,11 +1,3 @@ -# Installation - -Put a terminal in the `content/themes` folder of your Ghost installation. - -[Download the lastest version](https://github.com/Kikobeats/uno-zen/releases). - -Deploy your server and after that enter in the Admin area and changes the theme in the UI panel. - # Development ## Understanding scenario diff --git a/README.md b/README.md index 664ed4e9..fec14f6d 100755 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ **Uno Zen** is a fork of [Uno for Ghost](https://github.com/daleanthony/Uno) that provides some features missing in the original theme. -## Whats is new in 2.0 +### Whats is new in 2.x - Totally rewritten using HTML5 and CSS3. - Improved development workflow with gulp + browersync. @@ -25,12 +25,7 @@ Things that already existed: - Loading progress state for each page. - Estimation about the time of reading. -For more information check [changelog](https://github.com/Kikobeats/uno-zen/blob/master/CHANGELOG.md) section. - -## Demo - -You can see a demo in my [blog](http://kikobeats.com). Also you can check the [styleguide](http://kikobeats.com/styleguide) to view how it looks. - +You can see a [demo](http://kikobeats.com) in my own blog. Also you can check the [styleguide](http://kikobeats.com/styleguide) to view how it looks. ## Installation @@ -40,7 +35,7 @@ Enter in the theme folder (`content/themes`) of your Ghost installation and past $ curl -sSL http://git.io/vcIHr | sh ``` -**NOTE:** This theme needs jQuery to works fine, but jQuery library is not provided by the library. Instead, you need to inject from the `Blog Footer` in the `Code injection` of your Ghost installation, as: +**NOTE:** This theme needs jQuery to works fine, but jQuery library is not provided by the theme. Instead, you need to inject from the `Blog Footer` in the `Code injection` of your Ghost installation, as: ![](https://camo.githubusercontent.com/f600498109f9b8e7d15fadd28b51c75b1f585d0f/687474703a2f2f692e696d6775722e636f6d2f4b365a595933752e706e67) @@ -48,11 +43,13 @@ $ curl -sSL http://git.io/vcIHr | sh ``` -## Documentation +## Update + +If you have already installed the theme, you can update it executing `sh scripts/update`. -If is your first time using Ghost, please check the [Official Documentation](http://support.ghost.org/installation/). +## Development and Customization -All the information you need to know about the theme is collected on the [Documentation](https://github.com/Kikobeats/uno-zen/blob/master/DOCUMENTATION.md) section. +See in [documentation](https://github.com/Kikobeats/uno-zen/blob/master/DOCUMENTATION.md). ## Showcase @@ -79,7 +76,7 @@ All the information you need to know about the theme is collected on the [Docume
-Do you want appear here? Please, [add your blog!](https://github.com/Kikobeats/uno-zen/issues/new?title=Add%20my%20blog%20into%20showcase&body=The%20URL%20of%20my%20blog%20is:%20). +Do you want appear here? Please, [add your blog](https://github.com/Kikobeats/uno-zen/issues/new?title=Add%20my%20blog%20into%20showcase&body=The%20URL%20of%20my%20blog%20is:%20)!. ## License