X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=README.md;h=da58a7500836410fd1d64b6f59f3cdf8bfc52c92;hb=59f5a54318ddde1faf304ecd29dc67caca563884;hp=57fd35fc46108247bd84b0e33a1488f80a565b89;hpb=ca309747b3ab36294a5d2d6eba7e2956ee43f024;p=ghost-theme-willow.git diff --git a/README.md b/README.md index 57fd35f..da58a75 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,12 @@ -# Willow Ghost Theme 2.0 +# Willow Ghost Theme 4.0 -Personal, responsive, minimalist and open-source theme for Ghost blogging platform. -Lightweight - only 2.8KB of CSS and 828B of JavaScript. No jQuery, vanilla JS only. -Version 2.0 comes with SASS in BEM style using ITCSS (http://itcss.io/) architecture. +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. -![Willow Ghost Theme](http://i.imgur.com/17SqjHR.png) +![Willow Ghost Theme](http://i.imgur.com/a8WfkoS.png) ## Theme Demo -This theme is currently being used on my personal blog - [https://raivis.com/](https://raivis.com/). +~~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/)~~ Sorry, demo is no longer available - check the screenshots below. ## Compiling SASS & Minifying JavaScript @@ -20,4 +18,18 @@ Requires Grunt task runner & NPM to be installed. ## Editing Social Links and Promo Links -Edit the `content/themes/[theme-folder]/partials/sidebar.hbs` file. \ No newline at end of file +Edit the `content/themes/[theme-folder]/partials/sidebar.hbs` file. Social links are in DIV with class `c-sidebar-contact-links` and promo links are in `c-sidebar-promotion-links` DIV - just edit the anchors added inside them. + +## Enabling Disqus Comments Box + +1. Edit the `content/themes/[theme-folder]/post.hbs` file, uncomment `` partial inclusion. + +2. Replace Disqus embed code with your site code. Edit `content/themes/[theme-folder]/partials/comments.hbs` file and replace `loadDisqusComments` function body with Disqus embed code function. + +## Screenshots + +![Homepage](http://i.imgur.com/OhiKrda.png) +--- +![Post](http://i.imgur.com/AHg6RJn.png) +--- +![Author](http://i.imgur.com/5Wof20Y.png)