jekyll-theme-centos 2.2.17 → 2.2.19

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 (47) hide show
  1. checksums.yaml +4 -4
  2. data/_data/base/navbar.yml +48 -65
  3. data/_data/base/navbar_absolute.yml +2 -2
  4. data/_data/base/navbar_www.yml +74 -0
  5. data/_includes/base/footer.html +1 -1
  6. data/_includes/base/head.html +1 -1
  7. data/_includes/base/navbar.html +1 -1
  8. data/_sass/base/_centos.scss +1 -1
  9. data/assets/css/{stylesheet.min.scss → base/stylesheet.min.scss} +0 -0
  10. data/assets/icons/android-chrome-192.png +0 -0
  11. data/assets/icons/android-chrome-512.png +0 -0
  12. data/assets/icons/apple-touch-icon.png +0 -0
  13. data/assets/icons/favicon-16.png +0 -0
  14. data/assets/icons/favicon-32.png +0 -0
  15. data/assets/img/{people → base}/screenshot.svg +4 -4
  16. metadata +5 -35
  17. data/_data/base/navbar_component.yml +0 -60
  18. data/_data/download/cards.yml +0 -148
  19. data/_data/download/navbar.yml +0 -48
  20. data/_data/people/navbar.yml +0 -34
  21. data/_includes/download/cards-body-convert.html +0 -10
  22. data/_includes/download/cards-body-doc.html +0 -9
  23. data/_includes/download/cards-body-eol.html +0 -16
  24. data/_includes/download/cards-body-screenshot.html +0 -26
  25. data/_includes/download/cards-body.html +0 -8
  26. data/_includes/download/cards-footer.html +0 -3
  27. data/_includes/download/cards-header-convert.html +0 -8
  28. data/_includes/download/cards-header-doc.html +0 -8
  29. data/_includes/download/cards-header-eol.html +0 -8
  30. data/_includes/download/cards-header-screenshot.html +0 -8
  31. data/_includes/download/cards-header.html +0 -13
  32. data/_includes/download/cards.html +0 -62
  33. data/_includes/people/about.html +0 -25
  34. data/_includes/people/header.html +0 -11
  35. data/_includes/people/posts.html +0 -35
  36. data/_includes/people/projects.html +0 -32
  37. data/_includes/people/pubkeys.html +0 -31
  38. data/_includes/people/support.html +0 -25
  39. data/_layouts/download/cards.html +0 -7
  40. data/_layouts/people/default.html +0 -20
  41. data/_sass/base/_centos-lists.scss +0 -132
  42. data/assets/img/download/centos-linux-7-2009-screenshot-n.png +0 -0
  43. data/assets/img/download/centos-stream-8-screenshot-n.png +0 -0
  44. data/assets/img/download/centos-stream-9-screenshot-n.png +0 -0
  45. data/assets/img/download/distribution-release-screenshot-n.png +0 -0
  46. data/assets/img/download/distribution-release-screenshot-n.svg +0 -128
  47. data/assets/img/people/YourUsername.svg +0 -64
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 62f812c940fcb5fa9e6910c6ef3fae60179e1b02ae83990ef5f4b10a147ae000
4
- data.tar.gz: b046bccfc5f6b7b851d4179ce6df8dea480791a8b37629d8ba858ee9617a5efe
3
+ metadata.gz: a31a39b830d20c552324d3848a4f4f2b50925e8435b1fbc35d15cdf5f7517291
4
+ data.tar.gz: 13248c5ae1a22fa1b068e6edb61236c6f273d7bebe46060487651d212a06df0f
5
5
  SHA512:
