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
@@ -63,7 +63,7 @@ None of the fields are required. Every query parameter has a default value displ
63
63
<hr>
64
64
65
65
## 🪁 Themes
66
-
These cards come with several built-in themes you can use. You can find all of them by clicking [here](docs/THEMES.md).
66
+
These cards come with several built-in themes you can use. You can find all of them by clicking [here](docs/THEMES.md).
67
67
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).
68
68
69
69
<hr>
@@ -102,15 +102,15 @@ You can use [GitHub's new feature](https://github.blog/changelog/2022-05-19-spec
102
102
103
103
### 🎭 Adding custom SVG logo
104
104
We support this using [Base64](https://en.wikipedia.org/wiki/Base64) format.
105
-
**[\*](https://stackoverflow.com/questions/38985050/how-do-i-use-the-logo-option-in-shields-io-badges) Here's an easy 3-step guide:**
105
+
**[\*](https://stackoverflow.com/questions/38985050/how-do-i-use-the-logo-option-in-shields-io-badges) Here's an easy 3-step guide:**
106
106
1. Download the SVG and use one of the many online tools, e.g. [http://b64.io/](http://b64.io/), to encode it.
107
107
2. Encode the Base64 string in [percent-encoding](https://en.wikipedia.org/wiki/Percent-encoding). Take the Base64 string and use one of the many online tools, e.g. [http://meyerweb.com/eric/tools/dencoder/](http://meyerweb.com/eric/tools/dencoder/), to encode the string.
108
108
3. Finally, replace the first element of a badge (the `logoName`) with this string inside the URL. (`<Base64>,typescript,2D79C7;`)
109
109
110
110
<hr>
111
111
112
112
## ⚒️ Building from source
113
-
If you don't have NodeJS, [download and install it](https://nodejs.org/en/).
113
+
If you don't have NodeJS, [download and install it](https://nodejs.org/en/).
114
114
Then open a terminal and type these commands:
115
115
116
116
**Backend:**
@@ -141,8 +141,8 @@ npm start
141
141
<hr>
142
142
143
143
## 🧑🤝🧑 Contributing
144
-
Every contribution is welcomed.
145
-
You can find a contributing guideline [here](CONTRIBUTING.md).
144
+
Every contribution is welcomed.
145
+
You can find a contributing guideline [here](CONTRIBUTING.md).
146
146
This project is licensed under the [MIT License](LICENSE).
0 commit comments