Padraig.Blog V1.0

Today, along with the release of Ghost 1.0, I have decided to updated the blog with the brand new Ghost 1.0 theme and modified it so that it will show a new random image daily from Unsplash

How? Here’s how!

In your new Ghost install, navigate to content/themes/casper/ and open index.hbs

On, Line 6, replace:

<header class="site-header outer {{#if @blog.cover_image}}" style="background-image: url({{@blog.cover_image}}){{else}}no-cover{{/if}}">

with

<header class="site-header outer {{#if @blog.cover_image}}" style="background-image: url(https://source.unsplash.com/daily){{else}}no-cover{{/if}}">

Save, and restart ghost by going back to the root of your Ghost install and invoke:
ghost restart


Anyway, new content coming soon (As soon as I can get over this damn cold that I have had for about a week now!)