Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.2k
Inquiring On The Topics Of Card Customization(s) And Attribution(s)#486
-
How, exactly, am I supposed to attribute the author(s) of this repository? Am I allowed to add the attribution(s) to a file in my repository called "Attributions.txt"? If I donate does that mean I no longer have to add an attribution? How do I get the card to only display contributions? I tried something like this (along with trying other stuff) How do I remove the "Current Streak" and "Longest Streak" sections from the card? |
BetaWas this translation helpful?Give feedback.
All reactions
How do I remove the "Current Streak" and "Longest Streak" sections from the card?
You can now remove sections of the card using the following options:
| Parameter | Details | Example |
|---|---|---|
hide_total_contributions | Hide the total contributions (Default:false) | true orfalse |
hide_current_streak | Hide the current streak (Default:false) | true orfalse |
hide_longest_streak | Hide the longest streak (Default:false) | true orfalse |
Thecard_width option can also be used to remove some of the extra padding.
https://streak-stats.demolab.com?user=dylanhood&theme=git-dark&hide_longest_streak=true&hide_current_streak=true&card_width=200Replies: 2 comments
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Attribution is not required although it's appreciated. Making the image link back to the repository is recommended but you can also attribute it in any way you like.
You can also fork the repo to modify the card or use the json API to create something, for example, a badge like below. |
BetaWas this translation helpful?Give feedback.
All reactions
-
You can now remove sections of the card using the following options:
The https://streak-stats.demolab.com?user=dylanhood&theme=git-dark&hide_longest_streak=true&hide_current_streak=true&card_width=200 |
BetaWas this translation helpful?Give feedback.