jekyll-theme-centos 2.38.0 → 2.39.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: de69304b7c45414a2a9a12ef09cf3dd6ca6e5ea5734ad09dfc3ad4073b650e38
4
- data.tar.gz: 821346a010a13a1073a1559862ec808ea9aa844571ab7d2b1289b6afa328a533
3
+ metadata.gz: 4a4af51306e3de43f1c7964de391dec246461f2e05dda95f22128f3ca3073d5f
4
+ data.tar.gz: e0a342b33fe69f3279fa3bd10b4c89b0d8ec9991b30dd3f03477eda30fa92a06
5
5
  SHA512:
6
- metadata.gz: dc2d429b0c98b179c042b18c5dcf6cedfb4adc23cbdf4978b942211efc26534a92785a191f2f72486153f42844a4a1671d87d45fc05cf65e2f71486e03f8d3c6
7
- data.tar.gz: 7d85043b60f93705df033c86c4965b2e0fea355d93114ec468995f24cf8478d9d830b33236a7525fac438b93326a439c34e1839c514a536fe68d76bfcbb69bff
6
+ metadata.gz: cff491a2970c53c9106892242cc39209ad54727d83161a0c0d448bb9831b9d613159e038962587b650d9b48381b94aba40a678e7f145718f8890b5eb1bb49de6
7
+ data.tar.gz: ed34d950d95c92da7642b6f1347bb6469ca3de4158b06f09740ad5166d899af1a422bd7a1c36606754596364deb7fdf8791503aa64eba2020bf658edf5758527
@@ -97,3 +97,213 @@
97
97
  lines: |-
98
98
  dnf --disablerepo '*' --enablerepo extras swap centos-linux-repos centos-stream-repos
99
99
  dnf distro-sync
