Merge pull request #2 from nielsencfm/master
[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 currently used on my [personal blog](https://raivis.com/).
9
10 ## Styling & Compiling
11
12 Requires Grunt task runner & NPM to be installed.
13
14 $ cd content/themes/[theme-folder]
15 $ npm install
16 $ grunt
17
18 ## Adding Disqus
19
20 Open the `content/themes/[theme-folder]/post.hbs` file,
21 lookup `/* Paste Your Disqus Embed Code Here */`
22 line and replace it with your Disqus embed code, which usually looks like this:
23
24 (function() {
25 var d = document, s = d.createElement('script');
26 s.src = '//yourdisqussite.disqus.com/embed.js';
27 s.setAttribute('data-timestamp', +new Date());
28 (d.head || d.body).appendChild(s);
29 })();
30
31 ## Editing Social Links
32
33 Edit the `content/themes/[theme-folder]/partials/social-links.hbs` file.