CoderGhostTheme icon indicating copy to clipboard operation
CoderGhostTheme copied to clipboard

Update for ghost 2.0

Open ashleysommer opened this issue 7 years ago • 3 comments

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

ashleysommer avatar Aug 24 '18 13:08 ashleysommer

Can you provide some info on what minor changes need to be done?

mbejda avatar Aug 30 '18 20:08 mbejda

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/

ashleysommer avatar Aug 30 '18 23:08 ashleysommer

It looks great!

mbejda avatar Feb 20 '19 18:02 mbejda