Updated readme file
[ghost-theme-willow.git] / README.md
1 # Willow Ghost Theme
2 Personal, responsive, minimalist and open-source theme for Ghost blogging platform.
3
4 ![Willow Ghost Theme](http://i.imgur.com/gGNeWzG.png)
5
6 ## Demo
7 This theme is currenly used on my [personal blog](https://raivis.com/).
8
9 ## Styling & Compiling
10
11 Requires [Compass](http://compass-style.org/) framework to be installed.
12
13 $ cd content/themes/[theme-folder]/assets/scss
14 $ compass watch ./
15
16 ## Adding Disqus
17
18 Open the `content/themes/[theme-folder]/post.hbs` file,
19 lookup `/* Paste Your Disqus Embed Code Here */`
20 line and replace it with your Disqus embed code, which usually looks like this:
21
22 <script>
23 (function() {
24 var d = document, s = d.createElement('script');
25 s.src = '//yourdisqussite.disqus.com/embed.js';
26 s.setAttribute('data-timestamp', +new Date());
27 (d.head || d.body).appendChild(s);
28 })();
29 </script>
30
31 ## Editing Social Links
32
33 Edit the `content/themes/[theme-folder]/partials/social-links.hbs` file.