Here is a checklist for devs maintaining our Ghost themes.
We usually override the themes and re-insert the custom parts. It avoid the pain to compare each files and minimize human error.There are impacts on those parts:
1) files
/partials/custom_footer.hbs
/partials/custom_header.hbs
/package.json
2) directory
/assets/css_firepress/
3) edit default.hbs
In default.hbs, we do reference:
- {{>custom_header}}
- {{>custom_footer}}
- custom `<footer class="site-foot">`
Then, follow this checklist https://trello.com/c/a6jfQeCp/138-global-update-for-live-demo-on-play-with-ghost-part-2