100
+
101
+ - name: "Fictitious Stream Distribution 1"
102
+ releases:
103
+ v0.1:
104
+ screenshots:
105
+ - src: "distribution-release-screenshot-1.png"
106
+ alt: "distribution-release-screenshot-1.png"
107
+ - src: "distribution-release-screenshot-2.png"
108
+ alt: "distribution-release-screenshot-2.png"
109
+ - src: "distribution-release-screenshot-3.png"
110
+ alt: "distribution-release-screenshot-3.png"
111
+ mirrors:
112
+ - architecture: "x86_64"
113
+ iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/x86_64/iso/CentOS-Stream-9-latest-x86_64-dvd1.iso&redirect=1&protocol=https"
114
+ rpm: "http://mirror.stream.centos.org/9-stream/"
115
+ cloud: "https://cloud.centos.org/centos/9-stream/x86_64/images"
116
+ containers: "https://quay.io/centos/centos:stream9"
117
+ vagrant: ""
118
+ - architecture: "ARM64 (aarch64)"
119
+ iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/aarch64/iso/CentOS-Stream-9-latest-aarch64-dvd1.iso&redirect=1&protocol=https"
120
+ rpm: "http://mirror.stream.centos.org/9-stream/"
121
+ cloud: "https://cloud.centos.org/centos/9-stream/aarch64/images"
122
+ containers: "https://quay.io/centos/centos:stream9"
123
+ vagrant: ""
124
+ - architecture: "IBM Power (ppc64le)"
125
+ iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/ppc64le/iso/CentOS-Stream-9-latest-ppc64le-dvd1.iso&redirect=1&protocol=https"
126
+ rpm: "http://mirror.stream.centos.org/9-stream/"
127
+ cloud: "https://cloud.centos.org/centos/9-stream/ppc64le/images"
128
+ containers: "https://quay.io/centos/centos:stream9"
129
+ vagrant: ""
130
+ - architecture: "IBM Z (s390x)"
131
+ iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/s390x/iso/CentOS-Stream-9-latest-s390x-dvd1.iso&redirect=1&protocol=https"
132
+ rpm: "http://mirror.stream.centos.org/9-stream/"
133
+ cloud: "https://cloud.centos.org/centos/9-stream/s390x/images"
134
+ containers: "https://quay.io/centos/centos:stream9"
135
+ vagrant: ""
136
+ documentation:
137
+ - name: Release Notes
138
+ link: "https://blog.centos.org/2021/12/introducing-centos-stream-9/"
139
+ - name: Release Email
140
+ link: "https://lists.centos.org/pipermail/centos-announce/2021-December/060971.html"
141
+ - name: Website
142
+ link: "https://docs.centos.org/en-US/docs/"
143
+ eol:
144
+ - date: "31 May 2024"
145
+ description: |
146
+ He was soon borne away by the waves, and lost in darkness and
147
+ distance. -- Frankenstein; or, The Modern Prometheus, by Mary
148
+ Shelley (1818)
149
+ commands:
150
+ - title: "Converting from CentOS Linux 8 to CentOS Stream 8"
151
+ lines: |-
152
+ dnf --disablerepo '*' --enablerepo extras swap centos-linux-repos centos-stream-repos
153
+ dnf distro-sync
154
+ v0.2:
155
+ screenshots:
156
+ - src: "distribution-release-screenshot-1.png"
157
+ alt: "distribution-release-screenshot-1.png"
158
+ - src: "distribution-release-screenshot-2.png"
159
+ alt: "distribution-release-screenshot-2.png"
160
+ - src: "distribution-release-screenshot-3.png"
161
+ alt: "distribution-release-screenshot-3.png"
162
+ mirrors:
163
+ - architecture: "x86_64"
164
+ iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/x86_64/iso/CentOS-Stream-9-latest-x86_64-dvd1.iso&redirect=1&protocol=https"
165
+ rpm: "http://mirror.stream.centos.org/9-stream/"
166
+ cloud: "https://cloud.centos.org/centos/9-stream/x86_64/images"
167
+ containers: "https://quay.io/centos/centos:stream9"
168
+ vagrant: ""
169
+ - architecture: "ARM64 (aarch64)"
170
+ iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/aarch64/iso/CentOS-Stream-9-latest-aarch64-dvd1.iso&redirect=1&protocol=https"
171
+ rpm: "http://mirror.stream.centos.org/9-stream/"
172
+ cloud: "https://cloud.centos.org/centos/9-stream/aarch64/images"
173
+ containers: "https://quay.io/centos/centos:stream9"
174
+ vagrant: ""
175
+ - architecture: "IBM Power (ppc64le)"
176
+ iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/ppc64le/iso/CentOS-Stream-9-latest-ppc64le-dvd1.iso&redirect=1&protocol=https"
177
+ rpm: "http://mirror.stream.centos.org/9-stream/"
178
+ cloud: "https://cloud.centos.org/centos/9-stream/ppc64le/images"
179
+ containers: "https://quay.io/centos/centos:stream9"
180
+ vagrant: ""
181
+ - architecture: "IBM Z (s390x)"
182
+ iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/s390x/iso/CentOS-Stream-9-latest-s390x-dvd1.iso&redirect=1&protocol=https"
183
+ rpm: "http://mirror.stream.centos.org/9-stream/"
184
+ cloud: "https://cloud.centos.org/centos/9-stream/s390x/images"
185
+ containers: "https://quay.io/centos/centos:stream9"
186
+ vagrant: ""
187
+ documentation:
188
+ - name: Release Notes
189
+ link: "https://blog.centos.org/2021/12/introducing-centos-stream-9/"
190
+ - name: Release Email
191
+ link: "https://lists.centos.org/pipermail/centos-announce/2021-December/060971.html"
192
+ - name: Website
193
+ link: "https://docs.centos.org/en-US/docs/"
194
+ eol:
195
+ - date: "31 May 2024"
196
+ description: |
197
+ I got to light out for the territory ahead of the rest, because
198
+ Aunt Sally she’s going to adopt me and sivilize me, and I can’t
199
+ stand it. I been there before. -- Adventures of Huckleberry Finn,”
200
+ by Mark Twain (1884)
201
+ commands:
202
+ - title: "Converting from CentOS Linux 8 to CentOS Stream 8"
203
+ lines: |-
204
+ dnf --disablerepo '*' --enablerepo extras swap centos-linux-repos centos-stream-repos
205
+ dnf distro-sync
206
+
207
+ - name: "Fictitious Stream Distribution 2"
208
+ releases:
209
+ v0.1:
210
+ screenshots:
211
+ - src: "distribution-release-screenshot-1.png"
212
+ alt: "distribution-release-screenshot-1.png"
213
+ - src: "distribution-release-screenshot-2.png"
214
+ alt: "distribution-release-screenshot-2.png"
215
+ - src: "distribution-release-screenshot-3.png"
216
+ alt: "distribution-release-screenshot-3.png"
217
+ mirrors:
218
+ - architecture: "x86_64"
219
+ iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/x86_64/iso/CentOS-Stream-9-latest-x86_64-dvd1.iso&redirect=1&protocol=https"
220
+ rpm: "http://mirror.stream.centos.org/9-stream/"
221
+ cloud: "https://cloud.centos.org/centos/9-stream/x86_64/images"
222
+ containers: "https://quay.io/centos/centos:stream9"
223
+ vagrant: ""
224
+ - architecture: "ARM64 (aarch64)"
225
+ iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/aarch64/iso/CentOS-Stream-9-latest-aarch64-dvd1.iso&redirect=1&protocol=https"
226
+ rpm: "http://mirror.stream.centos.org/9-stream/"
227
+ cloud: "https://cloud.centos.org/centos/9-stream/aarch64/images"
228
+ containers: "https://quay.io/centos/centos:stream9"
229
+ vagrant: ""
230
+ - architecture: "IBM Power (ppc64le)"
231
+ iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/ppc64le/iso/CentOS-Stream-9-latest-ppc64le-dvd1.iso&redirect=1&protocol=https"
232
+ rpm: "http://mirror.stream.centos.org/9-stream/"
233
+ cloud: "https://cloud.centos.org/centos/9-stream/ppc64le/images"
234
+ containers: "https://quay.io/centos/centos:stream9"
235
+ vagrant: ""
236
+ - architecture: "IBM Z (s390x)"
237
+ iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/s390x/iso/CentOS-Stream-9-latest-s390x-dvd1.iso&redirect=1&protocol=https"
238
+ rpm: "http://mirror.stream.centos.org/9-stream/"
239
+ cloud: "https://cloud.centos.org/centos/9-stream/s390x/images"
240
+ containers: "https://quay.io/centos/centos:stream9"
241
+ vagrant: ""
242
+ documentation:
243
+ - name: Release Notes
244
+ link: "https://blog.centos.org/2021/12/introducing-centos-stream-9/"
245
+ - name: Release Email
246
+ link: "https://lists.centos.org/pipermail/centos-announce/2021-December/060971.html"
247
+ - name: Website
248
+ link: "https://docs.centos.org/en-US/docs/"
249
+ eol:
250
+ - date: "31 May 2024"
251
+ description: |
252
+ Reader, I did not even have coffee with him. That much I learned in
253
+ college. -- A Gate at the Stairs, by Lorrie Moore (2009)
254
+ commands:
255
+ - title: "Converting from CentOS Linux 8 to CentOS Stream 8"
256
+ lines: |-
257
+ dnf --disablerepo '*' --enablerepo extras swap centos-linux-repos centos-stream-repos
258
+ dnf distro-sync
259
+ v0.2:
260
+ screenshots:
261
+ - src: "distribution-release-screenshot-1.png"
262
+ alt: "distribution-release-screenshot-1.png"
263
+ - src: "distribution-release-screenshot-2.png"
264
+ alt: "distribution-release-screenshot-2.png"
265
+ - src: "distribution-release-screenshot-3.png"
266
+ alt: "distribution-release-screenshot-3.png"
267
+ mirrors:
268
+ - architecture: "x86_64"
269
+ iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/x86_64/iso/CentOS-Stream-9-latest-x86_64-dvd1.iso&redirect=1&protocol=https"
270
+ rpm: "http://mirror.stream.centos.org/9-stream/"
271
+ cloud: "https://cloud.centos.org/centos/9-stream/x86_64/images"
272
+ containers: "https://quay.io/centos/centos:stream9"
273
+ vagrant: ""
274
+ - architecture: "ARM64 (aarch64)"
275
+ iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/aarch64/iso/CentOS-Stream-9-latest-aarch64-dvd1.iso&redirect=1&protocol=https"
276
+ rpm: "http://mirror.stream.centos.org/9-stream/"
277
+ cloud: "https://cloud.centos.org/centos/9-stream/aarch64/images"
278
+ containers: "https://quay.io/centos/centos:stream9"
279
+ vagrant: ""
280
+ - architecture: "IBM Power (ppc64le)"
281
+ iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/ppc64le/iso/CentOS-Stream-9-latest-ppc64le-dvd1.iso&redirect=1&protocol=https"
282
+ rpm: "http://mirror.stream.centos.org/9-stream/"
283
+ cloud: "https://cloud.centos.org/centos/9-stream/ppc64le/images"
284
+ containers: "https://quay.io/centos/centos:stream9"
285
+ vagrant: ""
286
+ - architecture: "IBM Z (s390x)"
287
+ iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/s390x/iso/CentOS-Stream-9-latest-s390x-dvd1.iso&redirect=1&protocol=https"
288
+ rpm: "http://mirror.stream.centos.org/9-stream/"
289
+ cloud: "https://cloud.centos.org/centos/9-stream/s390x/images"
290
+ containers: "https://quay.io/centos/centos:stream9"
291
+ vagrant: ""
292
+ documentation:
293
+ - name: Release Notes
294
+ link: "https://blog.centos.org/2021/12/introducing-centos-stream-9/"
295
+ - name: Release Email
296
+ link: "https://lists.centos.org/pipermail/centos-announce/2021-December/060971.html"
297
+ - name: Website
298
+ link: "https://docs.centos.org/en-US/docs/"
299
+ eol:
300
+ - date: "31 May 2024"
301
+ description: |
302
+ It's funny. Don't ever tell anybody anything. If you do, you start
303
+ missing everybody. -- "The Catcher in the Rye," by J.D. Salinger
304
+ (1951)
305
+ commands:
306
+ - title: "Converting from CentOS Linux 8 to CentOS Stream 8"
307
+ lines: |-
308
+ dnf --disablerepo '*' --enablerepo extras swap centos-linux-repos centos-stream-repos
309
+ dnf distro-sync
@@ -4,8 +4,8 @@
4
4
  link: "/documentation"
