Updating theme - version 4.0.0 - fonts, conditional comments, prev & next posts,...
[ghost-theme-willow.git] / README.md
1 # Willow Ghost Theme 4.0
2
3 Personal, responsive, minimalist and open-source theme for Ghost blogging platform. Lightweight - only 3KB of CSS and 820B of JavaScript. No jQuery, vanilla JS only. Starting version 2.0 theme is built with SASS in BEM style using ITCSS (http://itcss.io/) architecture.
4
5 ![Willow Ghost Theme](http://i.imgur.com/a8WfkoS.png)
6
7 ## Theme Demo
8
9 This theme is currently being used on my personal blog - [https://raivis.com/](https://raivis.com/). See this page for more detailed theme overview - [https://raivis.com/willow-free-responsive-minimalist-ghost-blog-theme/](https://raivis.com/willow-free-responsive-minimalist-ghost-blog-theme/)
10
11 ## Compiling SASS & Minifying JavaScript
12
13 Requires Grunt task runner & NPM to be installed.
14
15 $ cd content/themes/[theme-folder]
16 $ npm install
17 $ grunt
18
19 ## Editing Social Links and Promo Links
20
21 Edit the `content/themes/[theme-folder]/partials/sidebar.hbs` file.
22
23 ## Enabling Disqus Comments Box
24
25 1. Edit the `content/themes/[theme-folder]/post.hbs` file, uncomment "comments" partial
26 inclusion.
27
28 2. Replace Disqus embed code with your site code - https://disqus.com/admin/universalcode/. Edit `content/themes/[theme-folder]/partials/comments.hbs` file and replace `loadDisqusComments` function body with Disqus embed code function body.