6
- metadata.gz: c5df13ea5ee639a1ee954f945bb393b805f5425266767b5c740ee0757269dbac6f439ca450708a7f37d36e0b4a0836c761d2d621e30ac7a89b8e7efc4c73e4b2
7
- data.tar.gz: e154539d7022215093cf1a1ca22671f6a8d658993b61eec52c9dd684a53d08ef03c02176e27f7d648a6594f36dd8ac5c08f9b59464826424f67c6db868124244
6
+ metadata.gz: 298d4e734be9c8ba1d0c8ec495a5d4d7fcac269591f9bd13225dc108995d3fd4567b7b84095f8aba25cdaa6ca3446ed811bfd4945fd10b614181ef27c3d946ed
7
+ data.tar.gz: 59fd6dd8f9201acefbd89cb8ab8aaa4f2a0f71a7b6d02f2fed3cc103d176a61d3b37dc08fef60eabf7e7ceef3bfce6b7ab68c3f2b003cbbb303615268a41d4ec
@@ -1,74 +1,57 @@
1
1
  ---
2
2
  #
3
- # site.data.base.navbar - Control top navigation bar using relative links for
4
- # internal resources and absolute links for external resources. Useful when you
5
- # need the same site to be browsable on different environments (e.g., www and
6
- # www.dev).
3
+ # site.data.base.navbar - Control top navigation bar using relative links
4
+ # specific to jekyll-theme-centos-base website component. Not used inside
5
+ # CentOS websites. Used in website component presentation only.
7
6
  #
8
- - name: "Download"
9
- icon: "fas fa-download"
10
- link: "/download"
11
- menu: []
12
- visible_on: ["navbar"]
13
- - name: "About"
14
- icon: "fas fa-info-circle"
15
- link: "#"
7
+ - name: "Layouts"
8
+ icon: "fa-solid fa-layer-group"
9
+ link: "/layouts/"
16
10
  menu:
17
- - name: "About CentOS"
18
- link: "/about"
19
- - name: "Frequently Asked Questions (FAQs)"
20
- link: "https://wiki.centos.org/FAQ"
21
- - name: "Special Interest Groups (SIGs)"
22
- link: "https://wiki.centos.org/SpecialInterestGroups"
23
- - name: "CentOS Variants"
24
- link: "/variants"
25
- - name: "Governance"
26
- link: "/about/governance"
11
+ - name: "base/default.html"
12
+ link: "/layouts/default/"
27
13
  visible_on: ["navbar", "footer"]
28
- - name: "Community"
29
- icon: "fas fa-users"
30
- link: "#"
14
+
15
+ - name: "Includes"
16
+ icon: "fa-solid fa-arrows-turn-to-dots"
17
+ link: "/includes/"
31
18
  menu:
32
- - name: "Contribute"
33
- link: "https://wiki.centos.org/Contribute"
34
- icon: "fas fa-hands-helping"
35
- - name: "Forums"
36
- link: "/forums/"
37
- icon: "fas fa-comments"
38
- - name: "Mailing Lists"
39
- link: "https://wiki.centos.org/GettingHelp/ListInfo"
40
- icon: "fas fa-envelope"
41
- - name: "IRC"
42
- link: "https://wiki.centos.org/irc"
43
- icon: "fas fa-hashtag"
44
- - name: "Calendar & IRC Meeting List"
45
- link: "/community/calendar/"
46
- icon: "fas fa-calendar-alt"
47
- - name: "Planet"
48
- link: "http://planet.centos.org/"
49
- icon: "fas fa-newspaper"
50
- - name: "Submit Bug"
51
- link: "https://bugs.centos.org/"
52
- icon: "fas fa-bug"
19
+ - name: "base/announcements.html"
20
+ link: "/includes/announcements/"
21
+ - name: "base/breadcrumbs.html"
22
+ link: "/includes/breadcrumbs/"
23
+ - name: "base/head.html"
24
+ link: "/includes/head/"
25
+ - name: "base/header.html"
26
+ link: "/includes/header/"
27
+ - name: "base/navbar.html"
28
+ link: "/includes/navbar/"
29
+ - name: "base/toc-accordion.html"
30
+ link: "/includes/toc-accordion/"
31
+ - name: "base/toc.html"
32
+ link: "/includes/toc/"
53
33
  visible_on: ["navbar", "footer"]