5
5
  menu: []
6
6
  visible_on: ["navbar"]
7
- - name: "Example"
7
+ - name: "Examples"
8
8
  icon: "fa-solid fa-flask-vial"
9
- link: "/example"
9
+ link: "/examples"
10
10
  menu: []
11
11
  visible_on: ["navbar"]
@@ -1,11 +1,15 @@
1
+ {% if row.date != "" %}
1
2
  <tr>
2
3
  <td>
3
- {% if row.description != "" %}
4
- {{ row.description }}
5
- {% endif %}
6
-
7
- {% if row.date != "" %}
8
4
  {{ row.date | date_to_string: "ordinal", "US" }}
9
- {% endif %}
10
5
  </td>
11
6
  </tr>
7
+ {% endif %}
8
+
9
+ {% if row.description != "" %}
10
+ <tr>
11
+ <td>
12
+ {{ row.description }}
13
+ </td>
14
+ </tr>
15
+ {% endif %}
@@ -1,9 +1,15 @@
1
1
  <tr>
2
2
  <td class="p-0">
3
- <div id="carouselScreenshotsIndicators-{{ card.page }}-{{ release[0] }}" class="carousel carousel-dark slide" data-bs-ride="true">
3
+ <div id="carouselScreenshotsIndicators-{{ release_id }}" class="carousel carousel-dark slide" data-bs-ride="true">
4
4
  <div class="carousel-indicators">
