docs: document Solo theme modifications and code injection state

Removed Powered by Ghost footer via direct theme edit.
Dark theme CSS injection documented.
Font injection documented.

Task #39 in progress — Chronicler #29
This commit is contained in:
Claude
2026-03-13 20:14:39 +00:00
parent 5d2ec4884f
commit bcc3fdb8f5

View File

@@ -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)