Refactoring code, cleaning up some SASS, styling author and tag page, adding optional...
[ghost-theme-willow.git] / README.md
1 # Willow Ghost Theme 3.0
2
3 Personal, responsive, minimalist and open-source theme for Ghost blogging platform.
4 Lightweight - only 2.9KB of CSS and 820B of JavaScript. No jQuery, vanilla JS only.
5 Version 2.0 comes with SASS in BEM style using ITCSS (http://itcss.io/) architecture.
6
7 ![Willow Ghost Theme](http://i.imgur.com/a8WfkoS.png)
8
9 ## Theme Demo
10
11 This theme is currently being used on my personal blog - [https://raivis.com/](https://raivis.com/).
12
13 ## Compiling SASS & Minifying JavaScript
14
15 Requires Grunt task runner & NPM to be installed.
16
17 $ cd content/themes/[theme-folder]
18 $ npm install
19 $ grunt
20
21 ## Editing Social Links and Promo Links
22
23 Edit the `content/themes/[theme-folder]/partials/sidebar.hbs` file.
24
25 ## Enabling Disqus (https://disqus.com/) Comments
26
27 1. Edit the `content/themes/[theme-folder]/post.hbs` file, uncomment "comments" partial
28 block inclusion: turn `<!--{{> "comments"}}-->` into `{{> "comments"}}`.
29
30 2. Replace Disqus embed code with your site code - https://disqus.com/admin/universalcode/