This is my fork of Willow Ghost Theme 4.1 by Raivis Vitols.
Theme is fully compatible with Ghost 1.X versions. I'm in the process of adding multilanguage support.
This theme is currently being used on my personal blog - https://www.alexandremercier.jp/.
The theme is using the original Gruntfile.js. I'll try to update it and make a Webpack, just to be like the cool kids.
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>That one developer still using a Gruntfile pic.twitter.com/OHOc4UTaxV
— I Am Devloper (@iamdevloper) May 2, 2018
Anyway, requires Grunt task runner & NPM to be installed.
$ npm install -g grunt-cli
$ cd content/themes/[theme-folder]
$ npm install
$ gruntEdit 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.
-
Edit the
content/themes/[theme-folder]/post.hbsfile, uncomment<!--{{> "comments"}}-->partial inclusion. -
Replace Disqus embed code with your site code. Edit
content/themes/[theme-folder]/partials/comments.hbsfile and replaceloadDisqusCommentsfunction body with Disqus embed code function.
I don't have time for this.