diff --git a/docs/tasks/ghost-cms-buildout/deployment-plan.md b/docs/tasks/ghost-cms-buildout/deployment-plan.md new file mode 100644 index 0000000..e3bc03a --- /dev/null +++ b/docs/tasks/ghost-cms-buildout/deployment-plan.md @@ -0,0 +1,17 @@ + +## Theme Modifications (March 13, 2026) + +### Solo Theme — default.hbs +- Removed "Powered by Ghost" from footer (line 101) +- File: `/var/www/firefrost/content/themes/solo/default.hbs` +- Command: `sudo sed -i` to replace footer line +- Ghost restarted after change + +### Code Injection — Site Footer +- Dark theme: `#0A0A0A` background +- Fire/Frost gradient buttons: `#ff4d00` → `#00E5FF` +- Orbitron font on headers/buttons +- All Ghost branding CSS suppressed + +### Code Injection — Site Header +- Google Fonts: Orbitron (700,800) + Inter (400,600)