From bcc3fdb8f519ce57bbc1672582aebefe4d4813dd Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 13 Mar 2026 20:14:39 +0000 Subject: [PATCH] docs: document Solo theme modifications and code injection state MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed Powered by Ghost footer via direct theme edit. Dark theme CSS injection documented. Font injection documented. Task #39 in progress — Chronicler #29 --- .../tasks/ghost-cms-buildout/deployment-plan.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/tasks/ghost-cms-buildout/deployment-plan.md 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)