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
Copy file name to clipboardExpand all lines: README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,9 +67,14 @@ None of the fields are required. Every query parameter has a default value displ
67
67
|**lineCount**|`?lineCount=2`| 1 | The number of lines you want to add to your card. |
68
68
|**line{n}**|`?line1=html5,html5,auto`| - | The current line of the badge, where {n} is a number. *`(1 <= n <= lineCount)`*|
69
69
70
+
<hr>
71
+
72
+
## 🪁 Themes
73
+
These cards come with several built-in themes you can use. You can find all of them by clicking [here](docs/THEMES.md).
74
+
If you would like to use other themes, and add one for yourself and others, please check this [issue](https://github.com/0l1v3rr/github-readme-tech-stack/issues/2).
70
75
71
76
You can customize a theme using these query parameters.
72
-
These parameters accept only valid hexadecimal colors, otherwise they are not applied. Please use `%23` instead of `#`.
77
+
These parameters accept only valid hexadecimal colors, otherwise, they are not applied. Please use `%23` instead of `#`.
73
78
74
79
> **Warning**
75
80
> If the `?theme=` parameter is specified, any of these color customizations will override the theme's values.
@@ -81,13 +86,6 @@ These parameters accept only valid hexadecimal colors, otherwise they are not ap
81
86
82
87
<hr>
83
88
84
-
## 🪁 Themes
85
-
These cards come with several built-in themes you can use. You can find all of them by clicking [here](docs/THEMES.md).
86
-
You can customize a theme for yourself using the [query parameters](#-query-parameters).
87
-
If you would like to use other themes, and add one for yourself and others, please check this [issue](https://github.com/0l1v3rr/github-readme-tech-stack/issues/2).
88
-
89
-
<hr>
90
-
91
89
## ❗ Important
92
90
- We suggest you not put too many badges inside one card, because the loading time can be too slow, and it can overflow the 15s limit, which results in a card that's not displayed. The maximum amount of badges inside one card should be around 16. If you want to display more, do it in two or three cards.
93
91
- If you use our [Demo Website](https://github-readme-tech-stack.vercel.app) to generate and customize your card, and it displays an empty screen, it's because your browser cached the previously deployed names of the JS bundles. In order to resolve this issue, clear your browser's cache or open the site in incognito mode.
0 commit comments