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
8 This theme is currenly used on my [personal blog](https://raivis.com/).
9
10 ## Styling & Compiling
11
12 Requires [Compass](http://compass-style.org/) framework to be installed.
13
14 $ cd content/themes/[theme-folder]/assets/scss
15 $ compass watch ./
16
17 ## Adding Disqus
18
19 Open the `content/themes/[theme-folder]/post.hbs` file,
20 lookup `/* Paste Your Disqus Embed Code Here */`
21 line and replace it with your Disqus embed code, which usually looks like this:
22
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
30 ## Editing Social Links
31
32 Edit the `content/themes/[theme-folder]/partials/social-links.hbs` file.