@@ -167,8 +167,8 @@ You can look at a preview for [all available themes](themes/README.md) or checko
167167
168168#### Responsive Card Theme
169169
170- [ ![ Anurag's GitHub stats-Dark] ( https://github-readme-stats-plus-theta.vercel.app/api?username=anuraghazra\ & show_icons=true\ & theme=dark#gh-dark-mode-only )] ( https://github.com/anuraghazra/github-readme-stats#responsive-card-theme#gh-dark-mode-only )
171- [ ![ Anurag's GitHub stats-Light] ( https://github-readme-stats-plus-theta.vercel.app/api?username=anuraghazra\ & show_icons=true\ & theme=default#gh-light-mode-only )] ( https://github.com/anuraghazra/github-readme-stats#responsive-card-theme#gh-light-mode-only )
170+ [ ![ Anurag's GitHub stats-Dark] ( https://github-readme-stats-plus-theta.vercel.app/api?username=anuraghazra&show_icons=true&theme=dark#gh-dark-mode-only )] ( https://github.com/anuraghazra/github-readme-stats#responsive-card-theme#gh-dark-mode-only )
171+ [ ![ Anurag's GitHub stats-Light] ( https://github-readme-stats-plus-theta.vercel.app/api?username=anuraghazra&show_icons=true&theme=default#gh-light-mode-only )] ( https://github.com/anuraghazra/github-readme-stats#responsive-card-theme#gh-light-mode-only )
172172
173173Since GitHub will re-upload the cards and serve them from their [ CDN] ( https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-anonymized-urls ) , we can not infer the browser/GitHub theme on the server side. There are, however, four methods you can use to create dynamics themes on the client side.
174174
@@ -183,7 +183,7 @@ We have included a `transparent` theme that has a transparent background. This t
183183<details >
184184<summary >:eyes: Show example</summary >
185185
186- ![ Anurag's GitHub stats] ( https://github-readme-stats-plus-theta.vercel.app/api?username=anuraghazra\ & show_icons=true\ & theme=transparent )
186+ ![ Anurag's GitHub stats] ( https://github-readme-stats-plus-theta.vercel.app/api?username=anuraghazra&show_icons=true&theme=transparent )
187187
188188</details >
189189
@@ -198,7 +198,7 @@ You can use the `bg_color` parameter to make any of [the available themes](theme
198198<details >
199199<summary >:eyes: Show example</summary >
200200
201- ![ Anurag's GitHub stats] ( https://github-readme-stats-plus-theta.vercel.app/api?username=anuraghazra\ & show_icons=true\ & bg_color=00000000 )
201+ ![ Anurag's GitHub stats] ( https://github-readme-stats-plus-theta.vercel.app/api?username=anuraghazra&show_icons=true&bg_color=00000000 )
202202
203203</details >
204204
@@ -402,6 +402,10 @@ You can customize the appearance and behavior of the pinned repository card usin
402402| Name | Description | Type | Default value |
403403| --- | --- | --- | --- |
404404| ` show_owner ` | Shows the repo's owner name. | boolean | ` false ` |
405+ | ` hide_title ` | Hides the card title. | boolean | ` false ` |
406+ | ` hide_text ` | Hides the repository description row. | boolean | ` false ` |
407+ | ` stats_only ` | Shortcut for hiding both title and description; takes precedence over ` hide_title ` /` hide_text ` . | boolean | ` false ` |
408+ | ` all_stats ` | Shows open issues, pull requests, and age badges (overrides the individual ` show_* ` flags). | boolean | ` false ` |
405409| ` description_lines_count ` | Manually set the number of lines for the description. Specified value will be clamped between 1 and 3. If this parameter is not specified, the number of lines will be automatically adjusted according to the actual length of the description. | number | ` null ` |
406410| ` show_issues ` | Shows the count of open issues. | boolean | ` false ` |
407411| ` show_prs ` | Shows the count of open pull requests. | boolean | ` false ` |
@@ -410,19 +414,31 @@ You can customize the appearance and behavior of the pinned repository card usin
410414
411415### Demo
412416
413- ![ Readme Card] ( https://github-readme-stats-plus-theta.vercel.app/api/pin/?username=anuraghazra\ & repo=github-readme-stats )
417+ ![ Readme Card] ( https://github-readme-stats-plus-theta.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats&bust_cache_nonce=12345 )
414418
415419Use ` show_owner ` query option to include the repo's owner username
416420
417- ![ Readme Card] ( https://github-readme-stats-plus-theta.vercel.app/api/pin/?username=anuraghazra\& repo=github-readme-stats\& show_owner=true )
421+ ![ Readme Card] ( https://github-readme-stats-plus-theta.vercel.app/api/pin/?username=anuraghazra\& repo=github-readme-stats\& show_owner=true&bust_cache_nonce=12345 )
418422
419423Show open issues/PRs and repo age (by last push):
420424
421- ![ Readme Card] ( https://github-readme-stats-plus-theta.vercel.app/api/pin/?username=anuraghazra\& repo=github-readme-stats\& show_issues=true\& show_prs=true\& show_age=true )
425+ ![ Readme Card] ( https://github-readme-stats-plus-theta.vercel.app/api/pin/?username=anuraghazra\& repo=github-readme-stats\& show_issues=true\& show_prs=true\& show_age=true&bust_cache_nonce=12345 )
422426
423427Show repo age by first commit date instead of last push:
424428
425- ![ Readme Card] ( https://github-readme-stats-plus-theta.vercel.app/api/pin/?username=anuraghazra\& repo=github-readme-stats\& show_age=true\& age_metric=first )
429+ ![ Readme Card] ( https://github-readme-stats-plus-theta.vercel.app/api/pin/?username=anuraghazra\& repo=github-readme-stats\& show_age=true\& age_metric=first&bust_cache_nonce=12345 )
430+
431+ Hide the description while keeping the title:
432+
433+ ![ Readme Card] ( https://github-readme-stats-plus-theta.vercel.app/api/pin/?username=anuraghazra\& repo=github-readme-stats\& hide_text=true&bust_cache_nonce=12345 )
434+
435+ Render just the stats row (title + description hidden) with ` stats_only ` :
436+
437+ ![ Readme Card] ( https://github-readme-stats-plus-theta.vercel.app/api/pin/?username=anuraghazra\& repo=github-readme-stats\& stats_only=true&bust_cache_nonce=12345 )
438+
439+ Enable issues, PRs, and age badges all at once with ` all_stats ` :
440+
441+ ![ Readme Card] ( https://github-readme-stats-plus-theta.vercel.app/api/pin/?username=anuraghazra\& repo=github-readme-stats\& all_stats=true&bust_cache_nonce=12345 )
426442
427443# GitHub Gist Pins
428444
@@ -703,7 +719,7 @@ Choose from any of the [default themes](#themes)
703719
704720* Customizing repo card
705721
706- ![ Customized Card] ( https://github-readme-stats-plus-theta.vercel.app/api/pin?username=anuraghazra\ & repo=github-readme-stats\ & title_color=fff\ & icon_color=f9f9f9\ & text_color=9f9f9f\ & bg_color=151515\ & show_issues=1\ & show_prs=1\ & show_age=1\ & age_metric=first\& v=2 )
722+ ![ Customized Card] ( https://github-readme-stats-plus-theta.vercel.app/api/pin?username=anuraghazra&repo=github-readme-stats&title_color=fff&icon_color=f9f9f9&text_color=9f9f9f&bg_color=151515&show_issues=1&show_prs=1&show_age=1&age_metric=first&cache_bust_nonce=12345 )
707723
708724* Gist card
709725
@@ -754,21 +770,21 @@ By default, GitHub does not lay out the cards side by side. To do that, you can
754770
755771``` html
756772<a href =" https://github.com/anuraghazra/github-readme-stats" >
757- <img align =" center" src =" https://github-readme-stats-plus-theta.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats&show_issues=1&show_prs=1&show_age=1&age_metric=first&v=2 " />
773+ <img align =" center" src =" https://github-readme-stats-plus-theta.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats&show_issues=1&show_prs=1&show_age=1&age_metric=first" />
758774</a >
759775<a href =" https://github.com/anuraghazra/convoychat" >
760- <img align =" center" src =" https://github-readme-stats-plus-theta.vercel.app/api/pin/?username=anuraghazra&repo=convoychat&show_issues=1&show_prs=1&show_age=1&age_metric=first&v=2 " />
776+ <img align =" center" src =" https://github-readme-stats-plus-theta.vercel.app/api/pin/?username=anuraghazra&repo=convoychat&show_issues=1&show_prs=1&show_age=1&age_metric=first" />
761777</a >
762778```
763779
764780<details >
765781<summary >:eyes: Show example</summary >
766782
767783<a href =" https://github.com/anuraghazra/github-readme-stats " >
768- <img align =" center " src =" https://github-readme-stats-plus-theta.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats&show_issues=1&show_prs=1&show_age=1&age_metric=first&v=2 " />
784+ <img align =" center " src =" https://github-readme-stats-plus-theta.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats&show_issues=1&show_prs=1&show_age=1&age_metric=first " />
769785</a >
770786<a href =" https://github.com/anuraghazra/convoychat " >
771- <img align =" center " src =" https://github-readme-stats-plus-theta.vercel.app/api/pin/?username=anuraghazra&repo=convoychat&show_issues=1&show_prs=1&show_age=1&age_metric=first&v=2 " />
787+ <img align =" center " src =" https://github-readme-stats-plus-theta.vercel.app/api/pin/?username=anuraghazra&repo=convoychat&show_issues=1&show_prs=1&show_age=1&age_metric=first " />
772788</a >
773789
774790</details >
0 commit comments