docs: cosmic theme revamp for the documentation site#375
Merged
Conversation
Restyle the Jekyll docs site to match the new v5.0.0 key art: a deep-space theme with a starfield header banner, a glossy two-tone gradient title (blue "Semantic", orange "Logger"), the chrome-and-red rocket, flame-orange nav accents, cosmic-blue headings and links, and dark space-themed code blocks. - Header: starfield banner (cropped from the key art) with a dark overlay; gradient title spans; chrome rocket icon. - Palette: green headings -> cosmic blue; links aligned to cosmic blue; active/hover nav buttons -> flame orange. - Code blocks: dark navy surface with a remapped Pygments/Rouge token palette (orange keywords, green strings, sky-blue builtins, gold numbers, violet names). - Icons: favicon.ico (multi-res) and apple-touch-icon.png regenerated from the chrome rocket, flattened onto navy; old red rocket art retired. - Landing page: full key art added as a compact centered hero. - Tagline trimmed to drop the redundant "Semantic Logger" prefix. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
rails_semantic_logger has now been upgraded to v5.0.0 in lockstep (gemspec pins semantic_logger ">= 5.0"), so update CLAUDE.md to reflect that the v5 internal refactors have been accounted for rather than pending. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Revamps the documentation site (logger.rocketjob.io) to match the new v5.0.0 key art — a deep-space theme replacing the long-standing black→red header, green headings, and light code blocks.
Changes
favicon.icoandapple-touch-icon.pngregenerated from the chrome rocket, flattened onto navy (iOS renders transparency as black). Old red-rocket art retired.Only the Jekyll layout, two stylesheets,
index.md, and image assets change — no gem code touched.Verification
Built locally with
jekyll buildand screenshotted the landing page and a code-heavy page (appenders) in headless Chrome: header, gradient title, nav, hero, headings/links, and dark syntax highlighting all render correctly.🤖 Generated with Claude Code