Merge pull request #2 from nielsencfm/master
[ghost-theme-willow.git] / README.md
index fed960471c35c64712450667ab1af533142d2320..e1998a061d67845ff415cd23c53a791b10cb5abb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,28 +1,33 @@
 # Willow Ghost Theme
 Personal, responsive, minimalist and open-source theme for Ghost blogging platform.
 
-## Demo
-This theme is currenly being used on my [personal blog](https://raivis.com/).
+![Willow Ghost Theme](http://i.imgur.com/gGNeWzG.png)
 
-## Features
-- Minimalist, focuses on content;
-- Incredibly lightweight theme;
+## Demo
 
-## Notes
+This theme is currently used on my [personal blog](https://raivis.com/).
 
-### Styling & Compiling
+## Styling & Compiling
 
-Requires Compass to be installed.
+Requires Grunt task runner & NPM to be installed.
 
-    cd content/themes/[theme-folder]/assets/scss && compass watch ./
+    $ cd content/themes/[theme-folder]
+    $ npm install
+    $ grunt
     
-
-### Adding Disqus
+## Adding Disqus
 
 Open the `content/themes/[theme-folder]/post.hbs` file, 
 lookup `/* Paste Your Disqus Embed Code Here */` 
-line and replace it with your Disqus embed code.
-
-### Social Links
+line and replace it with your Disqus embed code, which usually looks like this:
+
+    (function() {
+        var d = document, s = d.createElement('script');
+        s.src = '//yourdisqussite.disqus.com/embed.js';
+        s.setAttribute('data-timestamp', +new Date());
+        (d.head || d.body).appendChild(s);
+    })();
+    
+## Editing Social Links
 
-Edit the `content/themes/[theme-folder]/partials/social-links.hbs` file.
\ No newline at end of file
+Edit the `content/themes/[theme-folder]/partials/social-links.hbs` file.