57fd35fc46108247bd84b0e33a1488f80a565b89
[ghost-theme-willow.git] / README.md
1 # Willow Ghost Theme 2.0
2
3 Personal, responsive, minimalist and open-source theme for Ghost blogging platform.
4 Lightweight - only 2.8KB of CSS and 828B 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/17SqjHR.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.