Ghost 2.0 was released today (https://blog.ghost.org/2-0/) and Vapor 1.5 is no longer compatible. According to Gscan, here's what we need to fix:
Must Fix:
The {{#if author.*}} block helper should be replaced with {{#if primary_author.*}} or {{#if authors.[#].*}}
Replace the {{author.name}} helper with {{primary_author.name}} or {{authors.[#].name}}
Replace the {{author.bio}} helper with {{primary_author.bio}} or {{authors.[#].bio}}
Replace the {{author.website}} helper with {{primary_author.website}} or {{authors.[#].website}}
Replace the {{author.profile_image}} helper with {{primary_author.profile_image}} or {{authors.[#].profile_image}}
The .kg-width-wide CSS class is required to use your theme with 2.0
The .kg-width-full CSS class is required to use your theme with 2.0
Should Fix:
package.json property keywords should contain ghost-theme
I'm going to give this a shot sometime tonight or tomorrow when I get a chance, but figured I'd open an issue for it in case anyone wants to get ahead and submit a PR before I do.
Ghost 2.0 was released today (https://blog.ghost.org/2-0/) and Vapor 1.5 is no longer compatible. According to Gscan, here's what we need to fix:
Must Fix:
{{#if author.*}}
block helper should be replaced with{{#if primary_author.*}}
or{{#if authors.[#].*}}
{{author.name}}
helper with{{primary_author.name}}
or{{authors.[#].name}}
{{author.bio}}
helper with{{primary_author.bio}}
or{{authors.[#].bio}}
{{author.website}}
helper with{{primary_author.website}}
or{{authors.[#].website}}
{{author.profile_image}}
helper with{{primary_author.profile_image}}
or{{authors.[#].profile_image}}
.kg-width-wide
CSS class is required to use your theme with 2.0.kg-width-full
CSS class is required to use your theme with 2.0Should Fix:
package.json
propertykeywords
should containghost-theme
I'm going to give this a shot sometime tonight or tomorrow when I get a chance, but figured I'd open an issue for it in case anyone wants to get ahead and submit a PR before I do.