Update for ghost 2.0
I like this theme and want to use it on my new blog. I believe there are some minor changes between Ghost 1.x and 2.0 which theme developers need to adapt in order to get their theme to work properly on Ghost 2.0
Can you provide some info on what minor changes need to be done?
Required changes are listed here (under 2.0.0): https://themes.ghost.org/docs/changelog#section-ghost-200
Specifically, add this to package.json:
"keywords": [
"ghost",
"theme",
"ghost-theme"
],
Add this to default.css:
.kg-width-wide {
}
.kg-width-full {
}
I've forked this theme, updated it to Ghost 2.0.0, and made some changes for my own blog, check out the result here: http://blog.deansommer.id.au/
It looks great!