jekyll-theme-centos 2.51.1.beta.46 → 2.51.1.beta.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/_data/download/cards.yml +255 -94
  3. data/_data/download/navbar.yml +5 -0
  4. data/_data/people/navbar.yml +6 -0
  5. data/_data/sponsors/carousel.yml +38 -0
  6. data/_data/sponsors/navbar.yml +6 -0
  7. data/_includes/download/cards-body-commands.html +7 -0
  8. data/_includes/download/cards-body-documentation.html +11 -0
  9. data/_includes/download/cards-body-mirrors.html +8 -0
  10. data/_includes/download/cards-body-screenshots.html +32 -0
  11. data/_includes/download/cards-header-commands.html +8 -0
  12. data/_includes/download/cards-header-documentation.html +8 -0
  13. data/_includes/download/cards-header-eol.html +1 -1
  14. data/_includes/download/cards-header-mirrors.html +13 -0
  15. data/_includes/download/cards-header-screenshots.html +8 -0
  16. data/_includes/download/cards.html +105 -47
  17. data/_includes/people/about.html +25 -0
  18. data/_includes/people/header.html +11 -0
  19. data/_includes/people/posts.html +35 -0
  20. data/_includes/people/projects.html +32 -0
  21. data/_includes/people/pubkeys.html +31 -0
  22. data/_includes/people/support.html +25 -0
  23. data/_includes/sponsors/cards.html +11 -0
  24. data/_includes/sponsors/carousel.html +27 -0
  25. data/_layouts/download/default.html +7 -0
  26. data/_layouts/people/default.html +47 -0
  27. data/assets/img/download/distribution-release-screenshot-1.png +0 -0
  28. data/assets/img/download/distribution-release-screenshot-2.png +0 -0
  29. data/assets/img/download/distribution-release-screenshot-3.png +0 -0
  30. data/assets/img/download/distribution-release-screenshot-n.svg +17 -11
  31. data/assets/img/download/download.svg +421 -0
  32. data/assets/img/download/fig-the-downloads-cards-presentation-template.png +0 -0
  33. data/assets/img/people/YourUsername.svg +64 -0
  34. data/assets/img/people/screenshot.svg +135 -0
  35. data/assets/img/sponsors/screenshot-sponsors-cards-layout.png +0 -0
  36. data/assets/img/sponsors/screenshot-sponsors-cards.png +0 -0
  37. data/assets/img/sponsors/screenshot-sponsors-carousel.png +0 -0
  38. data/assets/img/sponsors/screenshot-sponsors-default-layout.png +0 -0
  39. data/assets/img/sponsors/screenshot-sponsors-logo.png +0 -0
  40. data/assets/img/sponsors/sponsor-logo-1.png +0 -0
  41. data/assets/img/sponsors/sponsor-logo-2.png +0 -0
  42. data/assets/img/sponsors/sponsor-logo-3.png +0 -0
  43. data/assets/img/sponsors/sponsor-logo-4.png +0 -0
  44. data/assets/img/sponsors/sponsor-logo-5.png +0 -0
  45. data/assets/img/sponsors/sponsor-logo-6.png +0 -0
  46. data/assets/img/sponsors/sponsor-logo-7.png +0 -0
  47. data/assets/img/sponsors/sponsor-logo-8.png +0 -0
  48. data/assets/img/sponsors/sponsors-logo.svg +563 -0
  49. metadata +45 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2f107e9d62de07b3144efb104d870dae2890e3b1315a419495d03c4c23c1f80
4
- data.tar.gz: b217b06ba126834a06a2dbd000f93e5822d70b7f1899fc80da8ca0ccd75854b9
3
+ metadata.gz: e2c8b6c4a41cc382c8a6e87ff3dc3a3ca1edb65e6d4844afbab74030bf267daf
4
+ data.tar.gz: c65983d17cfeede0fc70f0652502d658b943d156179dd165d435941ec4e9c0e9
5
5
  SHA512:
