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

Uploading to Ghost #10

Open
edwinhawk opened this issue Sep 9, 2016 · 2 comments
Open

Uploading to Ghost #10

edwinhawk opened this issue Sep 9, 2016 · 2 comments

Comments

@edwinhawk
Copy link

I follow the Ghost directions of downloading the .zip folder, but when I upload the folder I have an error message saying that it an incorrect format. What steps am I missing?
PS I love this theme and look forward to utilizing it!

@mary-dean
Copy link

mary-dean commented Sep 21, 2016

This is a common problem with ghost templates. The zip file is 2 levels deep. You need to unzip the the zip file locally and look inside, where you will see ANOTHER folder called 'chopstick-master', which contains default.hbs and all the other theme files. THAT'S the folder you need to zip up and upload to your server. Or, if you can access your server directly, just move the folder one level up. E.g.:

WRONG:
/var/www/ghost/content/themes/chopstick-master/chopstick-master/[theme files]

RIGHT:
/var/www/ghost/content/themes/chopstick-master/[theme files]

It's a really nice theme and worth the time to get it set up. Be sure to look at the documentation and load the sample data, which makes it much easier to understand how it's put together.

@edwinhawk
Copy link
Author

Sounds great, thank you for the response! I'm looking forward to giving it
a try!

On Tue, Sep 20, 2016 at 10:14 PM, mary-dean notifications@github.com
wrote:

This is a common problem with ghost templates. The zip file is 2 levels
deep. You need to unzip the the zip file locally and look inside, where you
will see ANOTHER folder called 'chopstick-master', which contains
default.hbs and all the other theme files. THAT'S the folder you need to
zip up and upload to your server. Or, if you can access your server
directly, just move the folder one level up. E.g.:

WRONG:
/var/www/ghost/content/themes/chopstick-master/chopstick-master/

RIGHT:
/var/www/ghost/content/themes/chopstick-master/

It's a really nice theme and worth the time to get it set up. Be sure to
look at the documentation and load the sample data, which makes it much
easier to understand how it's put together.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#10 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AVE-qki6SZKidaFRRr1Y7hU_6ijfl_5zks5qsJLqgaJpZM4J5L2D
.

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