From d48f9f7ed12f0503c77fa18f5a984e9f4b3427d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20=C4=86wirko?= Date: Sun, 14 Jan 2018 19:07:47 +0100 Subject: [PATCH] updates for ghost 1.* --- README.md | 12 ++++++++---- author.hbs | 6 +++--- default.hbs | 3 +-- index.hbs | 2 +- package.json | 11 +++++++++-- page.hbs | 2 +- partials/loop.hbs | 2 +- post.hbs | 10 +++++----- tag.hbs | 2 +- 9 files changed, 30 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 1f49f9e..d5d57c9 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,17 @@ Just use standard Ghost admin panel settings. #### Check out my other themes: -- [Anima](http://themeforest.net/item/anima-multipurpose-ghost-theme/9601972?ref=pxThemes):
-- [Summer](http://themeforest.net/item/summer-simple-and-clean-ghost-theme/8181353?ref=pxThemes):
-- [Artee](http://themeforest.net/item/artee-portfolio-ghost-theme/7223054?ref=pxThemes):
-- [Trek](http://themeforest.net/item/trek-responsive-ghost-theme/6521607?ref=pxThemes):
+- [Anima](http://themeforest.net/item/anima-multipurpose-ghost-theme/9601972?ref=pxThemes):
+- [Summer](http://themeforest.net/item/summer-simple-and-clean-ghost-theme/8181353?ref=pxThemes):
+- [Artee](http://themeforest.net/item/artee-portfolio-ghost-theme/7223054?ref=pxThemes):
+- [Trek](http://themeforest.net/item/trek-responsive-ghost-theme/6521607?ref=pxThemes):
#### Changelog +##### 2.0.0 (14.01.2018) + +- updates for Ghost 1.* + ##### 1.5.2 (03.10.2015) - jQuery added (Ghost 0.7.* adjustments) diff --git a/author.hbs b/author.hbs index 60fe9e7..d829ff1 100644 --- a/author.hbs +++ b/author.hbs @@ -9,11 +9,11 @@ {{> "menu-activator-icon"}} -
+
- {{#if image}} + {{#if profile_image}}
- {{name}} + {{name}}
{{/if}}

diff --git a/default.hbs b/default.hbs index 7cb89d8..945474b 100644 --- a/default.hbs +++ b/default.hbs @@ -6,7 +6,6 @@ {{! Page Meta }} {{meta_title}} - @@ -15,7 +14,7 @@ {{! Styles - Foundation 5 included}} - + {{!-- styles for syntax highlighter you will find more here: https://github.com/isagalaev/highlight.js/tree/master/src/styles just change .min.css file name below --}} diff --git a/index.hbs b/index.hbs index 5b26ee7..5117ba0 100644 --- a/index.hbs +++ b/index.hbs @@ -6,7 +6,7 @@ {{> "menu-activator-icon"}} -
+
{{#if @blog.logo}}
diff --git a/package.json b/package.json index abf18e1..a29e2b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,13 @@ { - "name": "Abc", - "version": "1.5.2", + "name": "abc", + "version": "2.0.0", + "author": { + "name": "Julian Ćwirko", + "email": "julian.cwirko@gmail.com" + }, + "config": { + "posts_per_page": 6 + }, "devDependencies": { "load-grunt-tasks": "~3.3.0", "node-sass": "~3.3.3", diff --git a/page.hbs b/page.hbs index 9f5b661..58f2036 100644 --- a/page.hbs +++ b/page.hbs @@ -9,7 +9,7 @@ {{> "menu-activator-icon"}} -
+

{{title}}

diff --git a/partials/loop.hbs b/partials/loop.hbs index f987d8e..d0f39ec 100644 --- a/partials/loop.hbs +++ b/partials/loop.hbs @@ -6,7 +6,7 @@

{{{title}}}

- {{#if author.image}}Author image{{/if}} + {{#if author.profile_image}}Author image{{/if}} {{author}} {{tags prefix=" on "}}
diff --git a/post.hbs b/post.hbs index 43b8de2..04cc5b8 100644 --- a/post.hbs +++ b/post.hbs @@ -12,7 +12,7 @@ {{> "menu-activator-icon"}} -
+

{{title}}