6
- metadata.gz: 5cfe10d5adcc407dffb73bc8dfd5c9c94de7e9342ecc0fc6fe1a6cd99c528cd5cb3e0492be1967abcfb791c84f3d6bc27d1b610b81049a187bbbf2e1529f34ec
7
- data.tar.gz: a1330aff752ceede9831ac6feab2e4a28df0329ccfa0a26cf0e5bf949fcd3150270b54cbad961219943ea3c0f68949aac2cf5a391b39416c445052de140dfbe4
6
+ metadata.gz: 865949efbbd2824b8f4dfdb0559db6b3e06c15f6815710322d3e2ad47b5461feb9e77aa950c7751fccb41e07e82b4891df7bbaac1ba5551ccdbdd8942611ebe4
7
+ data.tar.gz: edb26ee0137a6132a8f6797eba1c544da116c2a2d84228d73ae9f4de65b1f7d3c02ffe80d3d4b88a6dc2e856f407464e257fc830f39f5224381a0387c6e5cc63
@@ -1,148 +1,309 @@
1
1
  ---
2
2
  #
3
- # site.data.centos.distributions - This file controls the information related
4
- # to CentOS Project distributions.
3
+ # site.data.download.cards - This file controls the information related to
4
+ # downloadable items.
5
5
  #
6
- - name: "CentOS Linux"
7
- page: "centos-linux"
8
- description: "Consistent, manageable platform that suits a wide variety of deployments. For some open source communities, it is a solid, predictable base to build upon."
9
- releases:
10
- 7-2009:
11
- screenshots:
12
- - src: "screenshot-n.png"
13
- alt: "screenshot-n.png"
14
- downloads:
15
- - arch: "x86_64"
16
- iso: "http://isoredirect.centos.org/centos/7/isos/x86_64/"
17
- rpm: "http://mirror.centos.org/centos/7/"
18
- cloud: ""
19
- containers: "https://hub.docker.com/_/centos/"
20
- vagrant: "https://app.vagrantup.com/centos/boxes/7"
21
- - arch: "ARM64 (aarch64)"
22
- iso: "http://isoredirect.centos.org/altarch/7/isos/aarch64/"
23
- rpm: "http://mirror.centos.org/altarch/7/"
24
- cloud: ""
25
- containers: "https://hub.docker.com/_/centos/"
26
- vagrant: ""
27
- - arch: "IBM Power BE (ppc64)"
28
- iso: "http://isoredirect.centos.org/altarch/7/isos/ppc64/"
29
- rpm: "http://mirror.centos.org/altarch/7/"
30
- cloud: ""
31
- containers: ""
32
- vagrant: ""
33
- - arch: "IBM Power (ppc64le)"
34
- iso: "http://isoredirect.centos.org/altarch/7/isos/ppc64le/"
35
- rpm: "http://mirror.centos.org/altarch/7/"
36
- cloud: ""
37
- containers: "https://hub.docker.com/_/centos/"
38
- vagrant: ""
39
- - arch: "ARM32 (armhfp)"
40
- iso: "http://isoredirect.centos.org/altarch/7/isos/armhfp/"
41
- rpm: "http://mirror.centos.org/altarch/7/"
42
- cloud: ""
43
- containers: "https://hub.docker.com/_/centos/"
44
- vagrant: ""
45
- - arch: "i386"
46
- iso: "http://isoredirect.centos.org/altarch/7/isos/i386/"
47
- rpm: "http://mirror.centos.org/altarch/7/"
48
- cloud: ""
49
- containers: ""
50
- vagrant: ""
51
- docs:
52
- - name: Release Notes
53
- link: https://wiki.centos.org/action/show/Manuals/ReleaseNotes/CentOS7
54
- - name: Release Email
55
- link: https://lists.centos.org/pipermail/centos-announce/2020-November/035820.html
56
- - name: Website
57
- link: https://docs.centos.org/
58
- eol:
59
- - overview: ""
60
- date: "30 June 2024"
61
- url: ""
62
6
 
