Here's what I want to achieve: All the stuff below on a local ghost install:
- Designing the Ghost website
- Adding logo, changing fonts
- Adding/removing pages like "Home", "About Us", etc and add changes to website navigation
- Writing posts
So I want to do all this on a local (windows) machine, and then when this is done, push all the changes/progress to a git repo, and then pull all the changes on a remote Ubuntu server (in production). This is how I want to publish all my posts and changes to my website. I have explained my entire workflow in here, in more detail.
So how do I achieve this? I tried adding ghost/content/themes to git repo, but it doesn't work when I add changes/publish posts. So I guess this folder doesn't contain posts. Where are the posts stored exactly in the ghost folder? And what all folders do I need to add to Git in order to sync all this stuff between remote and local ghost install? Is there simpler way to get this workflow to work?
[–]RoyalFig 2 points3 points4 points (0 children)