Updated readme file, added preview image
[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 being used on my [personal blog](https://raivis.com/).
8
9 ### Styling & Compiling
10
11 Requires Compass to be installed.
12
13 cd content/themes/[theme-folder]/assets/scss && compass watch ./
14
15 ### Adding Disqus
16
17 Open the `content/themes/[theme-folder]/post.hbs` file,
18 lookup `/* Paste Your Disqus Embed Code Here */`
19 line and replace it with your Disqus embed code.
20
21 ### Editing Social Links
22
23 Edit the `content/themes/[theme-folder]/partials/social-links.hbs` file.