chore: regenerate social preview to match axonops/mask layout#30
Merged
Conversation
The previous social preview was a naïve sips-padded gopher on white —
not the branded layout axonops/mask uses. Replace with a PIL-rendered
1280x640 image that mirrors mask's geometry exactly:
* Dark teal background (#0c242e), sampled from mask's preview.
* White rounded-corner card at x=80..560 y=80..560 with the
syncmap gopher centred inside it.
* Right-hand text column at x=600 with "syncmap" as the title
(Arial Bold 110pt — fits the 7-letter word inside the canvas),
two tagline lines in 32pt regular, and the canonical repo URL
in dimmed 28pt at the bottom.
Visual side-by-side with /tmp/mask-social-preview.png confirms the
block structure, spacing, and colour palette match.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The social preview shipped in #29 was a sips-padded gopher on white — not the branded layout the mask project uses. This PR replaces it with a PIL-rendered 1280×640 image whose geometry mirrors `axonops/mask`'s `social-preview-1280x640.png` exactly.
Visual
Layout (sampled from mask)
Post-merge
Upload the regenerated image via Settings → Social preview. A copy is already on your desktop as `syncmap-social-preview-1280x640.png`.