5
5
  {% for row in rows.screenshots %}
6
- <button type="button" data-bs-target="#carouselScreenshotsIndicators-{{ card.page }}-{{ release[0] }}" data-bs-slide-to="{{ forloop.index0 }}" {% if forloop.first %}class="active" {% endif %}aria-current="true" aria-label="Screenshot {{ forloop.index }}"></button>
6
+ <button
7
+ {% if forloop.first %}class="active"{% endif %}
8
+ type="button"
9
+ data-bs-target="#carouselScreenshotsIndicators-{{ release_id }}"
10
+ data-bs-slide-to="{{ forloop.index0 }}"
11
+ aria-current="true"
12
+ aria-label="Screenshot {{ forloop.index }}"></button>
7
13
  {% endfor %}
8
14
  </div>
9
15
  <div class="carousel-inner">
@@ -13,11 +19,11 @@
13
19
  </div>
14
20
  {% endfor %}
15
21
  </div>
16
- <button class="carousel-control-prev" type="button" data-bs-target="#carouselScreenshotsIndicators-{{ card.page }}-{{ release[0] }}" data-bs-slide="prev">
22
+ <button class="carousel-control-prev" type="button" data-bs-target="#carouselScreenshotsIndicators-{{ release_id }}" data-bs-slide="prev">
17
23
  <span class="carousel-control-prev-icon" aria-hidden="true"></span>
18
24
  <span class="visually-hidden">Previous</span>
19
25
  </button>
