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
@@ -61,7 +63,7 @@ None of the fields are required. Every query parameter has a default value displ
61
63
<hr>
62
64
63
65
## 🪁 Themes
64
-
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).
65
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).
66
68
67
69
<hr>
@@ -86,7 +88,7 @@ You can use [GitHub's new feature](https://github.blog/changelog/2022-05-19-spec
@@ -99,7 +101,7 @@ You can use [GitHub's new feature](https://github.blog/changelog/2022-05-19-spec
99
101
```
100
102
101
103
### 🎭 Adding custom SVG logo
102
-
We support this using [Base64](https://en.wikipedia.org/wiki/Base64) format.
104
+
We support this using [Base64](https://en.wikipedia.org/wiki/Base64) format.
103
105
**[\*](https://stackoverflow.com/questions/38985050/how-do-i-use-the-logo-option-in-shields-io-badges) Here's an easy 3-step guide:**
104
106
1. Download the SVG and use one of the many online tools, e.g. [http://b64.io/](http://b64.io/), to encode it.
105
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,7 +110,7 @@ We support this using [Base64](https://en.wikipedia.org/wiki/Base64) format.
108
110
<hr>
109
111
110
112
## ⚒️ Building from source
111
-
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/).
112
114
Then open a terminal and type these commands:
113
115
114
116
**Backend:**
@@ -139,8 +141,8 @@ npm start
139
141
<hr>
140
142
141
143
## 🧑🤝🧑 Contributing
142
-
Every contribution is welcomed.
143
-
You can find a contributing guideline [here](CONTRIBUTING.md).
144
+
Every contribution is welcomed.
145
+
You can find a contributing guideline [here](CONTRIBUTING.md).
144
146
This project is licensed under the [MIT License](LICENSE).
0 commit comments