Updated readme file
[ghost-theme-willow.git] / README.md
index ae860b8524abc3471703e9b460e8e52f7b41182b..aa775366d409334173118a5091ed5f2a765ad5ea 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,20 +4,29 @@ Personal, responsive, minimalist and open-source theme for Ghost blogging platfo
 ![Willow Ghost Theme](http://i.imgur.com/gGNeWzG.png)
 
 ## Demo
-This theme is currenly being used on my [personal blog](https://raivis.com/).
 
-### Styling & Compiling
+This theme is currenly used on my [personal blog](https://raivis.com/).
 
-Requires Compass to be installed.
+## Styling & Compiling
 
-    cd content/themes/[theme-folder]/assets/scss && compass watch ./
+Requires [Compass](http://compass-style.org/) framework to be installed.
+
+    $ cd content/themes/[theme-folder]/assets/scss
+    $ compass watch ./
     
-### 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.
-
-### Editing 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.