DreamOfTheRedChamber / ghost-theme-willow

Personal, responsive, minimalist and open-source theme for Ghost blogging platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Willow Ghost Theme 3.0

Personal, responsive, minimalist and open-source theme for Ghost blogging platform. Lightweight - only 2.9KB of CSS and 820B of JavaScript. No jQuery, vanilla JS only. Version 2.0 comes with SASS in BEM style using ITCSS (http://itcss.io/) architecture.

Willow Ghost Theme

Theme Demo

This theme is currently being used on my personal blog - https://raivis.com/. See this page for more detailed theme overview - https://raivis.com/willow-free-responsive-minimalist-ghost-blog-theme/

Compiling SASS & Minifying JavaScript

Requires Grunt task runner & NPM to be installed.

$ cd content/themes/[theme-folder]
$ npm install
$ grunt

Editing Social Links and Promo Links

Edit the content/themes/[theme-folder]/partials/sidebar.hbs file.

Enabling Disqus Comments Box

  1. Edit the content/themes/[theme-folder]/post.hbs file, uncomment "comments" partial inclusion.

  2. Replace Disqus embed code with your site code - https://disqus.com/admin/universalcode/

About

Personal, responsive, minimalist and open-source theme for Ghost blogging platform.

License:MIT License


Languages

Language:CSS 72.1%Language:HTML 19.9%Language:JavaScript 8.1%