X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=README.md;h=4238a39af6a4ac52fc7a4909ecea21cf4305fa53;hb=8b10440817690f8e485ce840f376f2c02943aaa2;hp=fed960471c35c64712450667ab1af533142d2320;hpb=55bf2f882d835ba5c47d1ae07dfab2d9f3cb9ce7;p=ghost-theme-willow.git diff --git a/README.md b/README.md index fed9604..4238a39 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,23 @@ -# Willow Ghost Theme -Personal, responsive, minimalist and open-source theme for Ghost blogging platform. - -## Demo -This theme is currenly being used on my [personal blog](https://raivis.com/). +# Willow Ghost Theme 2.0 -## Features -- Minimalist, focuses on content; -- Incredibly lightweight theme; +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. -## Notes +![Willow Ghost Theme](http://i.imgur.com/a8WfkoS.png) -### Styling & Compiling +## Theme Demo -Requires Compass to be installed. +This theme is currently being used on my personal blog - [https://raivis.com/](https://raivis.com/). - cd content/themes/[theme-folder]/assets/scss && compass watch ./ - +## Compiling SASS & Minifying JavaScript -### Adding Disqus +Requires Grunt task runner & NPM to be installed. -Open the `content/themes/[theme-folder]/post.hbs` file, -lookup `/* Paste Your Disqus Embed Code Here */` -line and replace it with your Disqus embed code. + $ cd content/themes/[theme-folder] + $ npm install + $ grunt -### Social Links +## Editing Social Links and Promo Links -Edit the `content/themes/[theme-folder]/partials/social-links.hbs` file. \ No newline at end of file +Edit the `content/themes/[theme-folder]/partials/sidebar.hbs` file.