54
- - name: "Documentation"
55
- icon: "fas fa-book"
56
- link: "#"
34
+
35
+ - name: "Sass"
36
+ icon: "fa-brands fa-sass"
37
+ link: "/sass/"
57
38
  menu:
58
- - name: "Wiki"
59
- link: "https://wiki.centos.org/"
60
- - name: "Manuals"
61
- link: "https://docs.centos.org/"
62
- - name: "GPG Key Info"
63
- link: "/keys"
39
+ - name: "base/variables"
40
+ link: "/sass/variables"
41
+ - name: "base/centos"
42
+ link: "/sass/centos"
43
+ visible_on: ["navbar", "footer"]
44
+
45
+ - name: "Data"
46
+ icon: "fa-solid fa-file-code"
47
+ link: "/data/"
48
+ menu:
49
+ - name: "site.data.base.identity"
50
+ link: "/data/identity"
51
+ - name: "site.data.base.navbar"
52
+ link: "/data/navbar"
53
+ - name: "site.data.base.navbar_absolute"
54
+ link: "/data/navbar_absolute"
55
+ - name: "site.data.base.navbar_component"
56
+ link: "/data/navbar_component"
64
57
  visible_on: ["navbar", "footer"]
65
- - name: "Help"
66
- icon: "fas fa-life-ring"
67
- link: "https://wiki.centos.org/Documentation?action=show&redirect=GettingHelp"
68
- menu: []
69
- visible_on: ["navbar"]
70
- - name: "Search"
71
- icon: "fas fa-search"
72
- link: "/search"
73
- menu: []
74
- visible_on: []
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  #
3
- # site.data.navbar_absolute - Control top navigation bar using absolute links
4
- # for both internal and external resources. Useful when you build the
3
+ # site.data.base.navbar_absolute - Control top navigation bar using absolute
4
+ # links for both internal and external resources. Useful when you build the
5
5
  # navigation bar for sites other than "www.centos.org" website and you want to
6
6
  # keep references to "www.centos.org."
7
7
  #
@@ -0,0 +1,74 @@
1
+ ---
2
+ #
3
+ # site.data.base.navbar_www - Control top navigation bar using relative links
4
+ # for internal resources and absolute links for external resources. Useful when
5
+ # you need the same site to be browsable on different environments (e.g., www
6
+ # and www.dev).
7
+ #
8
+ - name: "Download"
9
+ icon: "fas fa-download"
10
+ link: "/download"
11
+ menu: []
12
+ visible_on: ["navbar"]
13
+ - name: "About"
14
+ icon: "fas fa-info-circle"
15
+ link: "#"
16
+ menu:
17
+ - name: "About CentOS"
18
+ link: "/about"
19
+ - name: "Frequently Asked Questions (FAQs)"
20
+ link: "https://wiki.centos.org/FAQ"
21
+ - name: "Special Interest Groups (SIGs)"
22
+ link: "https://wiki.centos.org/SpecialInterestGroups"
23
+ - name: "CentOS Variants"
24
+ link: "/variants"
25
+ - name: "Governance"
26
+ link: "/about/governance"
27
+ visible_on: ["navbar", "footer"]
28
+ - name: "Community"
29
+ icon: "fas fa-users"
30
+ link: "#"
31
+ menu:
32
+ - name: "Contribute"
33
+ link: "https://wiki.centos.org/Contribute"
34
+ icon: "fas fa-hands-helping"
35
+ - name: "Forums"
36
+ link: "/forums/"
37
+ icon: "fas fa-comments"
38
+ - name: "Mailing Lists"
39
+ link: "https://wiki.centos.org/GettingHelp/ListInfo"
40
+ icon: "fas fa-envelope"
41
+ - name: "IRC"
42
+ link: "https://wiki.centos.org/irc"
43
+ icon: "fas fa-hashtag"
44
+ - name: "Calendar & IRC Meeting List"
45
+ link: "/community/calendar/"
46
+ icon: "fas fa-calendar-alt"
47
+ - name: "Planet"
48
+ link: "http://planet.centos.org/"
49
+ icon: "fas fa-newspaper"
50
+ - name: "Submit Bug"
51
+ link: "https://bugs.centos.org/"
52
+ icon: "fas fa-bug"
53
+ visible_on: ["navbar", "footer"]
54
+ - name: "Documentation"
55
+ icon: "fas fa-book"
56
+ link: "#"
57
+ menu:
58
+ - name: "Wiki"
59
+ link: "https://wiki.centos.org/"
60
+ - name: "Manuals"
61
+ link: "https://docs.centos.org/"
62
+ - name: "GPG Key Info"
63
+ link: "/keys"
64
+ visible_on: ["navbar", "footer"]
65
+ - name: "Help"
66
+ icon: "fas fa-life-ring"
67
+ link: "https://wiki.centos.org/Documentation?action=show&redirect=GettingHelp"
68
+ menu: []
69
+ visible_on: ["navbar"]
70
+ - name: "Search"
71
+ icon: "fas fa-search"
72
+ link: "/search"
73
+ menu: []
74
+ visible_on: []
@@ -37,7 +37,7 @@
37
37
  <ul class="nav list-unstyled">
