This repo is a revision of the default theme Ghost. ###Demo
If this your first time here is a [good resource to set up your Ghost and AWS website and add a custome theme] (http://dannydelott.com/installing-ghost-blog-on-amazon-web-services-with-namecheap-domain-and-custom-theme/)
To push to the AWS site
- First push update to git repo
ssh -i ghost-blog.pem XXX.amazonaws.com
# XXX = Your Amazon Public IP
Once ssh'd into server
sudo su
# to be able to write to filescd /var/www/ghost/content/themes/blog-theme
git pull origin master
# update from gitreoppm2 restart ghost
# restart ghost
Copyright (c) 2013-2015 Ghost Foundation - Released under the MIT License.