You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: track and display README badge embedders count
Adds a Redis-backed counter to the /api/badge route so we know how
many distinct GitHub users have our graveyard SVG live in their
READMEs. INCR for total renders (lower bound due to 5-minute edge
cache), SADD on a 'stats:badge_usernames' set for unique-count.
/api/stats exposes both as badgeRenders and badgeUsers. The homepage
StatsCounter renders an optional third stat next to repos buried and
profiles examined, hidden until the count is non-zero so a fresh
deploy does not show an awkward 0000.
Sitemap expanded to 13 sample /user URLs: the 4 confirmed badge
embedders, the 3 curated-list maintainers who already link to us,
and 8 famous-casualty orgs. Gives crawlers a richer set of
graveyard pages to index alongside the static routes.
0 commit comments