38
38
  {% for item in site.data.base.footer.social -%}
39
39
  <li class="nav-item">
40
- <a class="btn btn-sm fs-5 link-primary" href="{{ site.baseurl }}{{ item.link }}" role="button" aria-label="{{ item.name }}" data-bs-placement="bottom" data-bs-title="{{ item.name }}"><i class="{{ item.icon }}"></i></a>
40
+ <a class="btn btn-sm fs-5 link-primary" href="{{ item.link }}" role="button" aria-label="{{ item.name }}" data-bs-placement="bottom" data-bs-title="{{ item.name }}"><i class="{{ item.icon }}"></i></a>
41
41
  </li>
42
42
  {% endfor %}
43
43
  </ul>
@@ -13,5 +13,5 @@
13
13
  {% if page.with_datatables == true -%}
14
14
  <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/dataTables.bootstrap5.min.css">
15
15
  {% endif -%}
16
- <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/stylesheet.min.css" />
16
+ <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/base/stylesheet.min.css" />
17
17
  </head>
@@ -3,7 +3,7 @@
3
3
  <nav class="navbar navbar-expand-lg navbar-dark bg-dark shadow">
4
4
  <div class="container">
5
5
  <a class="navbar-brand pt-1" href="{{ site.baseurl }}/"><img role="img" src="{{ site.baseurl }}/{{ site.data.base.identity.logo.navbar }}" height="32" alt="{{ site.title }}" />{% if site.manifestation != "" %}<span class="manifestation border-start border-light ps-3 ms-3 py-2 fs-6">{{ site.manifestation }}</span>{% endif %}</a>
6
- <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
6
+ <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
7
7
  <span class="navbar-toggler-icon"></span>
8
8
  </button>
9
9
  <div class="collapse navbar-collapse" id="navbarContent">
