Skip to content

anteloe/ghost-theme-willow

 
 

Repository files navigation

Willow Ghost Theme

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

Willow Ghost Theme

Demo

This theme is currently used on my personal blog.

Styling & Compiling

Requires Grunt task runner & NPM to be installed.

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

Adding Disqus

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, which usually looks like this:

(function() {
    var d = document, s = d.createElement('script');
    s.src = '//yourdisqussite.disqus.com/embed.js';
    s.setAttribute('data-timestamp', +new Date());
    (d.head || d.body).appendChild(s);
})();

Editing Social Links

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 57.1%
  • HTML 27.6%
  • JavaScript 15.3%