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? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
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. |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
You can now remove sections of the card using the following options:
hide_total_contributions
false
)true
orfalse
hide_current_streak
false
)true
orfalse
hide_longest_streak
false
)true
orfalse
The
card_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=200