@@ -30,7 +30,7 @@ main {
30
30
  // Backgrounds
31
31
  // --------------------------------------------------------------------------------
32
32
  .bg-image {
33
- background-image: url("../img/centos-motif.png");
33
+ background-image: url("../../img/centos-motif.png");
34
34
  background-size: cover;
35
35
  background-repeat: no-repeat;
36
36
  background-position: center;
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -114,22 +114,22 @@
114
114
  style="font-size:23.252px;line-height:1.95;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;text-anchor:middle;fill:#ffffff;stroke-width:0.264583"
115
115
  x="-1107.4166"
116
116
  y="-266.41425"
117
- id="COMPONENT_NAME"><tspan
117
+ id="JEKYLL_THEME_COMPONENT"><tspan
118
118
  sodipodi:role="line"
119
119
  id="tspan471"
120
120
  style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:23.252px;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;fill:#ffffff;stroke-width:0.264583"
121
121
  x="-1107.4166"
122
- y="-266.41425">=COMPONENT_NAME=</tspan></text>
122
+ y="-266.41425">=JEKYLL_THEME_COMPONENT=</tspan></text>
123
123
  <text
124
124
  xml:space="preserve"
125
125
  style="font-size:11.626px;line-height:1.95;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;text-anchor:middle;fill:#deddda;fill-opacity:1;stroke-width:0.264583"
126
126
  x="-1107.2714"
127
127
  y="-206.62192"
128
- id="COMPONENT_DESCRIPTION"><tspan
128
+ id="JEKYLL_THEME_COMPONENT_DESCRIPTION"><tspan
129
129
  sodipodi:role="line"
130
130
  id="tspan471-2"
131
131
  style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:11.626px;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;fill:#deddda;fill-opacity:1;stroke-width:0.264583"
132
132
  x="-1107.2714"
133
- y="-206.62192">=COMPONENT_DESCRIPTION=</tspan></text>
133
+ y="-206.62192">=JEKYLL_THEME_COMPONENT_DESCRIPTION=</tspan></text>
134
134
  </g>
135
135
  </svg>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-centos
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.17
4
+ version: 2.2.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Release
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-02 00:00:00.000000000 Z
11
+ date: 2023-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -50,10 +50,7 @@ files:
50
50
  - _data/base/identity.yml
51
51
  - _data/base/navbar.yml
52
52
  - _data/base/navbar_absolute.yml
53
- - _data/base/navbar_component.yml
54
- - _data/download/cards.yml
55
- - _data/download/navbar.yml
56
- - _data/people/navbar.yml
53
+ - _data/base/navbar_www.yml
57
54
  - _includes/base/announcements.html
58
55
  - _includes/base/breadcrumbs.html
59
56
  - _includes/base/footer.html
@@ -63,41 +60,20 @@ files:
63
60
  - _includes/base/script.html
64
61
  - _includes/base/toc-accordion.html
65
62
  - _includes/base/toc.html
66
- - _includes/download/cards-body-convert.html
67
- - _includes/download/cards-body-doc.html
68
- - _includes/download/cards-body-eol.html
69
- - _includes/download/cards-body-screenshot.html
70
- - _includes/download/cards-body.html
71
- - _includes/download/cards-footer.html
72
- - _includes/download/cards-header-convert.html
73
- - _includes/download/cards-header-doc.html
74
- - _includes/download/cards-header-eol.html
75
- - _includes/download/cards-header-screenshot.html
76
- - _includes/download/cards-header.html
77
- - _includes/download/cards.html
78
63
  - _includes/home/distributions.html
79
64
  - _includes/home/header.html
80
65
  - _includes/home/news-and-events.html
81
66
  - _includes/home/planet.html
82
67
  - _includes/home/sponsors.html
83
68
  - _includes/hr.html
84
- - _includes/people/about.html
85
- - _includes/people/header.html
86
- - _includes/people/posts.html
87
- - _includes/people/projects.html
88
- - _includes/people/pubkeys.html
89
- - _includes/people/support.html
90
69
  - _includes/post-nav-explorer.html
91
70
  - _includes/post-nav.html
92
71
  - _layouts/base/default.html
93
72
  - _layouts/blog.html
94
- - _layouts/download/cards.html
95
73
  - _layouts/home.html
96
- - _layouts/people/default.html
97
74
  - _layouts/post.html
98
75
  - _layouts/search.html
99
76
  - _layouts/sponsors.html
100
- - _sass/base/_centos-lists.scss
101
77
  - _sass/base/_centos.scss
102
78
  - _sass/base/_variables.scss
103
79
  - _sass/bootstrap/_accordion.scss
@@ -192,9 +168,9 @@ files:
192
168
  - _sass/bootstrap/mixins/_visually-hidden.scss
193
169
  - _sass/bootstrap/utilities/_api.scss
194
170
  - _sass/bootstrap/vendor/_rfs.scss
171
+ - assets/css/base/stylesheet.min.scss
195
172
  - assets/css/dataTables.bootstrap5.css
196
173
  - assets/css/dataTables.bootstrap5.min.css
197
- - assets/css/stylesheet.min.scss
198
174
  - assets/icons/android-chrome-192.png
199
175
  - assets/icons/android-chrome-512.png
200
176
  - assets/icons/apple-touch-icon.png
@@ -204,6 +180,7 @@ files:
204
180
  - assets/icons/favicon.svg
205
181
  - assets/img/anaconda-symbolic.svg
206
182
  - assets/img/anaconda.svg
183
+ - assets/img/base/screenshot.svg
207
184
  - assets/img/centos-dynamicmsg-logo.svg
208
185
  - assets/img/centos-dynamicmsg-type.svg
209
186
  - assets/img/centos-dynamicmsg-whitelogo.svg
@@ -221,13 +198,6 @@ files:
221
198
  - assets/img/centos-vertical-logo.svg
222
199
  - assets/img/centos-vertical-message-logo.svg
223
200
  - assets/img/centos-whitelogo.svg
224
- - assets/img/download/centos-linux-7-2009-screenshot-n.png
225
- - assets/img/download/centos-stream-8-screenshot-n.png
226
- - assets/img/download/centos-stream-9-screenshot-n.png
227
- - assets/img/download/distribution-release-screenshot-n.png
228
- - assets/img/download/distribution-release-screenshot-n.svg
229
- - assets/img/people/YourUsername.svg
230
- - assets/img/people/screenshot.svg
231
201
  - assets/img/sort_asc.png
232
202
  - assets/img/sort_asc_disabled.png
233
203
  - assets/img/sort_both.png
@@ -1,60 +0,0 @@
1
- ---
2
- #
3
- # site.data.base.navbar_component - Control top navigation bar using relative
4
- # links specific to jekyll-theme-centos-base website component. Not used inside
5
- # CentOS websites. Used in website component presentation only.
6
- #
7
-
8
- - name: "Layouts"
9
- icon: "fa-solid fa-layer-group"
10
- link: "/layouts/"
11
- menu:
12
- - name: "base/default.html"
13
- link: "/layouts/default/"
14
- visible_on: ["navbar", "footer"]
15
-
16
- - name: "Includes"
17
- icon: "fa-solid fa-arrows-turn-to-dots"
18
- link: "/includes/"
19
- menu:
20
- - name: "base/announcements.html"
21
- link: "/includes/announcements/"
22
- - name: "base/breadcrumbs.html"
23
- link: "/includes/breadcrumbs/"
24
- - name: "base/head.html"
25
- link: "/includes/head/"
26
- - name: "base/header.html"
27
- link: "/includes/header/"
28
- - name: "base/navbar.html"
29
- link: "/includes/navbar/"
30
- - name: "base/toc-accordion.html"
31
- link: "/includes/toc-accordion/"
32
- - name: "base/toc.html"
33
- link: "/includes/toc/"
34
- visible_on: ["navbar", "footer"]
35
-
36
- - name: "Sass"
37
- icon: "fa-brands fa-sass"
38
- link: "/sass/"
39
- menu:
40
- - name: "base/variables.scss"
41
- link: "/sass/variables"
42
- - name: "base/centos.scss"
43
- link: "/sass/centos"
44
- - name: "base/centos-lists.scss"
45
- link: "/sass/centos-lists"
46
- visible_on: ["navbar", "footer"]
47
-
48
- - name: "Data"
49
- icon: "fa-solid fa-file-code"
50
- link: "/data/"
51
- menu:
52
- - name: "site.data.base.identity"
53
- link: "/data/identity"
54
- - name: "site.data.base.navbar"
55
- link: "/data/navbar"
56
- - name: "site.data.base.navbar_absolute"
57
- link: "/data/navbar_absolute"
58
- - name: "site.data.base.navbar_component"
59
- link: "/data/navbar_component"
60
- visible_on: ["navbar", "footer"]
@@ -1,148 +0,0 @@
1
- ---
2
- #
3
- # site.data.centos.distributions - This file controls the information related
4
- # to CentOS Project distributions.
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
-
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."
66
- releases:
67
- 9:
68
- screenshots:
69
- - src: "screenshot-n.png"
70
- alt: "screenshot-n.png"
71
- downloads:
72
- - arch: "x86_64"
73
- 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
- rpm: "http://mirror.stream.centos.org/9-stream/"
75
- cloud: "https://cloud.centos.org/centos/9-stream/x86_64/images"
76
- containers: "https://quay.io/centos/centos:stream9"
77
- vagrant: ""
78
- - arch: "ARM64 (aarch64)"
79
- iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/aarch64/iso/CentOS-Stream-9-latest-aarch64-dvd1.iso&redirect=1&protocol=https"
80
- rpm: "http://mirror.stream.centos.org/9-stream/"
81
- cloud: "https://cloud.centos.org/centos/9-stream/aarch64/images"
82
- containers: "https://quay.io/centos/centos:stream9"
83
- vagrant: ""
84
- - arch: "IBM Power (ppc64le)"
85
- iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/ppc64le/iso/CentOS-Stream-9-latest-ppc64le-dvd1.iso&redirect=1&protocol=https"
86
- rpm: "http://mirror.stream.centos.org/9-stream/"
87
- cloud: "https://cloud.centos.org/centos/9-stream/ppc64le/images"
88
- containers: "https://quay.io/centos/centos:stream9"
89
- vagrant: ""
90
- - arch: "IBM Z (s390x)"
91
- iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/s390x/iso/CentOS-Stream-9-latest-s390x-dvd1.iso&redirect=1&protocol=https"
92
- rpm: "http://mirror.stream.centos.org/9-stream/"
93
- cloud: "https://cloud.centos.org/centos/9-stream/s390x/images"
94
- containers: "https://quay.io/centos/centos:stream9"
95
- vagrant: ""
96
- docs:
97
- - name: Release Notes
98
- link: "https://blog.centos.org/2021/12/introducing-centos-stream-9/"
99
- - name: Release Email
100
- link: "https://lists.centos.org/pipermail/centos-announce/2021-December/060971.html"
101
- - name: Website
102
- link: "https://docs.centos.org/en-US/docs/"
103
- 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: ""
110
- 8:
111
- screenshots:
112
- - src: "screenshot-n.png"
113
- alt: "screenshot-n.png"
114
- downloads:
115
- - arch: "x86_64"
116
- iso: "http://isoredirect.centos.org/centos/8-stream/isos/x86_64/"
117
- rpm: "http://mirror.centos.org/centos/8-stream/"
118
- cloud: "https://cloud.centos.org/centos/8-stream/x86_64/images/"
119
- containers: "https://quay.io/centos/centos:stream8"
120
- vagrant: ""
121
- - arch: "ARM64 (aarch64)"
122
- iso: "http://isoredirect.centos.org/centos/8-stream/isos/aarch64/"
123
- rpm: "http://mirror.centos.org/centos/8-stream/"
124
- cloud: "https://cloud.centos.org/centos/8-stream/aarch64/images/"
125
- containers: "https://quay.io/centos/centos:stream8"
126
- vagrant: ""
127
- - arch: "IBM Power (ppc64le)"
128
- iso: "http://isoredirect.centos.org/centos/8-stream/isos/ppc64le/"
129
- rpm: "http://mirror.centos.org/centos/8-stream/"
130
- cloud: "https://cloud.centos.org/centos/8-stream/ppc64le/images/"
131
- containers: "https://quay.io/centos/centos:stream8"
132
- vagrant: ""
133
- docs:
134
- - name: Release Notes
135
- link: "https://wiki.centos.org/Manuals/ReleaseNotes/CentOSStream"
136
- - name: Release Email
137
- link: "https://lists.centos.org/pipermail/centos-announce/2019-September/023449.html"
138
- - name: Webiste
139
- link: "https://docs.centos.org/"
140
- 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: |-
147
- dnf --disablerepo '*' --enablerepo extras swap centos-linux-repos centos-stream-repos
148
- dnf distro-sync