feat(brand): rebrand site to dotgibson + new logo mark#49
Merged
Conversation
…copy Full rebrand of the showcase site to the dotgibson org identity: - site.name 'dotfiles' -> 'dotgibson' (drives header/footer/title suffix) - title -> 'dotgibson — a layered terminal ecosystem' - Hero eyebrow -> '~/dotgibson · layered ecosystem' - architecture prose: replace hard 'ten-repo'/'ten machines' counts with count-agnostic phrasing (fleet / multi-repo / every machine) Descriptive lowercase 'dotfiles' (a dotfiles ecosystem) and repo slugs (dotfiles-core, ~/dotfiles-MacBook) are intentionally kept. Logo/favicon/ OG-card + accent refresh land in a follow-up commit on this branch once the new logo asset is in hand. astro build passes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RMEBzQWNQPcYfUEbin1zjW
…ader/footer Introduce the ~/. ring mark (the ~/ shell prompt + the leading dot of dotfiles) as the brand logo, reproduced as crisp SVG in the Tokyo Night palette: - public/logo.svg — the mark (spectrum ring, amber ~/ , cyan dot) - public/favicon.svg — rebuilt from the mark (legible to 16px) - public/og.svg — redesigned social card: mark + gradient 'dotgibson' wordmark + tagline, count-agnostic - Header/Footer: swap the ~/ text glyph for the logo mark Built + visually QA'd via headless Chromium. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RMEBzQWNQPcYfUEbin1zjW
There was a problem hiding this comment.
Pull request overview
Rebrands the Astro showcase site from dotfiles to dotgibson, updates key copy to be more count-agnostic, and introduces a new ~/. logo mark implemented as SVG assets and used in the header/footer and social images.
Changes:
- Update site-level metadata and on-page copy to the new dotgibson identity.
- Replace the
~/text glyph in the header/footer with an SVG logo mark (public/logo.svg). - Redesign/replace public-facing SVG assets (favicon + OG/social card) to match the new brand.
Reviewed changes
Copilot reviewed 5 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/pages/architecture.astro | Updates architecture page copy to remove fixed repo/machine counts. |
| src/data/site.ts | Renames site identity/title to dotgibson and updates tagline/title string. |
| src/components/Hero.astro | Updates hero eyebrow copy to the new branding. |
| src/components/Header.astro | Swaps header brand glyph from text to the new logo SVG mark + adds styling. |
| src/components/Footer.astro | Swaps footer brand glyph from text to the new logo SVG mark + adds styling. |
| public/og.svg | Rebuilds the OG/social card SVG to the new mark + wordmark + tagline. |
| public/logo.svg | Adds the new logo mark as a standalone SVG asset. |
| public/favicon.svg | Rebuilds the favicon SVG from the new mark for small-size legibility. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <div class="container hero__grid"> | ||
| <div class="hero__copy"> | ||
| <span class="eyebrow">~/dotfiles · ten-repo ecosystem</span> | ||
| <span class="eyebrow">~/dotgibson · layered ecosystem</span> |
Comment on lines
+48
to
+52
| .brand__mark { | ||
| width: 1.3rem; | ||
| height: 1.3rem; | ||
| display: block; | ||
| margin-right: 0.35rem; |
Address review on #49: - Hero stats: '10 repos' -> '∞ machines' (the PR claimed count-agnostic copy but this hard stat slipped through) - Footer .brand: add align-items:center so the new logo mark aligns with the wordmark (Header already did this) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RMEBzQWNQPcYfUEbin1zjW
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.
What
Rebrands the showcase site to the new dotgibson identity and introduces the logo mark.
Naming / copy
site.namedotfiles→dotgibson(drives header, footer, and the page-title suffix)<title>→ "dotgibson — a layered terminal ecosystem"~/dotgibson · layered ecosystemdotfiles-core,~/dotfiles-MacBook)Logo + visuals
The mark is
~/.— the~/shell prompt you already used, plus the leading dot of a dotfile — amber on Tokyo-Night navy inside a spectrum ring. Reproduced as crisp SVG (scales perfectly; better than the source raster):public/logo.svg— the markpublic/favicon.svg— rebuilt from the mark (legible down to 16px)public/og.svg— redesigned social card: mark + gradientdotgibsonwordmark + taglineHeader.astro/Footer.astro— swapped the~/text glyph for the markVerification
npm run buildpasses (8 pages).Note
Same logo treatment is going to the org profile (
.github) in a separate PR.🤖 Generated with Claude Code
Generated by Claude Code