@@ -46,10 +46,13 @@ The easiest way to start using these cards is to visit our website, where you ca
4646<hr >
4747
4848## 🔧 Query parameters
49- None of the fields are required. Every query parameter has a default value displayed below.
49+ None of the fields are required. Every query parameter has a default value displayed below.
5050
51- | Parameter | Example | Default value | Description|
52- | ---------- | ---------| ---------------| ------------|
51+ > ** Note**
52+ > Not every query parameter is changeable in the Demo Website.
53+
54+ | Parameter | Example | Default value | Description |
55+ | ---------- | ---------| ---------------| ------------ |
5356| ** title** | ` ?title=My%20Title ` | My Tech Stack | The title of the card. ` %20 ` can be used as a space. |
5457| ** theme** | ` ?theme=github_dark ` | github | The theme of the card. You can browse between the themes [ here] ( docs/THEMES.md ) . |
5558| ** align** | ` ?align=center ` | left | The alignment of the badges. (` left ` , ` center ` , ` right ` ) |
@@ -58,6 +61,7 @@ None of the fields are required. Every query parameter has a default value displ
5861| ** fontFamily** | ` ?fontFamily=consolas ` | Segoe UI | The font family of the title. If the specified family doesn't exist, the default is used. |
5962| ** fontSize** | ` ?fontSize=20 ` | 18 | The size of the title. Accepts a number between 15 and 30. |
6063| ** fontWeight** | ` ?fontWeight=normal ` | semibold | The thickness of the title. (` thin ` , ` normal ` , ` semibold ` , ` bold ` ) |
64+ | ** width** | ` ?width=500 ` | 495 | The width of the card. Accepts a valid number. |
6165| ** gap** | ` ?gap=15 ` | 10 | The gap between the badges. Accepts a number between 0 and 30. |
6266| ** lineHeight** | ` ?lineHeight=10 ` | 7 | The gap between the lines. Accepts a number between 0 and 30. |
6367| ** lineCount** | ` ?lineCount=2 ` | 1 | The number of lines you want to add to your card. |
0 commit comments