From: Raivis Vitols Date: Fri, 18 Aug 2017 14:38:36 +0000 (+0300) Subject: Merge pull request #13 from raivis-vitols/development X-Git-Tag: v5.0.0~8 X-Git-Url: https://git.njae.me.uk/?a=commitdiff_plain;h=b261533f691e4ef722b14f94454eb72cef4d630b;hp=0ef21f45ce781141d1f86a68199c11f388dd32e2;p=ghost-theme-willow.git Merge pull request #13 from raivis-vitols/development Tweaking theme to be compatible with 1.X versions of Ghost --- diff --git a/README.md b/README.md index e88f8d6..24aff05 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ -# Willow Ghost Theme 4.0 +# Willow Ghost Theme 4.1 Personal, responsive, minimalist and open-source theme for Ghost blogging platform. Lightweight - only 3KB of CSS and 820B of JavaScript. No jQuery, vanilla JS only. Starting version 2.0 theme is built with SASS in BEM style using ITCSS (http://itcss.io/) architecture. ![Willow Ghost Theme](http://i.imgur.com/a8WfkoS.png) +## Theme Compatibility +Theme is fully compatible with Ghost 1.X versions. The 0.X version compatible theme can be found in "version-0.X" branch. + ## Theme Demo ~~This theme is currently being used on my personal blog - [https://raivis.com/](https://raivis.com/).~~ Sorry, demo is no longer available - check the screenshots below or see this page for more detailed theme overview - [https://raivis.com/willow-free-responsive-minimalist-ghost-blog-theme/](https://raivis.com/willow-free-responsive-minimalist-ghost-blog-theme/) diff --git a/assets/img/favicon.ico b/assets/img/favicon.ico deleted file mode 100644 index 6da2722..0000000 Binary files a/assets/img/favicon.ico and /dev/null differ diff --git a/author.hbs b/author.hbs index 23094b9..e1d2884 100644 --- a/author.hbs +++ b/author.hbs @@ -1,9 +1,9 @@ {{!< default}} {{#author}}
- {{#if image}} + {{#if profile_image}}
- {{name}}'s Picture + {{name}}'s Picture
{{/if}} diff --git a/package.json b/package.json index 235d302..e8083f2 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,17 @@ { "name": "Willow", - "version": "4.0.0", + "version": "4.1.0", "main": "Gruntfile.js", "author": { "name": "Raivis Vitols", "url": "https://raivis.com" }, + "engines": { + "ghost": ">=1.0.0" + }, + "config": { + "posts_per_page": 9 + }, "devDependencies": { "grunt": "~1.0.1", "grunt-sass": "~1.1.0", diff --git a/partials/head.hbs b/partials/head.hbs index 982127e..d93d859 100644 --- a/partials/head.hbs +++ b/partials/head.hbs @@ -2,11 +2,7 @@ {{meta_title}} - - - - diff --git a/partials/post-list.hbs b/partials/post-list.hbs index d37bb83..7b41ed3 100644 --- a/partials/post-list.hbs +++ b/partials/post-list.hbs @@ -2,7 +2,7 @@ {{#foreach posts}}