mbejda / CoderGhostTheme

Coder Ghost Theme for Showcasing Projects
https://www.mbejda.com/coder-ghost-theme/
MIT License
128 stars 49 forks source link

Update for ghost 2.0 #9

Open ashleysommer opened 6 years ago

ashleysommer commented 6 years ago

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

mbejda commented 6 years ago

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

ashleysommer commented 6 years ago

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/

mbejda commented 5 years ago

It looks great!