20
- <button class="carousel-control-next" type="button" data-bs-target="#carouselScreenshotsIndicators-{{ card.page }}-{{ release[0] }}" data-bs-slide="next">
26
+ <button class="carousel-control-next" type="button" data-bs-target="#carouselScreenshotsIndicators-{{ release_id }}" data-bs-slide="next">
21
27
  <span class="carousel-control-next-icon" aria-hidden="true"></span>
22
28
  <span class="visually-hidden">Next</span>
23
29
  </button>
@@ -1,86 +1,119 @@
1
- {% if include.id and include.id != "" %}
2
- {% assign card_id = include.id %}
3
- {% else %}
4
- {% assign card_id = "DownloadsCard-1" %}
5
- {% endif %}
6
-
7
1
  {% if include.data and include.data != "" %}
8
- {% assign cards = include.data %}
2
+ {% assign cards = include.data %}
9
3
  {% else %}
10
- {% assign cards = site.data.download.cards %}
4
+ {% assign cards = site.data.download.cards %}
11
5
  {% endif %}
12
6
 
13
7
  {% for card in cards %}
14
- <div class="mb-5">
15
- {% if include.with_title %}
16
- <div class="h2">{{ card.name }}</div>
17
- {% endif %}
18
8
 
19
- {% if include.with_description %}
20
- <p>{{ card.description }}</p>
9
+ {% if include.name and include.name != "" %}
10
+ {% if include.name != card.name %}
11
+ {% continue %}
12
+ {% endif %}
21
13
  {% endif %}
22
14
 
23
- {% if include.with_releases %}
24
- <ul class="nav nav-pills my-3 justify-content-start" id="{{ card_id }}-pills-{{ card.page }}-tab" role="tablist">
25
- {% for release in card.releases %}
26
- <li class="nav-item" role="presentation">
27
- <button class="nav-link{% if forloop.first %} active{% endif %} fw-bold" id="{{ card_id }}-pills-{{ card.page }}-release-{{ forloop.index }}-tab" data-bs-toggle="tab" data-bs-target="#{{ card_id }}-pills-{{ card.page }}-release-{{ forloop.index }}" type="button" role="tab" aria-controls="{{ card_id }}-pills-{{ forloop.index }}-release-{{ release[0] }}-tab" {% if forloop.first %} aria-selected="true" {% endif %}>{{ release[0] }}</button>
28
- </li>
29
- {% endfor %}
30
- </ul>
15
+ <div class="mb-5">
16
+ {% if include.with_title %}
17
+ <div class="h2">{{ card.name }}</div>
18
+ {% endif %}
31
19
 
32
- <div class="tab-content mb-3" id="{{ card_id }}-pills-{{ card.page }}-tabContent">
33
- {% for release in card.releases %}
34
- <div class="tab-pane fade {% if forloop.first %} show active{% endif %}" id="{{ card_id }}-pills-{{ card.page }}-release-{{ forloop.index }}" role="tabpanel" aria-labelledby="pills-{{ card.page }}-release-{{ forloop.index }}-tab" tabindex="{{ forloop.index }}">
35
- {% if include.with_screenshots %}
36
- {% for rows in release %}
37
- {% if rows.screenshots.size > 0 %}
38
- {% include download/cards-header-screenshots.html %}
39
- {% include download/cards-body-screenshots.html %}
40
- {% include download/cards-footer.html %}
41
- {% endif %}
42
- {% endfor %}
43
- {% endif %}
20
+ {% if include.with_description %}
21
+ <p>{{ card.description }}</p>
22
+ {% endif %}
44
23
 