63
- - name: "CentOS Stream"
64
- page: "centos-stream"
65
- description: "Continuously delivered distro that tracks just ahead of Red Hat Enterprise Linux (RHEL) development, positioned as a midstream between Fedora Linux and RHEL. For anyone interested in participating and collaborating in the RHEL ecosystem, CentOS Stream is your reliable platform for innovation."
7
+ - title: "CentOS Stream"
8
+ description: |
9
+ Continuously delivered distro that tracks just ahead of Red Hat Enterprise
10
+ Linux (RHEL) development, positioned as a midstream between Fedora Linux
11
+ and RHEL. For anyone interested in participating and collaborating in the
12
+ RHEL ecosystem, CentOS Stream is your reliable platform for innovation.
66
13
  releases:
67
14
  9:
68
15
  screenshots:
69
- - src: "screenshot-n.png"
70
- alt: "screenshot-n.png"
71
- downloads:
72
- - arch: "x86_64"
16
+ - src: "distribution-release-screenshot-1.png"
17
+ alt: "distribution-release-screenshot-1.png"
18
+ - src: "distribution-release-screenshot-2.png"
19
+ alt: "distribution-release-screenshot-2.png"
20
+ - src: "distribution-release-screenshot-3.png"
21
+ alt: "distribution-release-screenshot-3.png"
22
+ mirrors:
23
+ - architecture: "x86_64"
73
24
  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"
74
25
  rpm: "http://mirror.stream.centos.org/9-stream/"
75
26
  cloud: "https://cloud.centos.org/centos/9-stream/x86_64/images"
76
27
  containers: "https://quay.io/centos/centos:stream9"
77
28
  vagrant: ""
78
- - arch: "ARM64 (aarch64)"
29
+ - architecture: "ARM64 (aarch64)"
79
30
  iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/aarch64/iso/CentOS-Stream-9-latest-aarch64-dvd1.iso&redirect=1&protocol=https"
80
31
  rpm: "http://mirror.stream.centos.org/9-stream/"
81
32
  cloud: "https://cloud.centos.org/centos/9-stream/aarch64/images"
82
33
  containers: "https://quay.io/centos/centos:stream9"
83
34
  vagrant: ""
84
- - arch: "IBM Power (ppc64le)"
35
+ - architecture: "IBM Power (ppc64le)"
85
36
  iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/ppc64le/iso/CentOS-Stream-9-latest-ppc64le-dvd1.iso&redirect=1&protocol=https"
86
37
  rpm: "http://mirror.stream.centos.org/9-stream/"
87
38
  cloud: "https://cloud.centos.org/centos/9-stream/ppc64le/images"
88
39
  containers: "https://quay.io/centos/centos:stream9"
89
40
  vagrant: ""
90
- - arch: "IBM Z (s390x)"
41
+ - architecture: "IBM Z (s390x)"
91
42
  iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/s390x/iso/CentOS-Stream-9-latest-s390x-dvd1.iso&redirect=1&protocol=https"
92
43
  rpm: "http://mirror.stream.centos.org/9-stream/"
93
44
  cloud: "https://cloud.centos.org/centos/9-stream/s390x/images"
94
45
  containers: "https://quay.io/centos/centos:stream9"
95
46
  vagrant: ""
96
- docs:
97
- - name: Release Notes
47
+ documentation:
48
+ - title: Release Notes
98
49
  link: "https://blog.centos.org/2021/12/introducing-centos-stream-9/"
99
- - name: Release Email
50
+ - title: Release Email
100
51
  link: "https://lists.centos.org/pipermail/centos-announce/2021-December/060971.html"
101
- - name: Website
52
+ - title: Website
102
53
  link: "https://docs.centos.org/en-US/docs/"
103
54
  eol:
104
- - overview: |
105
- End of RHEL9 <a
106
- href="https://access.redhat.com/support/policy/updates/errata#Full_Support_Phase">full
107
- support</a> phase.
108
- date: ""
109
- url: ""
55
+ - title: ""
56
+ description: |
57
+ End of RHEL9 <a href="https://access.redhat.com/support/policy/updates/errata#Full_Support_Phase">full support</a> phase.
110
58
  8:
111
59
  screenshots:
