Updating theme - version 4.0.0 - fonts, conditional comments, prev & next posts,...
[ghost-theme-willow.git] / README.md
index 4750ff908d21df62879e5ecbd3846d48129ed767..e06223246f988eb8724b31b8aff17fadbef7e198 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,14 +1,12 @@
-# Willow Ghost Theme 3.0
+# Willow Ghost Theme 4.0
 
-Personal, responsive, minimalist and open-source theme for Ghost blogging platform.
-Lightweight - only 2.9KB of CSS and 820B of JavaScript. No jQuery, vanilla JS only.
-Version 2.0 comes with SASS in BEM style using ITCSS (http://itcss.io/) architecture.
+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 Demo
 
-This theme is currently being used on my personal blog - [https://raivis.com/](https://raivis.com/).
+This theme is currently being used on my personal blog - [https://raivis.com/](https://raivis.com/). 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/)
 
 ## Compiling SASS & Minifying JavaScript
 
@@ -22,9 +20,9 @@ Requires Grunt task runner & NPM to be installed.
 
 Edit the `content/themes/[theme-folder]/partials/sidebar.hbs` file.
 
-## Enabling Disqus (https://disqus.com/) Comments
+## Enabling Disqus Comments Box
 
 1. Edit the `content/themes/[theme-folder]/post.hbs` file, uncomment "comments" partial
-block inclusion: turn `<!--{{> "comments"}}-->` into `{{> "comments"}}`.
+inclusion.
 
-2. Replace Disqus embed code with your site code - https://disqus.com/admin/universalcode/
+2. Replace Disqus embed code with your site code - https://disqus.com/admin/universalcode/. Edit `content/themes/[theme-folder]/partials/comments.hbs` file and replace `loadDisqusComments` function body with Disqus embed code function body.