feat(blue-tech): mute the homepage navbar title and separate the share row#156
Merged
Conversation
…e row The hero already shows the site title prominently, so the navbar version goes quiet on the homepage (same block-override pattern the terminal theme uses) and stays colored on inner pages. The post footer's share row gains a divider and breathing room below related posts. Closes #14 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…t section All three themes gave both the post footer and its first inner section (usually related posts) a top border, stacking two lines with dead space between. The footer's own edge is the first divider, so the first child drops its duplicate. Spotted on blue-tech during the #14 review; default and terminal inherited the same pattern. Co-Authored-By: Claude Fable 5 <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.
Summary
Closes #14 (Revisit Blue Tech theme: polish and feature integration).
The issue predates most of 0.2 through 0.4, and the audit found its integration checklist already satisfied: dynamic navbar, tag/archive pages, inline navbar search with styled results, share buttons, feed link, Open Graph tags, reading time, collapsible TOC, related posts, and per-post authors all render correctly in the theme's own styling. Verified visually route by route on desktop and 390px mobile, including the 404 page, no-posts, and empty search states. "Loading states" from the checklist don't apply to a server-rendered site.
Changes
The two things actually left:
Testing
Full test suite passes (553). Visual verification across home, posts, post (TOC/related/share), tags, tag, archive, about, 404, and search dropdown, desktop and mobile.
— Claude