From 0109fa9f552495c23cf0ac5c9a15b4c32b15f798 Mon Sep 17 00:00:00 2001 From: Louis Barranqueiro Date: Fri, 25 Dec 2015 22:25:12 +0100 Subject: [PATCH] v1.6.1 --- README.md | 8 ++++---- _config.yml | 2 +- bower.json | 2 +- docs/developer.md | 2 +- docs/user.md | 4 ++-- package.json | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 29280d64b..4f83d65f1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ A gorgeous responsive theme for Hexo blog framework ## General ## - **Author** : Louis Barranqueiro -- **Version** : 1.6.0 +- **Version** : 1.6.1 - **Compatibility** : Hexo 3.0.0 or later ## Features ## @@ -59,8 +59,8 @@ A gorgeous responsive theme for Hexo blog framework **Please read [user documentation](https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak/blob/master/docs/user.md), it's short and useful to discover all features and possibilities of the theme, especially the [writing posts](https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak/blob/master/docs/user.md#writing-posts) section** ##### For people who want to use the original version of Tranquilpeak (users) -1. Download the latest version ready for production utilisation here : [hexo-theme-tranquilpeak-prod-1.6.0] -(https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak/releases/download/v1.6.0/hexo-theme-tranquilpeak-built-for-production-1.6.0.zip) +1. Download the latest version ready for production utilisation here : [hexo-theme-tranquilpeak-prod-1.6.1] +(https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak/releases/download/v1.6.1/hexo-theme-tranquilpeak-built-for-production-1.6.1.zip) 2. Follow [user documentation](https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak/blob/master/docs/user.md) to install and configure the theme ##### For people who want to create their own version of tranquilpeak (developers) @@ -69,7 +69,7 @@ A gorgeous responsive theme for Hexo blog framework ## Demo ## -Check out Tranquilpeak theme in live : [Tranquilpeak-hexo-theme demo](http://louisbarranqueiro.github.io/hexo-theme-tranquilpeak) +Check out Tranquilpeak theme in live : [hexo-theme-tranquilpeak demo](http://louisbarranqueiro.github.io/hexo-theme-tranquilpeak) ## Showcase ## diff --git a/_config.yml b/_config.yml index d5dc91a82..46daf5484 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ # Tranquilpeak -# Version : 1.6.0 +# Version : 1.6.1 # Author : Louis Barranqueiro # I STRONGLY recommend you to use a CDN to speed up loading of pages. diff --git a/bower.json b/bower.json index 82f2db80f..5ee8bf8b6 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-tranquilpeak", - "version": "1.6.0", + "version": "1.6.1", "description": "A gorgeous responsive theme for Hexo blog framework", "authors": [ "Louis Barranqueiro" diff --git a/docs/developer.md b/docs/developer.md index a0a621c26..76419d0fa 100644 --- a/docs/developer.md +++ b/docs/developer.md @@ -30,7 +30,7 @@ If you want to report a bug or ask a question, [create an issue](https://github. ## General ## - **Author** : Louis Barranqueiro -- **Version** : 1.6.0 +- **Version** : 1.6.1 - **Compatibility** : Hexo 3.0.0 or later ## Features ## diff --git a/docs/user.md b/docs/user.md index 30f062705..54a6bac0b 100644 --- a/docs/user.md +++ b/docs/user.md @@ -2,7 +2,7 @@ A gorgeous responsive theme for Hexo blog framework -![Tranquilpeak](http://d1u9biwaxjngwg.cloudfront.net/showcases/showcase-v1.5.jpg) +![Tranquilpeak](http://d1u9biwaxjngwg.cloudfront.net/showcases/showcase-v1.6.jpg) Tranquilpeak theme is compatible with Hexo v3.0.x. The theme is compatible with higher versions of Hexo but these versions have some bugs with generation of relative urls so I recommend to use Hexo 3.0.x for the moment. @@ -52,7 +52,7 @@ If you want to report a bug or ask a question, [create an issue](https://github. ## General ## - **Author** : Louis Barranqueiro -- **Version** : 1.6.0 +- **Version** : 1.6.1 - **Compatibility** : Hexo 3.0.0 or later ## Features ## diff --git a/package.json b/package.json index 649420b54..61ac70643 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-tranquilpeak", - "version": "1.6.0", + "version": "1.6.1", "description": "A gorgeous responsive theme for Hexo blog framework", "main": "Gruntfile.js", "scripts": {