112
- - src: "screenshot-n.png"
113
- alt: "screenshot-n.png"
114
- downloads:
115
- - arch: "x86_64"
60
+ - src: "distribution-release-screenshot-1.png"
61
+ alt: "distribution-release-screenshot-1.png"
62
+ - src: "distribution-release-screenshot-2.png"
63
+ alt: "distribution-release-screenshot-2.png"
64
+ - src: "distribution-release-screenshot-3.png"
65
+ alt: "distribution-release-screenshot-3.png"
66
+ mirrors:
67
+ - architecture: "x86_64"
116
68
  iso: "http://isoredirect.centos.org/centos/8-stream/isos/x86_64/"
117
69
  rpm: "http://mirror.centos.org/centos/8-stream/"
118
70
  cloud: "https://cloud.centos.org/centos/8-stream/x86_64/images/"
119
71
  containers: "https://quay.io/centos/centos:stream8"
120
72
  vagrant: ""
121
- - arch: "ARM64 (aarch64)"
73
+ - architecture: "ARM64 (aarch64)"
122
74
  iso: "http://isoredirect.centos.org/centos/8-stream/isos/aarch64/"
123
75
  rpm: "http://mirror.centos.org/centos/8-stream/"
124
76
  cloud: "https://cloud.centos.org/centos/8-stream/aarch64/images/"
125
77
  containers: "https://quay.io/centos/centos:stream8"
126
78
  vagrant: ""
127
- - arch: "IBM Power (ppc64le)"
79
+ - architecture: "IBM Power (ppc64le)"
128
80
  iso: "http://isoredirect.centos.org/centos/8-stream/isos/ppc64le/"
129
81
  rpm: "http://mirror.centos.org/centos/8-stream/"
130
82
  cloud: "https://cloud.centos.org/centos/8-stream/ppc64le/images/"
131
83
  containers: "https://quay.io/centos/centos:stream8"
132
84
  vagrant: ""
133
- docs:
134
- - name: Release Notes
85
+ documentation:
86
+ - title: Release Notes
135
87
  link: "https://wiki.centos.org/Manuals/ReleaseNotes/CentOSStream"
136
- - name: Release Email
88
+ - title: Release Email
137
89
  link: "https://lists.centos.org/pipermail/centos-announce/2019-September/023449.html"
138
- - name: Webiste
90
+ - title: Webiste
139
91
  link: "https://docs.centos.org/"
140
92
  eol:
141
- - overview: ""
142
- date: "31 May 2024"
143
- url: ""
144
- convert:
145
- - overview: "Converting from CentOS Linux 8 to CentOS Stream 8"
146
- commands: |-
93
+ - title: "31 May 2024"
94
+ description: ""
95
+ commands:
96
+ - title: "Converting from CentOS Linux 8 to CentOS Stream 8"
97
+ lines: |-
98
+ dnf --disablerepo '*' --enablerepo extras swap centos-linux-repos centos-stream-repos
99
+ dnf distro-sync
100
+
101
+ - title: "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
+ - title: Release Notes
138
+ link: "https://blog.centos.org/2021/12/introducing-centos-stream-9/"
139
+ - title: Release Email
140
+ link: "https://lists.centos.org/pipermail/centos-announce/2021-December/060971.html"
141
+ - title: Website
142
+ link: "https://docs.centos.org/en-US/docs/"
143
+ eol:
144
+ - title: "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
+ - title: Release Notes
189
+ link: "https://blog.centos.org/2021/12/introducing-centos-stream-9/"
190
+ - title: Release Email
191
+ link: "https://lists.centos.org/pipermail/centos-announce/2021-December/060971.html"
192
+ - title: Website
193
+ link: "https://docs.centos.org/en-US/docs/"
194
+ eol:
195
+ - title: "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
+ - title: "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
+ - title: Release Notes
244
+ link: "https://blog.centos.org/2021/12/introducing-centos-stream-9/"
245
+ - title: Release Email
246
+ link: "https://lists.centos.org/pipermail/centos-announce/2021-December/060971.html"
247
+ - title: Website
248
+ link: "https://docs.centos.org/en-US/docs/"
249
+ eol:
250
+ - title: "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
+ - title: Release Notes
294
+ link: "https://blog.centos.org/2021/12/introducing-centos-stream-9/"
295
+ - title: Release Email
296
+ link: "https://lists.centos.org/pipermail/centos-announce/2021-December/060971.html"
297
+ - title: Website
298
+ link: "https://docs.centos.org/en-US/docs/"
299
+ eol:
300
+ - title: "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: |-
147
308
  dnf --disablerepo '*' --enablerepo extras swap centos-linux-repos centos-stream-repos
