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
-[Keep your fork up to date](#keep-your-fork-up-to-date)
96
+
-[Keep your fork up to date](#keep-your-fork-up-to-date)
97
97
98
98
# GitHub Stats Card
99
99
@@ -259,12 +259,12 @@ You can customize the appearance of your `Stats Card` or `Repo Card` however you
259
259
-`bg_color` - Card's background color _(hex color)_**or** a gradient in the form of _angle,start,end_. Default: `fffefe`
260
260
-`hide_border` - Hides the card's border _(boolean)_. Default: `false`
261
261
-`theme` - name of the theme, choose from [all available themes](./themes/README.md). Default: `default` theme.
262
-
-`cache_seconds` - set the cache header manually _(min: 7200, max: 86400)_. Default: `14400 seconds (4 hours)`.
262
+
-`cache_seconds` - set the cache header manually _(min: 14400, max: 86400)_. Default: `14400 seconds (4 hours)`.
263
263
-`locale` - set the language in the card _(e.g. cn, de, es, etc.)_. Default: `en`.
264
264
-`border_radius` - Corner rounding on the card. Default: `4.5`.
265
265
266
266
> **Warning**
267
-
> We use caching to decrease the load on our servers (see https://github.com/anuraghazra/github-readme-stats/issues/1471#issuecomment-1271551425). Our cards have a default cache of 4 hours (14400 seconds). Also, note that the cache is clamped to a minimum of 4 hours and a maximum of 24 hours.
267
+
> We use caching to decrease the load on our servers (see <https://github.com/anuraghazra/github-readme-stats/issues/1471#issuecomment-1271551425>). Our cards have a default cache of 4 hours (14400 seconds). Also, note that the cache is clamped to a minimum of 4 hours and a maximum of 24 hours.
268
268
269
269
##### Gradient in bg_color
270
270
@@ -304,6 +304,7 @@ You can provide multiple comma-separated values in the bg_color option to render
304
304
-`langs_count` - Show more languages on the card, between 1-10 _(number)_. Default `5`.
-`custom_title` - Sets a custom title for the card _(string)_. Default `Most Used Languages`.
307
+
-`disable_animations` - Disables all animations in the card _(boolean)_. Default: `false`.
307
308
308
309
> **Warning**
309
310
> Language names should be URI-escaped, as specified in [Percent Encoding](https://en.wikipedia.org/wiki/Percent-encoding)
@@ -353,7 +354,7 @@ Use [show_owner](#customization) variable to include the repo's owner username
353
354
The top languages card shows a GitHub user's most frequently used top language.
354
355
355
356
> **Note**
356
-
> Top Languages does not indicate my skill level or anything like that; it's a GitHub metric to determine which languages have the most code on GitHub. It is a new feature of github-readme-stats._
357
+
> Top Languages does not indicate my skill level or anything like that; it's a GitHub metric to determine which languages have the most code on GitHub. It is a new feature of github-readme-stats.
357
358
358
359
### Usage
359
360
@@ -497,7 +498,7 @@ By default, GitHub does not lay out the cards side by side. To do that, you can
497
498
498
499
## Deploy on your own Vercel instance
499
500
500
-
#### [Check Out Step By Step Video Tutorial By @codeSTACKr](https://youtu.be/n6d4KHSKqGk?t=107)
501
+
#### :film_projector:[Check Out Step By Step Video Tutorial By @codeSTACKr](https://youtu.be/n6d4KHSKqGk?t=107)
501
502
502
503
> **Warning**
503
504
> If you are on the [hobby (i.e. free)](https://vercel.com/pricing) Vercel plan, please make sure you change the `maxDuration` parameter in the [vercel.json](https://github.com/anuraghazra/github-readme-stats/blob/master/vercel.json) file from `30` to `10` (see [#1416](https://github.com/anuraghazra/github-readme-stats/issues/1416#issuecomment-950275476) for more information).
0 commit comments