jekyll-theme-centos 2.2.2 → 2.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/base/footer.yml +32 -0
- data/_data/base/identity.yml +20 -0
- data/_data/base/navbar.yml +74 -0
- data/_data/base/navbar_absolute.yml +74 -0
- data/_data/base/navbar_component.yml +60 -0
- data/_data/download/cards.yml +148 -0
- data/_data/download/navbar.yml +48 -0
- data/_data/people/navbar.yml +34 -0
- data/_includes/base/announcements.html +6 -0
- data/_includes/base/breadcrumbs.html +13 -0
- data/_includes/base/footer.html +61 -0
- data/_includes/base/head.html +17 -0
- data/_includes/base/header.html +17 -0
- data/_includes/base/navbar.html +32 -0
- data/_includes/base/script.html +70 -0
- data/_includes/base/toc-accordion.html +10 -0
- data/_includes/base/toc.html +99 -0
- data/_includes/download/cards-body-convert.html +10 -0
- data/_includes/download/cards-body-doc.html +9 -0
- data/_includes/download/cards-body-eol.html +16 -0
- data/_includes/download/cards-body-screenshot.html +26 -0
- data/_includes/download/cards-body.html +8 -0
- data/_includes/download/cards-footer.html +3 -0
- data/_includes/download/cards-header-convert.html +8 -0
- data/_includes/download/cards-header-doc.html +8 -0
- data/_includes/download/cards-header-eol.html +8 -0
- data/_includes/download/cards-header-screenshot.html +8 -0
- data/_includes/download/cards-header.html +13 -0
- data/_includes/download/cards.html +62 -0
- data/_includes/people/about.html +25 -0
- data/_includes/people/header.html +11 -0
- data/_includes/people/posts.html +35 -0
- data/_includes/people/projects.html +32 -0
- data/_includes/people/pubkeys.html +31 -0
- data/_includes/people/support.html +25 -0
- data/_layouts/base/default.html +31 -0
- data/_layouts/download/cards.html +7 -0
- data/_layouts/people/default.html +20 -0
- data/_sass/base/_centos-lists.scss +132 -0
- data/_sass/base/_centos.scss +80 -0
- data/_sass/base/_variables.scss +24 -0
- data/_sass/bootstrap/_accordion.scss +158 -0
- data/_sass/bootstrap/_alert.scss +68 -0
- data/_sass/bootstrap/_badge.scss +38 -0
- data/_sass/bootstrap/_breadcrumb.scss +40 -0
- data/_sass/bootstrap/_button-group.scss +142 -0
- data/_sass/bootstrap/_buttons.scss +207 -0
- data/_sass/bootstrap/_card.scss +239 -0
- data/_sass/bootstrap/_carousel.scss +244 -0
- data/_sass/bootstrap/_close.scss +63 -0
- data/_sass/bootstrap/_containers.scss +41 -0
- data/_sass/bootstrap/_dropdown.scss +250 -0
- data/_sass/bootstrap/_forms.scss +9 -0
- data/_sass/bootstrap/_functions.scss +302 -0
- data/_sass/bootstrap/_grid.scss +39 -0
- data/_sass/bootstrap/_helpers.scss +12 -0
- data/_sass/bootstrap/_images.scss +42 -0
- data/_sass/bootstrap/_list-group.scss +197 -0
- data/_sass/bootstrap/_maps.scss +174 -0
- data/_sass/bootstrap/_mixins.scss +42 -0
- data/_sass/bootstrap/_modal.scss +237 -0
- data/_sass/bootstrap/_nav.scss +209 -0
- data/_sass/bootstrap/_navbar.scss +289 -0
- data/_sass/bootstrap/_offcanvas.scss +146 -0
- data/_sass/bootstrap/_pagination.scss +109 -0
- data/_sass/bootstrap/_placeholders.scss +51 -0
- data/_sass/bootstrap/_popover.scss +196 -0
- data/_sass/bootstrap/_progress.scss +68 -0
- data/_sass/bootstrap/_reboot.scss +610 -0
- data/_sass/bootstrap/_root.scss +184 -0
- data/_sass/bootstrap/_spinners.scss +85 -0
- data/_sass/bootstrap/_tables.scss +171 -0
- data/_sass/bootstrap/_toasts.scss +73 -0
- data/_sass/bootstrap/_tooltip.scss +119 -0
- data/_sass/bootstrap/_transitions.scss +27 -0
- data/_sass/bootstrap/_type.scss +106 -0
- data/_sass/bootstrap/_utilities.scss +806 -0
- data/_sass/bootstrap/_variables-dark.scss +85 -0
- data/_sass/bootstrap/_variables.scss +1743 -0
- data/_sass/bootstrap/bootstrap-grid.scss +62 -0
- data/_sass/bootstrap/bootstrap-reboot.scss +10 -0
- data/_sass/bootstrap/bootstrap-utilities.scss +19 -0
- data/_sass/bootstrap/bootstrap.scss +52 -0
- data/_sass/bootstrap/forms/_floating-labels.scss +94 -0
- data/_sass/bootstrap/forms/_form-check.scss +188 -0
- data/_sass/bootstrap/forms/_form-control.scss +214 -0
- data/_sass/bootstrap/forms/_form-range.scss +91 -0
- data/_sass/bootstrap/forms/_form-select.scss +80 -0
- data/_sass/bootstrap/forms/_form-text.scss +11 -0
- data/_sass/bootstrap/forms/_input-group.scss +132 -0
- data/_sass/bootstrap/forms/_labels.scss +36 -0
- data/_sass/bootstrap/forms/_validation.scss +12 -0
- data/_sass/bootstrap/helpers/_clearfix.scss +3 -0
- data/_sass/bootstrap/helpers/_color-bg.scss +8 -0
- data/_sass/bootstrap/helpers/_colored-links.scss +30 -0
- data/_sass/bootstrap/helpers/_focus-ring.scss +5 -0
- data/_sass/bootstrap/helpers/_icon-link.scss +25 -0
- data/_sass/bootstrap/helpers/_position.scss +36 -0
- data/_sass/bootstrap/helpers/_ratio.scss +26 -0
- data/_sass/bootstrap/helpers/_stacks.scss +15 -0
- data/_sass/bootstrap/helpers/_stretched-link.scss +15 -0
- data/_sass/bootstrap/helpers/_text-truncation.scss +7 -0
- data/_sass/bootstrap/helpers/_visually-hidden.scss +8 -0
- data/_sass/bootstrap/helpers/_vr.scss +8 -0
- data/_sass/bootstrap/mixins/_alert.scss +18 -0
- data/_sass/bootstrap/mixins/_backdrop.scss +14 -0
- data/_sass/bootstrap/mixins/_banner.scss +7 -0
- data/_sass/bootstrap/mixins/_border-radius.scss +78 -0
- data/_sass/bootstrap/mixins/_box-shadow.scss +18 -0
- data/_sass/bootstrap/mixins/_breakpoints.scss +127 -0
- data/_sass/bootstrap/mixins/_buttons.scss +70 -0
- data/_sass/bootstrap/mixins/_caret.scss +69 -0
- data/_sass/bootstrap/mixins/_clearfix.scss +9 -0
- data/_sass/bootstrap/mixins/_color-mode.scss +21 -0
- data/_sass/bootstrap/mixins/_color-scheme.scss +7 -0
- data/_sass/bootstrap/mixins/_container.scss +11 -0
- data/_sass/bootstrap/mixins/_deprecate.scss +10 -0
- data/_sass/bootstrap/mixins/_forms.scss +153 -0
- data/_sass/bootstrap/mixins/_gradients.scss +47 -0
- data/_sass/bootstrap/mixins/_grid.scss +151 -0
- data/_sass/bootstrap/mixins/_image.scss +16 -0
- data/_sass/bootstrap/mixins/_list-group.scss +26 -0
- data/_sass/bootstrap/mixins/_lists.scss +7 -0
- data/_sass/bootstrap/mixins/_pagination.scss +10 -0
- data/_sass/bootstrap/mixins/_reset-text.scss +17 -0
- data/_sass/bootstrap/mixins/_resize.scss +6 -0
- data/_sass/bootstrap/mixins/_table-variants.scss +24 -0
- data/_sass/bootstrap/mixins/_text-truncate.scss +8 -0
- data/_sass/bootstrap/mixins/_transition.scss +26 -0
- data/_sass/bootstrap/mixins/_utilities.scss +97 -0
- data/_sass/bootstrap/mixins/_visually-hidden.scss +33 -0
- data/_sass/bootstrap/utilities/_api.scss +47 -0
- data/_sass/bootstrap/vendor/_rfs.scss +348 -0
- data/assets/css/dataTables.bootstrap5.css +430 -0
- data/assets/css/dataTables.bootstrap5.min.css +5 -0
- data/assets/icons/android-chrome-192.png +0 -0
- data/assets/icons/android-chrome-512.png +0 -0
- data/assets/icons/apple-touch-icon.png +0 -0
- data/assets/icons/favicon-16.png +0 -0
- data/assets/icons/favicon-32.png +0 -0
- data/assets/icons/favicon.ico +0 -0
- data/assets/icons/favicon.svg +1 -0
- data/assets/img/anaconda-symbolic.svg +1 -0
- data/assets/img/anaconda.svg +1 -0
- data/assets/img/centos-dynamicmsg-logo.svg +1 -0
- data/assets/img/centos-dynamicmsg-type.svg +1 -0
- data/assets/img/centos-dynamicmsg-whitelogo.svg +1 -0
- data/assets/img/centos-dynamicmsg-whitetype.svg +1 -0
- data/assets/img/centos-gdm-whitelogo.svg +1 -0
- data/assets/img/centos-ipa-whiteheader.svg +1 -0
- data/assets/img/centos-logo-2bits.svg +1 -0
- data/assets/img/centos-logo.svg +1 -0
- data/assets/img/centos-message-logo.svg +1 -0
- data/assets/img/centos-motif.png +0 -0
- data/assets/img/centos-poweredby-logo.svg +1 -0
- data/assets/img/centos-symbol-2bits.svg +1 -0
- data/assets/img/centos-symbol.svg +1 -0
- data/assets/img/centos-type.svg +1 -0
- data/assets/img/centos-vertical-logo.svg +1 -0
- data/assets/img/centos-vertical-message-logo.svg +1 -0
- data/assets/img/centos-whitelogo.svg +1 -0
- data/assets/img/download/centos-linux-7-2009-screenshot-n.png +0 -0
- data/assets/img/download/centos-stream-8-screenshot-n.png +0 -0
- data/assets/img/download/centos-stream-9-screenshot-n.png +0 -0
- data/assets/img/download/distribution-release-screenshot-n.png +0 -0
- data/assets/img/download/distribution-release-screenshot-n.svg +128 -0
- data/assets/img/people/YourUsername.svg +64 -0
- data/assets/img/people/screenshot.svg +135 -0
- data/assets/img/sort_asc.png +0 -0
- data/assets/img/sort_asc_disabled.png +0 -0
- data/assets/img/sort_both.png +0 -0
- data/assets/img/sort_desc.png +0 -0
- data/assets/img/sort_desc_disabled.png +0 -0
- data/assets/js/bootstrap.bundle.js +6306 -0
- data/assets/js/bootstrap.bundle.js.map +1 -0
- data/assets/js/bootstrap.bundle.min.js +7 -0
- data/assets/js/bootstrap.bundle.min.js.map +1 -0
- data/assets/js/bootstrap.esm.js +4439 -0
- data/assets/js/bootstrap.esm.js.map +1 -0
- data/assets/js/bootstrap.esm.min.js +7 -0
- data/assets/js/bootstrap.esm.min.js.map +1 -0
- data/assets/js/bootstrap.js +4486 -0
- data/assets/js/bootstrap.js.map +1 -0
- data/assets/js/bootstrap.min.js +7 -0
- data/assets/js/bootstrap.min.js.map +1 -0
- data/assets/js/clipboard.min.js +7 -0
- data/assets/js/dataTables.bootstrap5.min.js +4 -0
- data/assets/js/jquery.dataTables.min.js +4 -0
- data/assets/js/jquery.min.js +2 -0
- data/assets/js/jquery.slim.min.js +2 -0
- data/assets/js/vanilla-back-to-top.min.js +1 -0
- metadata +192 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47076d926b97cb6454d17b72939aceb10393659be04b88ef89b950d340225af5
|
4
|
+
data.tar.gz: c44eaad0ca68293afb4d2e7d6a4961159bba905511e315e8172229d566cd652a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8af403159aa0cde1240da8a31854fa00bcaeb8513da34bfaabae9a14d279272c5d1ea453c05a186ef12bc736709725d0a0affd440a8aea3ffd99fa2bd8161d1e
|
7
|
+
data.tar.gz: b7695ec51c6527ee6a05b7a07ccdcfb933e8741e01e0b17cfd961069bc56fae2e29b0943233006078681fae685a7fe7ee277c8be056572876ab8b9b0e32862a7
|
@@ -0,0 +1,32 @@
|
|
1
|
+
---
|
2
|
+
#
|
3
|
+
# site.data.base.footer - Control footer section.
|
4
|
+
#
|
5
|
+
social:
|
6
|
+
- name: Facebook
|
7
|
+
icon: "fa-brands fa-facebook-f"
|
8
|
+
link: "https://www.facebook.com/groups/centosproject/"
|
9
|
+
- name: Twitter
|
10
|
+
icon: "fa-brands fa-twitter"
|
11
|
+
link: "https://twitter.com/centos"
|
12
|
+
- name: Youtube
|
13
|
+
icon: "fa-brands fa-youtube"
|
14
|
+
link: "https://youtube.com/TheCentOSProject"
|
15
|
+
- name: Linkedin
|
16
|
+
icon: "fa-brands fa-linkedin"
|
17
|
+
link: "https://www.linkedin.com/groups/22405"
|
18
|
+
- name: Reddit
|
19
|
+
icon: "fa-brands fa-reddit"
|
20
|
+
link: "https://www.reddit.com/r/CentOS/"
|
21
|
+
- name: Mastodon
|
22
|
+
icon: "fa-brands fa-mastodon"
|
23
|
+
link: "https://fosstodon.org/@centos"
|
24
|
+
copyright:
|
25
|
+
author: "The CentOS Project"
|
26
|
+
legals:
|
27
|
+
- text: "Legal"
|
28
|
+
link: "/legal"
|
29
|
+
- text: "Privacy"
|
30
|
+
link: "/legal/privacy"
|
31
|
+
- text: "Site source"
|
32
|
+
link: "https://git.centos.org/centos/centos.org"
|
@@ -0,0 +1,20 @@
|
|
1
|
+
---
|
2
|
+
#
|
3
|
+
# site.data.base.identity - Control the site branding (corporate visual
|
4
|
+
# identity) information.
|
5
|
+
#
|
6
|
+
title: "The CentOS Project"
|
7
|
+
description: >
|
8
|
+
Community-driven free software effort focused around the goal of providing a
|
9
|
+
rich base platform for open source communities to build upon.
|
10
|
+
|
11
|
+
logo:
|
12
|
+
link: ""
|
13
|
+
navbar: "assets/img/centos-whitelogo.svg"
|
14
|
+
footer: "assets/img/centos-logo.svg"
|
15
|
+
manifestation: ""
|
16
|
+
symbol:
|
17
|
+
link: ""
|
18
|
+
image: "assets/img/centos-symbol.svg"
|
19
|
+
motif:
|
20
|
+
image: "assets/img/centos-motif.png"
|
@@ -0,0 +1,74 @@
|
|
1
|
+
---
|
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).
|
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: []
|
@@ -0,0 +1,74 @@
|
|
1
|
+
---
|
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
|
5
|
+
# navigation bar for sites other than "www.centos.org" website and you want to
|
6
|
+
# keep references to "www.centos.org."
|
7
|
+
#
|
8
|
+
- name: "Download"
|
9
|
+
icon: "fas fa-download"
|
10
|
+
link: "https://www.centos.org/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: "https://www.centos.org/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: "https://www.centos.org/variants"
|
25
|
+
- name: "Governance"
|
26
|
+
link: "https://www.centos.org/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: "https://www.centos.org/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: "https://www.centos.org/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: "https://www.centos.org/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: "https://www.centos.org/search"
|
73
|
+
menu: []
|
74
|
+
visible_on: []
|
@@ -0,0 +1,60 @@
|
|
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"]
|
@@ -0,0 +1,148 @@
|
|
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
|
@@ -0,0 +1,48 @@
|
|
1
|
+
---
|
2
|
+
- name: "Layouts"
|
3
|
+
icon: "fa-solid fa-layer-group"
|
4
|
+
link: "/layouts/"
|
5
|
+
menu:
|
6
|
+
- name: "download/cards.html"
|
7
|
+
link: "/layouts/download/cards/"
|
8
|
+
visible_on: ["navbar", "footer"]
|
9
|
+
|
10
|
+
- name: "Includes"
|
11
|
+
icon: "fa-solid fa-arrows-turn-to-dots"
|
12
|
+
link: "/includes/"
|
13
|
+
menu:
|
14
|
+
- name: download/cards-body-convert.html
|
15
|
+
link: /includes/download/cards-body-convert/
|
16
|
+
- name: download/cards-body-doc.html
|
17
|
+
link: /includes/download/cards-body-doc/
|
18
|
+
- name: download/cards-body-eol.html
|
19
|
+
link: /includes/download/cards-body-eol/
|
20
|
+
- name: download/cards-body.html
|
21
|
+
link: /includes/download/cards-body/
|
22
|
+
- name: download/cards-body-screenshot.html
|
23
|
+
link: /includes/download/cards-body-screenshot/
|
24
|
+
- name: download/cards-footer.html
|
25
|
+
link: /includes/download/cards-footer/
|
26
|
+
- name: download/cards-header-convert.html
|
27
|
+
link: /includes/download/cards-header-convert/
|
28
|
+
- name: download/cards-header-doc.html
|
29
|
+
link: /includes/download/cards-header-doc/
|
30
|
+
- name: download/cards-header-eol.html
|
31
|
+
link: /includes/download/cards-header-eol/
|
32
|
+
- name: download/cards-header.html
|
33
|
+
link: /includes/download/cards-header/
|
34
|
+
- name: download/cards-header-screenshot.html
|
35
|
+
link: /includes/download/cards-header-screenshot/
|
36
|
+
- name: download/cards.html
|
37
|
+
link: /includes/download/cards/
|
38
|
+
visible_on: ["navbar", "footer"]
|
39
|
+
|
40
|
+
- name: "Data"
|
41
|
+
icon: "fa-solid fa-file-code"
|
42
|
+
link: "/data/"
|
43
|
+
menu:
|
44
|
+
- name: "site.data.download.navbar"
|
45
|
+
link: "/data/navbar/"
|
46
|
+
- name: "site.data.download.cards"
|
47
|
+
link: "/data/navbar/"
|
48
|
+
visible_on: ["navbar", "footer"]
|
@@ -0,0 +1,34 @@
|
|
1
|
+
---
|
2
|
+
- name: "Layouts"
|
3
|
+
icon: "fa-solid fa-layer-group"
|
4
|
+
link: "/layouts/"
|
5
|
+
menu:
|
6
|
+
- name: "people/default"
|
7
|
+
link: "/layouts/people/default"
|
8
|
+
visible_on: ["navbar", "footer"]
|
9
|
+
|
10
|
+
- name: "Includes"
|
11
|
+
icon: "fa-solid fa-arrows-turn-to-dots"
|
12
|
+
link: "/includes/"
|
13
|
+
menu:
|
14
|
+
- name: "people/about.html"
|
15
|
+
link: "includes/people/about"
|
16
|
+
- name: "people/header.html"
|
17
|
+
link: "includes/people/header"
|
18
|
+
- name: "people/posts.html"
|
19
|
+
link: "includes/people/posts"
|
20
|
+
- name: "people/projects.html"
|
21
|
+
link: "includes/people/projects"
|
22
|
+
- name: "people/pubkeys.html"
|
23
|
+
link: "includes/people/pubkeys"
|
24
|
+
- name: "people/support.html"
|
25
|
+
link: "includes/people/support"
|
26
|
+
visible_on: ["navbar", "footer"]
|
27
|
+
|
28
|
+
- name: "Data"
|
29
|
+
icon: "fa-solid fa-file-code"
|
30
|
+
link: "/data/"
|
31
|
+
menu:
|
32
|
+
- name: "site.data.people.navbar"
|
33
|
+
link: "/data/people/navbar/"
|
34
|
+
visible_on: ["navbar", "footer"]
|
@@ -0,0 +1,6 @@
|
|
1
|
+
{% for alert in page.with_announcements -%}
|
2
|
+
<div class="alert alert-{{ alert.color | default: 'primary' }} alert-dismissible fade show shadow" role="alert">
|
3
|
+
<i class="{{ alert.icon | default: 'fa-solid fa-bullhorn' }}"></i> <strong>{{ alert.title | default: "" }}</strong> {{ alert.content | default: "" }}
|
4
|
+
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
|
5
|
+
</div>
|
6
|
+
{% endfor -%}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<nav aria-label="breadcrumb">
|
2
|
+
<ol class="breadcrumb">
|
3
|
+
{% assign crumbs = page.url | remove:'/index.html' | split: '/' %}
|
4
|
+
<li class="breadcrumb-item"><a href="{{ site.baseurl }}/">Home</a></li>
|
5
|
+
{% for crumb in crumbs offset: 1 %}
|
6
|
+
{% if forloop.last %}
|
7
|
+
<li class="breadcrumb-item active">{{ page.title }}</li>
|
8
|
+
{% else %}
|
9
|
+
<li class="breadcrumb-item"><a href="{{ site.baseurl }}{% assign crumb_limit = forloop.index | plus: 1 %}{% for crumb in crumbs limit: crumb_limit %}{{ crumb | append: '/' | replace:'without-plugin/','without-plugins/' }}{% endfor %}">{{ crumb | replace:'-',' ' | remove:'.html' | capitalize }}</a></li>
|
10
|
+
{% endif %}
|
11
|
+
{% endfor %}
|
12
|
+
</ol>
|
13
|
+
</nav>
|
@@ -0,0 +1,61 @@
|
|
1
|
+
{% assign navbar = site.data[site.navbar_data_dirname][site.navbar_data_filename] %}
|
2
|
+
<footer class="footer small bg-dark text-light mt-3">
|
3
|
+
<div class="container">
|
4
|
+
<div class="row bg-primary justify-content-between">
|
5
|
+
{% assign sections = navbar | where: "visible_on", "footer" %}
|
6
|
+
{% assign columns = sections.size %}
|
7
|
+
{% case columns %}
|
8
|
+
{% when 1 %}
|
9
|
+
{% assign column_width = 12 %}
|
10
|
+
{% when 2 %}
|
11
|
+
{% assign column_width = 6 %}
|
12
|
+
{% when 3 %}
|
13
|
+
{% assign column_width = 4 %}
|
14
|
+
{% when 4 %}
|
15
|
+
{% assign column_width = 3 %}
|
16
|
+
{% else %}
|
17
|
+
{% assign column_width = 1 %}
|
18
|
+
{% endcase %}
|
19
|
+
{% for section in sections -%}
|
20
|
+
<div class="col-sm-12 col-lg-{{ column_width }} my-3">
|
21
|
+
<h6 class="fw-bold"><i class="{{ section.icon }}"></i> {{ section.name }}</h6>
|
22
|
+
<ul class="nav flex-column">
|
23
|
+
{% for item in section.menu -%}
|
24
|
+
<li class="nav-item"><a href="{{ site.baseurl }}{{ item.link }}" class="link-light px-0">{{ item.name }}</a></li>
|
25
|
+
{% endfor %}
|
26
|
+
</ul>
|
27
|
+
</div>
|
28
|
+
{% endfor %}
|
29
|
+
</div>
|
30
|
+
|
31
|
+
<div class="row border-top border-secondary border-5">
|
32
|
+
<div class="col-sm-12 col-lg-8">
|
33
|
+
<h4 class="fw-bold pt-3">{{ site.title }}</h4>
|
34
|
+
<p>{{ site.description }}</p>
|
35
|
+
</div>
|
36
|
+
<div class="col-sm-12 col-lg-4 pt-lg-3 d-flex justify-content-sm-start justify-content-lg-end">
|
37
|
+
<ul class="nav list-unstyled">
|
38
|
+
{% for item in site.data.base.footer.social -%}
|
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>
|
41
|
+
</li>
|
42
|
+
{% endfor %}
|
43
|
+
</ul>
|
44
|
+
</div>
|
45
|
+
</div>
|
46
|
+
|
47
|
+
<div class="row py-3">
|
48
|
+
<div class="col">
|
49
|
+
<span>Copyright ©</span>
|
50
|
+
<span id="copyright_year"></span>
|
51
|
+
<span>{{ site.data.base.footer.copyright.author }}</span>
|
52
|
+
{% for item in site.data.base.footer.copyright.legals -%}
|
53
|
+
<span class="border-start ms-2 ps-2">
|
54
|
+
<a class="link-light" href="{{ site.baseurl }}{{ item.link }}">{{ item.text }}</a>
|
55
|
+
</span>
|
56
|
+
{% endfor %}
|
57
|
+
</div>
|
58
|
+
</div>
|
59
|
+
|
60
|
+
</div>
|
61
|
+
</footer>
|
@@ -0,0 +1,17 @@
|
|
1
|
+
<head>
|
2
|
+
<meta charset="utf-8" />
|
3
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" />
|
4
|
+
<title>{{ page.title }}</title>
|
5
|
+
<link rel="icon" href="{{ site.baseurl }}/assets/icons/favicon-16.png" sizes="16x16" />
|
6
|
+
<link rel="icon" href="{{ site.baseurl }}/assets/icons/favicon-32.png" sizes="32x32" />
|
7
|
+
<link rel="icon" href="{{ site.baseurl }}/assets/icons/favicon.svg" sizes="any" />
|
8
|
+
<link rel="apple-touch-icon" href="{{ site.baseurl }}/assets/icons/apple-touch-icon.png" sizes="180x180" />
|
9
|
+
<link rel="manifest" href="{{ site.baseurl }}/site.webmanifest" />
|
10
|
+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900" />
|
11
|
+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Overpass+Mono:100,200,300,400,500,600,700,800,900" />
|
12
|
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
13
|
+
{% if page.with_datatables == true -%}
|
14
|
+
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/dataTables.bootstrap5.min.css">
|
15
|
+
{% endif -%}
|
16
|
+
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/stylesheet.min.css" />
|
17
|
+
</head>
|
@@ -0,0 +1,17 @@
|
|
1
|
+
<div class="bg-image bg-dark text-light">
|
2
|
+
<div class="container py-5">
|
3
|
+
{% if page.with_announcements and page.with_announcements.size > 0 -%}
|
4
|
+
<div class="row">
|
5
|
+
<div class="col">
|
6
|
+
{% include base/announcements.html %}
|
7
|
+
</div>
|
8
|
+
</div>
|
9
|
+
{% endif -%}
|
10
|
+
<div class="row my-3 justify-content-center">
|
11
|
+
<div class="col-sm-12 col-xl-8">
|
12
|
+
<div class="display-4 fw-bold mb-3">{{ page.title }}</div>
|
13
|
+
<div class="lead">{{ page.title_lead }}</div>
|
14
|
+
</div>
|
15
|
+
</div>
|
16
|
+
</div>
|
17
|
+
</div>
|