148
309
  dnf distro-sync
@@ -4,3 +4,8 @@
4
4
  link: "/documentation"
5
5
  menu: []
6
6
  visible_on: ["navbar"]
7
+ - name: "Examples"
8
+ icon: "fa-solid fa-flask-vial"
9
+ link: "/examples"
10
+ menu: []
11
+ visible_on: ["navbar"]
@@ -0,0 +1,6 @@
1
+ ---
2
+ - name: "Documentation"
3
+ icon: "fa-solid fa-book"
4
+ link: "/documentation"
5
+ menu: []
6
+ visible_on: ["navbar"]
@@ -0,0 +1,38 @@
1
+ ---
2
+ title: Sponsors
3
+ icon: "fa-solid fa-hand-holding-heart"
4
+ message: |
5
+ CentOS would not be possible without the support of our sponsors. We would
6
+ like to thank the following product/service for being a CentOS sponsor. If
7
+ you value our work, please consider
8
+ <a href="https://www.centos.org/sponsors">becoming a sponsor!</a>
9
+ members:
10
+ - name: sponsor-logo-1
11
+ country: usa
12
+ image: sponsor-logo-1.png
13
+ url: "#"
14
+ - name: sponsor-logo-2
15
+ country: usa
16
+ image: sponsor-logo-2.png
17
+ url: "#"
18
+ - name: sponsor-logo-3
19
+ country: usa
20
+ image: sponsor-logo-3.png
21
+ url: "#"
22
+ - name: sponsor-logo-4
23
+ country: usa
24
+ image: sponsor-logo-4.png
25
+ url: "#"
26
+ - name: sponsor-logo-5
27
+ country: usa
28
+ image: sponsor-logo-5.png
29
+ url: "#"
30
+ - name: sponsor-logo-6
31
+ country: usa
32
+ image: sponsor-logo-6.png
33
+ url: "#"
34
+ - name: sponsor-logo-7
35
+ country: usa
36
+ image: sponsor-logo-7.png
37
+ url: "#"
38
+ is_active: false
@@ -0,0 +1,6 @@
1
+ ---
2
+ - name: "Documentation"
3
+ icon: "fa-solid fa-book"
4
+ link: "/documentation"
5
+ menu: []
6
+ visible_on: ["navbar"]
@@ -0,0 +1,7 @@
1
+ <tr>
2
+ <td>
3
+ {% if row.lines != "" %}
4
+ <pre class="mb-0"><code>{{ row.lines }}</code></pre>
5
+ {% endif %}
6
+ </td>
7
+ </tr>
@@ -0,0 +1,11 @@
1
+ <tr>
2
+ <td>
3
+ {% for rows in release %}
4
+ {% for row in rows.documentation %}
5
+ {% if row.title != "" %}
6
+ <a class="btn btn-primary" href="{{ row.link }}" role="button"><i class="fa-solid fa-up-right-from-square"></i> {{ row.title }}</a>
7
+ {% endif %}
8
+ {% endfor %}
9
+ {% endfor %}
10
+ </td>
11
+ </tr>
@@ -0,0 +1,8 @@
1
+ <tr>
2
+ <td>{{ row.architecture }}</td>
3
+ <td>{% if row.iso] != "" %}<a class="btn btn-primary" href="{{ row.iso }}" role="button"><i class="fa-solid fa-up-right-from-square"></i> Mirrors</a>{% endif %}</td>
4
+ <td>{% if row.rpm] != "" %}<a class="btn btn-primary" href="{{ row.rpm }}" role="button"><i class="fa-solid fa-up-right-from-square"></i> Mirrors</a>{% endif %}</td>
5
+ <td>{% if row.cloud] != "" %}<a class="btn btn-primary" href="{{ row.cloud }}" role="button"><i class="fa-solid fa-up-right-from-square"></i> Images</a>{% endif %}</td>
6
+ <td>{% if row.containers] != "" %}<a class="btn btn-primary" href="{{ row.containers }}" role="button"><i class="fa-solid fa-up-right-from-square"></i> Images</a>{% endif %}</td>
7
+ <td>{% if row.vagrant] != "" %}<a class="btn btn-primary" href="{{ row.vagrant }}" role="button"><i class="fa-solid fa-up-right-from-square"></i> Boxes</a>{% endif %}</td>
8
+ </tr>
@@ -0,0 +1,32 @@
1
+ <tr>
2
+ <td class="p-0">
3
+ <div id="carouselScreenshotsIndicators-{{ release_id }}" class="carousel carousel-dark slide" data-bs-ride="true">
4
+ <div class="carousel-indicators">
5
+ {% for row in rows.screenshots %}
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>
13
+ {% endfor %}
14
+ </div>
15
+ <div class="carousel-inner">
16
+ {% for row in rows.screenshots %}
17
+ <div class="carousel-item{% if forloop.first %} active{% endif %}">
18
+ <img class="d-block w-100" src="{{site.url }}{{ site.baseurl }}/assets/img/download/{{ row.src }}" alt="{{ row.alt }}" />
19
+ </div>
20
+ {% endfor %}
21
+ </div>
22
+ <button class="carousel-control-prev" type="button" data-bs-target="#carouselScreenshotsIndicators-{{ release_id }}" data-bs-slide="prev">
23
+ <span class="carousel-control-prev-icon" aria-hidden="true"></span>
24
+ <span class="visually-hidden">Previous</span>
25
+ </button>
26
+ <button class="carousel-control-next" type="button" data-bs-target="#carouselScreenshotsIndicators-{{ release_id }}" data-bs-slide="next">
27
+ <span class="carousel-control-next-icon" aria-hidden="true"></span>
28
+ <span class="visually-hidden">Next</span>
29
+ </button>
30
+ </div>
31
+ </td>
32
+ </tr>
@@ -0,0 +1,8 @@
1
+ <div class="table-responsive">
2
+ <table class="table table-bordered mb-0">
3
+ <thead class="table-light">
4
+ <tr>
5
+ <th scope="col"><i class="fa-solid fa-terminal"></i> {{ row.title }}</th>
6
+ </tr>
7
+ </thead>
8
+ <tbody>
@@ -0,0 +1,8 @@
1
+ <div class="table-responsive">
2
+ <table class="table table-bordered mb-0">
3
+ <thead class="table-light">
4
+ <tr>
5
+ <th scope="col"><i class="fa-solid fa-book"></i> Documentation</th>
6
+ </tr>
7
+ </thead>
8
+ <tbody>
@@ -1,5 +1,5 @@
1
1
  <div class="table-responsive">
2
- <table class="table mb-0">
2
+ <table class="table table-bordered mb-0">
3
3
  <thead class="table-light">
4
4
  <tr>
5
5
  <th scope="col"><i class="fas fa-hourglass-end"></i> End-of-life</th>
@@ -0,0 +1,13 @@
1
+ <div class="table-responsive">
2
+ <table class="table table-bordered mb-0">
3
+ <thead class="table-light">
4
+ <tr>
5
+ <th scope="col"><i class="fa-solid fa-microchip"></i> Architecture</th>
6
+ <th scope="col">ISOs</th>
7
+ <th scope="col">RPMs</th>
8
+ <th scope="col">Cloud</th>
9
+ <th scope="col">Containers</th>
10
+ <th scope="col">Vagrant</th>
11
+ </tr>
12
+ </thead>
13
+ <tbody>
@@ -0,0 +1,8 @@
1
+ <div class="table-responsive">
2
+ <table class="table table-bordered mb-0">
3
+ <thead class="table-light">
4
+ <tr>
5
+ <th scope="col"><i class="fa-solid fa-desktop"></i> Screenshots</th>
6
+ </tr>
7
+ </thead>
8
+ <tbody>