45
- {% if include.with_mirrors %}
46
- {% include download/cards-header-mirrors.html %}
47
- {% for rows in release %}
48
- {% for row in rows.mirrors %}
49
- {% include download/cards-body-mirrors.html %}
50
- {% endfor %}
51
- {% endfor %}
52
- {% include download/cards-footer.html %}
53
- {% endif %}
54
-
55
- {% if include.with_documentation %}
56
- {% include download/cards-header-documentation.html %}
57
- {% include download/cards-body-documentation.html %}
58
- {% include download/cards-footer.html %}
59
- {% endif %}
60
-
61
- {% if include.with_eol %}
62
- {% include download/cards-header-eol.html %}
63
- {% for rows in release %}
64
- {% for row in rows.eol %}
65
- {% include download/cards-body-eol.html %}
66
- {% endfor %}
67
- {% endfor %}
68
- {% include download/cards-footer.html %}
69
- {% endif %}
70
-
71
- {% if include.with_commands %}
72
- {% for rows in release %}
73
- {% for row in rows.commands %}
74
- {% include download/cards-header-commands.html %}
75
- {% include download/cards-body-commands.html %}
76
- {% include download/cards-footer.html %}
24
+ {% if include.id and include.id != "" %}
25
+ {%- capture card_id -%}
26
+ {{ include.id }}-{{ card.name | downcase | replace: " ", "-" }}
27
+ {%- endcapture %}
28
+ {% else %}
29
+ {%- capture card_id -%}
30
+ DownloadsCard-1-{{ card.name | downcase | replace: " ", "-" }}
31
+ {%- endcapture %}
32
+ {% endif %}
33
+
34
+ {% if include.with_releases %}
35
+ <ul class="nav nav-pills my-3 justify-content-start" id="{{ card_id }}-pills-tab" role="tablist">
36
+ {% for release in card.releases %}
37
+ <li class="nav-item" role="presentation">
38
+ <button class="nav-link{% if forloop.first %} active{% endif %} fw-bold"
39
+ id="{{ card_id }}-pills-tab{{ forloop.index }}"
40
+ data-bs-toggle="tab"
41
+ data-bs-target="#{{ card_id }}-pills{{ forloop.index }}"
42
+ type="button"
43
+ role="tab"
44
+ aria-controls="{{ card_id }}-pills-tab{{ forloop.index }}"
45
+ {% if forloop.first %}aria-selected="true"{% endif %}
46
+ >{{ release[0] }}</button>
47
+ </li>
77
48
  {% endfor %}
49
+ </ul>
50
+
51
+ <div class="tab-content mb-3" id="{{ card_id }}-pills-tabContent">
52
+ {% for release in card.releases %}
53
+
54
+ {%- capture release_id -%}
55
+ {{ card_id }}-pills{{ forloop.index }}
56
+ {%- endcapture %}
57
+
58
+ {%- capture tab_id -%}
59
+ {{ card_id }}-pills-tab{{ forloop.index }}
60
+ {%- endcapture %}
61
+
62
+ <div class="tab-pane fade {% if forloop.first %} show active{% endif %}"
63
+ id="{{ release_id }}"
64
+ role="tabpanel"
65
+ aria-labelledby="{{ tab_id }}"
66
+ tabindex="{{ forloop.index }}">
67
+
68
+ {% if include.with_screenshots %}
69
+ {% for rows in release %}
70
+ {% if rows.screenshots.size > 0 %}
71
+ {% include download/cards-header-screenshots.html %}
72
+ {% include download/cards-body-screenshots.html %}
73
+ {% include download/cards-footer.html %}
74
+ {% endif %}
75
+ {% endfor %}
76
+ {% endif %}
77
+
78
+ {% if include.with_mirrors %}
79
+ {% include download/cards-header-mirrors.html %}
80
+ {% for rows in release %}
81
+ {% for row in rows.mirrors %}
82
+ {% include download/cards-body-mirrors.html %}
83
+ {% endfor %}
84
+ {% endfor %}
85
+ {% include download/cards-footer.html %}
86
+ {% endif %}
87
+
88
+ {% if include.with_documentation %}
89
+ {% include download/cards-header-documentation.html %}
90
+ {% include download/cards-body-documentation.html %}
91
+ {% include download/cards-footer.html %}
92
+ {% endif %}
93
+
94
+ {% if include.with_eol %}
95
+ {% include download/cards-header-eol.html %}
96
+ {% for rows in release %}
97
+ {% for row in rows.eol %}
98
+ {% include download/cards-body-eol.html %}
99
+ {% endfor %}
100
+ {% endfor %}
101
+ {% include download/cards-footer.html %}
102
+ {% endif %}
103
+
104
+ {% if include.with_commands %}
105
+ {% for rows in release %}
106
+ {% for row in rows.commands %}
107
+ {% include download/cards-header-commands.html %}
108
+ {% include download/cards-body-commands.html %}
109
+ {% include download/cards-footer.html %}
110
+ {% endfor %}
111
+ {% endfor %}
112
+ {% endif %}
113
+ </div>
78
114
  {% endfor %}
79
- {% endif %}
80
115
  </div>
81
- {% endfor %}
82
- </div>
83
- {% endif %}
116
+ {% endif %}
84
117
 
85
- </div>
118
+ </div>
86
119
  {% endfor %}
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-centos
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.38.0
4
+ version: 2.39.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ReleaseBot