|
1 | 1 | --- |
2 | 2 | title: Uses |
3 | 3 | format: list |
4 | | -description: "Utoljára frissítve: 2025. 03. 11." |
| 4 | +description: "Utoljára frissítve: 2025. 03. 12." |
5 | 5 | permalink: /uses |
6 | 6 | --- |
7 | 7 |
|
8 | | -## <i class="fas fa-microchip"></i> Hardware |
9 | | - |
10 | | -<ul> |
11 | | -{% for entry in site.data.gear.hardware %} |
12 | | -<li> |
13 | | - {% if entry.fa_icon %} |
14 | | - <i class="icon-left {{entry.fa_icon}}"></i> |
| 8 | +{% for category in site.data.gear %} |
| 9 | +<h2> |
| 10 | + {% if category.fa_icon %} |
| 11 | + <i class="icon-left {{category.fa_icon}}"></i> |
| 12 | + {% elsif category.simple_icon %} |
| 13 | + <img src="https://cdn.simpleicons.org/{{category.simple_icon}}" class="icon-left" style="width: 18px;"> |
| 14 | + {% elsif category.material %} |
| 15 | + <i class="icon-left material-symbols-outlined">{{category.material}}</i> |
15 | 16 | {% endif %} |
16 | | - {% if entry.simple_icon %} |
17 | | - <img src="https://cdn.simpleicons.org/{{entry.simple_icon}}" class="icon-left"> |
| 17 | + {{category.category}} |
| 18 | +</h2> |
| 19 | +{% if category.info %} |
| 20 | +<blockquote> |
| 21 | + <i class="fas fa-info-circle icon-left"></i> {{category.info}}: |
| 22 | + {% if category.info_url %} |
| 23 | + {% capture starts_with_slash %} |
| 24 | + {{ category.info_url | slice: 0 | strip }} |
| 25 | + {% endcapture %} |
| 26 | + {% if starts_with_slash contains '/' %} |
| 27 | + <a href="{{category.info_url | relative_url}}">{{category.info_url}}</a> |
| 28 | + {% else %} |
| 29 | + <a href="{{category.info_url}}"></a> |
| 30 | + {% endif %} |
18 | 31 | {% endif %} |
19 | | - {{entry.name}} |
20 | | -</li> |
21 | | -{% endfor %} |
22 | | -</ul> |
23 | | - |
24 | | -## <i class="fas fa-gear"></i> HO / Gear |
25 | | - |
| 32 | +</blockquote> |
| 33 | +{% endif %} |
26 | 34 | <ul> |
27 | | -{% for entry in site.data.gear.gear %} |
28 | | -<li> |
29 | | - {% if entry.fa_icon %} |
30 | | - <i class="icon-left {{entry.fa_icon}}"></i> |
31 | | - {% endif %} |
32 | | - {% if entry.simple_icon %} |
33 | | - <img src="https://cdn.simpleicons.org/{{entry.simple_icon}}" class="icon-left"> |
34 | | - {% endif %} |
35 | | - {{entry.name}} |
36 | | -</li> |
| 35 | +{% for entry in category.items %} |
| 36 | + <li> |
| 37 | + {% if entry.fa_icon %} |
| 38 | + <i class="icon-left {{entry.fa_icon}}"></i> |
| 39 | + {% elsif entry.simple_icon %} |
| 40 | + <img src="https://cdn.simpleicons.org/{{entry.simple_icon}}" class="icon-left" style="width: 18px;"> |
| 41 | + {% elsif entry.material %} |
| 42 | + <i class="icon-left material-symbols-outlined">{{entry.material}}</i> |
| 43 | + {% elsif entry.label %} |
| 44 | + <b>{{entry.label}}:</b> |
| 45 | + {% endif %} |
| 46 | + {{entry.name}} |
| 47 | + {% if entry.url %} |
| 48 | + <a href="{{entry.url}}" target="_blank"></a> |
| 49 | + {% endif %} |
| 50 | + </li> |
37 | 51 | {% endfor %} |
38 | 52 | </ul> |
39 | | - |
40 | | -## <i class="fas fa-code"></i> Software |
41 | | - |
42 | | -<ul> |
43 | | -{% for entry in site.data.gear.software %} |
44 | | -<li> |
45 | | - {% if entry.fa_icon %} |
46 | | - <i class="icon-left {{entry.fa_icon}}"></i> |
47 | | - {% endif %} |
48 | | - {% if entry.simple_icon %} |
49 | | - <img src="https://cdn.simpleicons.org/{{entry.simple_icon}}" class="icon-left" style="width: 18px;"> |
50 | | - {% endif %} |
51 | | - {{entry.name}} |
52 | | -</li> |
53 | 53 | {% endfor %} |
54 | | -</ul> |
55 | | - |
56 | | -> <i class="fas fa-info-circle"></i> Egy halom általam használt vagy csak egyszerűen hasznos appot / libet találhatsz még a Github profilomon: <a href="https://github.com/tothlp?tab=stars" alt="Github Stars">https://github.com/tothlp?tab=stars</a> |
57 | | -
|
58 | | -## <i class="fa-solid fa-mug-hot"></i><a name="coffee"></a> Coffee |
59 | | - |
60 | | -* **Pod Brewer:** Krups Essenza Mini (XN1108CP) |
61 | | -* **Coldbrew:** Hario Mizudashi |
62 | | -* **"Espresso" / Percolation:** Bialetti Moka Express |
63 | | -* **Filter:** Aeropress (+ Fellow Prismo, optional) |
64 | | -* **Other, non-used brewers:** Nanopresso, French Press |
65 | | -* **Scale:** Timemore Black Mirror Basic |
66 | | -* **Grinder:** 1Zpresso JX |
67 | | -* **Kettle:** Tchibo (98096) elektromos hattyúnyakú vízforraló |
68 | 54 |
|
69 | | -> <i class="fas fa-info-circle"></i> More coffee content: [[Coffee]] |
0 commit comments