docs: add the Trendshift badge to the README - #79
Merged
Conversation
Logue reached #8 Repository of the Day for Swift on 28 July 2026. The badge sits on its own line above the shields row rather than inside it: at 250x55 it is more than twice their height, and dropping it into that centred run leaves the flat-square badges floating against its middle. The image is served live by Trendshift rather than frozen at the achievement, so what it shows can move. Verified it currently renders "#8 Repository Of The Day" with the Swift qualifier before committing.
The badge image is served live, so on its own it reads as today's standing. "First reached
July 28, 2026" underneath makes it a dated achievement instead, which is the honest version
and stays true if the ranking moves.
Wording follows Trendshift's own ("First achieved on 28th, Jul 2026"), and <sub> keeps it
visually subordinate to the badge.
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.
Logue reached #8 Repository of the Day for Swift on Trendshift (28 July 2026). This adds
the badge Trendshift publishes for it.
Placement
Its own centred line above the existing shields row, not inside it. The Trendshift badge
is 250x55; the shields are flat-square and about 20px tall, so putting it in that run leaves
them floating against its middle.
One thing worth knowing
The image is served live by Trendshift (
/daily?language=Swift), not frozen at the dayit was achieved, so what it displays can change. I fetched it before committing to check what
it actually renders today:
image/svg+xmlTRENDSHIFT,· Swift,#8 Repository Of The DaySo it matches the achievement right now. If the ranking moves, the README follows it. That
seemed preferable to hard-coding a static image, but say if you would rather pin it.
The
for Swiftqualifier is part of the badge itself, which matters: "#8 Repository of theDay" without it reads as #8 overall.
Docs only, no code touched.