Make your cover of ghost blog fancy! (for casper)
- Login to ghost and click code injection tab.
- Add things in footer like this.
<link rel="stylesheet" href="//cdn.rawgit.com/HelloWorld017/ghost-cover-theme/master/dist/ghost-cover.bundle.css">
<script src="//cdn.rawgit.com/HelloWorld017/ghost-cover-theme/master/dist/ghost-cover.bundle.js"></script>
<script>
var myPattern = "fragments";
var myTheme = "default";
new gcCover(myPattern, myTheme).drawCover();
</script>