Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for ghost 2.0 #9

Open
ashleysommer opened this issue Aug 24, 2018 · 3 comments
Open

Update for ghost 2.0 #9

ashleysommer opened this issue Aug 24, 2018 · 3 comments

Comments

@ashleysommer
Copy link

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
Copy link
Owner

mbejda commented Aug 30, 2018

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

@ashleysommer
Copy link
Author

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
Copy link
Owner

mbejda commented Feb 20, 2019

It looks great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants