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.
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/
Requires Grunt task runner & NPM to be installed.
$ cd content/themes/[theme-folder]
$ npm install
$ grunt
Edit the content/themes/[theme-folder]/partials/sidebar.hbs
file.
-
Edit the
content/themes/[theme-folder]/post.hbs
file, uncomment "comments" partial inclusion. -
Replace Disqus embed code with your site code - https://disqus.com/admin/universalcode/. Edit
content/themes/[theme-folder]/partials/comments.hbs
file and replaceloadDisqusComments
function body with Disqus embed code function body.