#How to Install Ghost
This is the theme that is used for http://howtoinstallghost.com
###How to use git clone https://github.com/HowtoGhost/howtoinstallghost.git cd howtoinstallghost git submodule init git submodule update mkdir partials cp global-resources/partials/* partials/. sass assets/sass/screen.scss assets/css/style.css --style compressed
###How to Update git pull git submodule foreach git pull origin master chown -R ghost:ghost ./* chmod g+w ./* cp global-resources/partials/* partials/. sass assets/sass/screen.scss assets/css/style.css --style compressed
PR's and suggestions welcome :)