jekyll-theme-centos 2.2.21 → 2.3.0.beta.1
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.
- checksums.yaml +4 -4
- data/_data/aws-images.csv +81 -0
- data/_data/full-altarchlist.csv +74 -0
- data/_data/full-mirrorlist.csv +609 -0
- data/_includes/blog/header.html +22 -0
- data/_includes/breadcrumbs.html +13 -0
- data/_includes/default/alert-danger.html +4 -0
- data/_includes/default/alert-info.html +4 -0
- data/_includes/default/alert-success.html +4 -0
- data/_includes/default/alert-warning.html +4 -0
- data/_includes/default/figure.html +3 -0
- data/_includes/default/header.html +10 -0
- data/_includes/default/video.html +3 -0
- data/_includes/download/cards-body-convert.html +8 -6
- data/_includes/download/cards-body-doc.html +4 -7
- data/_includes/download/cards-body-eol.html +4 -13
- data/_includes/download/cards-body.html +5 -6
- data/_includes/download/cards-footer.html +0 -0
- data/_includes/download/cards-header-convert.html +8 -7
- data/_includes/download/cards-header-doc.html +8 -7
- data/_includes/download/cards-header-eol.html +8 -7
- data/_includes/download/cards-header.html +10 -12
- data/_includes/download/cards.html +58 -53
- data/_includes/editbar.html +43 -0
- data/_includes/footer.html +36 -0
- data/_includes/head-datatables.html +8 -0
- data/_includes/head.html +7 -0
- data/_includes/header.html +7 -0
- data/_includes/home/header.html +1 -1
- data/_includes/home/planet.html +6 -3
- data/_includes/navbar.html +28 -0
- data/_includes/people/about.html +10 -10
- data/_includes/people/header.html +2 -2
- data/_includes/people/posts.html +13 -10
- data/_includes/people/projects.html +17 -21
- data/_includes/people/pubkeys.html +7 -9
- data/_includes/people/support.html +9 -9
- data/_includes/post/header.html +23 -0
- data/_includes/search.html +81 -0
- data/_includes/{base/toc-accordion.html → toc-accordion.html} +4 -4
- data/_includes/{base/toc.html → toc.html} +0 -0
- data/_includes/top.html +3 -0
- data/_layouts/default-datatables.html +35 -0
- data/_layouts/default.html +34 -0
- data/_layouts/home.html +11 -9
- data/_layouts/people.html +59 -0
- data/_sass/bootstrap/_accordion.scss +0 -9
- data/_sass/bootstrap/_alert.scss +11 -8
- data/_sass/bootstrap/_button-group.scss +2 -2
- data/_sass/bootstrap/_buttons.scss +3 -3
- data/_sass/bootstrap/_card.scss +0 -5
- data/_sass/bootstrap/_carousel.scss +2 -20
- data/_sass/bootstrap/_close.scss +9 -32
- data/_sass/bootstrap/_dropdown.scss +0 -1
- data/_sass/bootstrap/_functions.scss +1 -1
- data/_sass/bootstrap/_grid.scss +0 -6
- data/_sass/bootstrap/_helpers.scss +0 -2
- data/_sass/bootstrap/_list-group.scss +7 -12
- data/_sass/bootstrap/_maps.scss +0 -120
- data/_sass/bootstrap/_mixins.scss +2 -1
- data/_sass/bootstrap/_nav.scss +3 -40
- data/_sass/bootstrap/_navbar.scss +4 -15
- data/_sass/bootstrap/_offcanvas.scss +2 -4
- data/_sass/bootstrap/_pagination.scss +1 -1
- data/_sass/bootstrap/_progress.scss +1 -10
- data/_sass/bootstrap/_reboot.scss +3 -3
- data/_sass/bootstrap/_root.scss +10 -121
- data/_sass/bootstrap/_tables.scss +11 -18
- data/_sass/bootstrap/_tooltip.scss +5 -4
- data/_sass/bootstrap/_utilities.scss +13 -172
- data/_sass/bootstrap/_variables.scss +153 -262
- data/_sass/bootstrap/bootstrap-grid.scss +3 -1
- data/_sass/bootstrap/bootstrap-reboot.scss +0 -1
- data/_sass/bootstrap/bootstrap-utilities.scss +0 -1
- data/_sass/bootstrap/bootstrap.scss +0 -1
- data/_sass/bootstrap/forms/_floating-labels.scss +3 -22
- data/_sass/bootstrap/forms/_form-check.scss +11 -24
- data/_sass/bootstrap/forms/_form-control.scss +3 -23
- data/_sass/bootstrap/forms/_form-select.scss +2 -11
- data/_sass/bootstrap/forms/_input-group.scss +1 -1
- data/_sass/bootstrap/helpers/_color-bg.scss +2 -0
- data/_sass/bootstrap/helpers/_colored-links.scss +2 -20
- data/_sass/bootstrap/mixins/_alert.scss +1 -4
- data/_sass/bootstrap/mixins/_banner.scss +4 -2
- data/_sass/bootstrap/mixins/_caret.scss +25 -30
- data/_sass/bootstrap/mixins/_forms.scss +7 -8
- data/_sass/bootstrap/mixins/_list-group.scss +0 -2
- data/_sass/bootstrap/mixins/_utilities.scss +1 -1
- data/_sass/bootstrap/mixins/_visually-hidden.scss +1 -5
- data/_sass/bootstrap/vendor/_rfs.scss +29 -23
- data/_sass/centos/_headings.scss +17 -0
- data/_sass/centos/_links.scss +11 -0
- data/_sass/centos/_sponsors.scss +112 -0
- data/_sass/centos/_variables.scss +23 -0
- data/_sass/centos/sites/lists/mmcfg.scss +9 -0
- data/_sass/fontawesome-free/_animated.scss +153 -0
- data/_sass/fontawesome-free/_bordered-pulled.scss +20 -0
- data/_sass/fontawesome-free/_core.scss +43 -0
- data/_sass/fontawesome-free/_fixed-width.scss +7 -0
- data/_sass/fontawesome-free/_functions.scss +57 -0
- data/_sass/fontawesome-free/_icons.scss +9 -0
- data/_sass/fontawesome-free/_list.scss +18 -0
- data/_sass/fontawesome-free/_mixins.scss +75 -0
- data/_sass/fontawesome-free/_rotated-flipped.scss +31 -0
- data/_sass/fontawesome-free/_screen-reader.scss +14 -0
- data/_sass/fontawesome-free/_shims.scss +2042 -0
- data/_sass/fontawesome-free/_sizing.scss +16 -0
- data/_sass/fontawesome-free/_stacked.scss +32 -0
- data/_sass/fontawesome-free/_variables.scss +4957 -0
- data/_sass/fontawesome-free/brands.scss +30 -0
- data/_sass/fontawesome-free/fontawesome.scss +21 -0
- data/_sass/fontawesome-free/regular.scss +26 -0
- data/_sass/fontawesome-free/solid.scss +26 -0
- data/_sass/fontawesome-free/v4-shims.scss +11 -0
- data/_sass/montserrat/_montserrat.scss +79 -0
- data/_sass/overpass-mono/_overpass-mono.scss +33 -0
- data/assets/css/dataTables.bootstrap5.css +5 -19
- data/assets/css/dataTables.bootstrap5.min.css +2 -2
- data/assets/css/sites/lists/mmcfg.min.scss +4 -0
- data/assets/css/stylesheet.min.scss +20 -0
- data/assets/img/anaconda-symbolic.svg +0 -0
- data/assets/img/anaconda.svg +0 -0
- data/assets/img/centos-dynamicmsg-logo.svg +0 -0
- data/assets/img/centos-dynamicmsg-type.svg +0 -0
- data/assets/img/centos-dynamicmsg-whitelogo.svg +0 -0
- data/assets/img/centos-dynamicmsg-whitetype.svg +0 -0
- data/assets/img/centos-gdm-whitelogo.svg +0 -0
- data/assets/img/centos-ipa-whiteheader.svg +0 -0
- data/assets/img/centos-logo-2bits.svg +0 -0
- data/assets/img/centos-logo.svg +0 -0
- data/assets/img/centos-message-logo.svg +0 -0
- data/assets/img/centos-motif.png +0 -0
- data/assets/img/centos-poweredby-logo.svg +0 -0
- data/assets/img/centos-symbol-2bits.svg +0 -0
- data/assets/img/centos-symbol.svg +0 -0
- data/assets/img/centos-type.svg +0 -0
- data/assets/img/centos-vertical-logo.svg +0 -0
- data/assets/img/centos-vertical-message-logo.svg +0 -0
- data/assets/img/centos-whitelogo.svg +0 -0
- data/assets/img/people/username.png +0 -0
- data/assets/js/bootstrap.bundle.js +1473 -704
- data/assets/js/bootstrap.bundle.js.map +1 -1
- data/assets/js/bootstrap.bundle.min.js +3 -3
- data/assets/js/bootstrap.bundle.min.js.map +1 -1
- data/assets/js/bootstrap.esm.js +1423 -660
- data/assets/js/bootstrap.esm.js.map +1 -1
- data/assets/js/bootstrap.esm.min.js +3 -3
- data/assets/js/bootstrap.esm.min.js.map +1 -1
- data/assets/js/bootstrap.js +1432 -669
- data/assets/js/bootstrap.js.map +1 -1
- data/assets/js/bootstrap.min.js +3 -3
- data/assets/js/bootstrap.min.js.map +1 -1
- data/assets/js/clipboard.js +890 -0
- data/assets/js/dataTables.bootstrap5.js +200 -0
- data/assets/js/dataTables.bootstrap5.min.js +1 -1
- data/assets/js/dataTables.bootstrap5.min.mjs +4 -0
- data/assets/js/dataTables.bootstrap5.mjs +164 -0
- data/assets/js/jquery.js +10993 -0
- data/assets/js/jquery.min.js +2 -2
- data/assets/js/jquery.min.map +1 -0
- data/assets/js/jquery.slim.js +8894 -0
- data/assets/js/jquery.slim.min.js +2 -2
- data/assets/js/jquery.slim.min.map +1 -0
- data/assets/webfonts/Montserrat-Black.woff +0 -0
- data/assets/webfonts/Montserrat-Black.woff2 +0 -0
- data/assets/webfonts/Montserrat-BlackItalic.woff +0 -0
- data/assets/webfonts/Montserrat-BlackItalic.woff2 +0 -0
- data/assets/webfonts/Montserrat-Bold.woff +0 -0
- data/assets/webfonts/Montserrat-Bold.woff2 +0 -0
- data/assets/webfonts/Montserrat-BoldItalic.woff +0 -0
- data/assets/webfonts/Montserrat-BoldItalic.woff2 +0 -0
- data/assets/webfonts/Montserrat-ExtraBold.woff +0 -0
- data/assets/webfonts/Montserrat-ExtraBold.woff2 +0 -0
- data/assets/webfonts/Montserrat-ExtraBoldItalic.woff +0 -0
- data/assets/webfonts/Montserrat-ExtraBoldItalic.woff2 +0 -0
- data/assets/webfonts/Montserrat-ExtraLight.woff +0 -0
- data/assets/webfonts/Montserrat-ExtraLight.woff2 +0 -0
- data/assets/webfonts/Montserrat-ExtraLightItalic.woff +0 -0
- data/assets/webfonts/Montserrat-ExtraLightItalic.woff2 +0 -0
- data/assets/webfonts/Montserrat-Italic.woff +0 -0
- data/assets/webfonts/Montserrat-Italic.woff2 +0 -0
- data/assets/webfonts/Montserrat-Light.woff +0 -0
- data/assets/webfonts/Montserrat-Light.woff2 +0 -0
- data/assets/webfonts/Montserrat-LightItalic.woff +0 -0
- data/assets/webfonts/Montserrat-LightItalic.woff2 +0 -0
- data/assets/webfonts/Montserrat-Medium.woff +0 -0
- data/assets/webfonts/Montserrat-Medium.woff2 +0 -0
- data/assets/webfonts/Montserrat-MediumItalic.woff +0 -0
- data/assets/webfonts/Montserrat-MediumItalic.woff2 +0 -0
- data/assets/webfonts/Montserrat-Regular.woff +0 -0
- data/assets/webfonts/Montserrat-Regular.woff2 +0 -0
- data/assets/webfonts/Montserrat-SemiBold.woff +0 -0
- data/assets/webfonts/Montserrat-SemiBold.woff2 +0 -0
- data/assets/webfonts/Montserrat-SemiBoldItalic.woff +0 -0
- data/assets/webfonts/Montserrat-SemiBoldItalic.woff2 +0 -0
- data/assets/webfonts/Montserrat-Thin.woff +0 -0
- data/assets/webfonts/Montserrat-Thin.woff2 +0 -0
- data/assets/webfonts/Montserrat-ThinItalic.woff +0 -0
- data/assets/webfonts/Montserrat-ThinItalic.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-Black.woff +0 -0
- data/assets/webfonts/MontserratAlternates-Black.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-BlackItalic.woff +0 -0
- data/assets/webfonts/MontserratAlternates-BlackItalic.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-Bold.woff +0 -0
- data/assets/webfonts/MontserratAlternates-Bold.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-BoldItalic.woff +0 -0
- data/assets/webfonts/MontserratAlternates-BoldItalic.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-ExtraBold.woff +0 -0
- data/assets/webfonts/MontserratAlternates-ExtraBold.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-ExtraBoldItalic.woff +0 -0
- data/assets/webfonts/MontserratAlternates-ExtraBoldItalic.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-ExtraLight.woff +0 -0
- data/assets/webfonts/MontserratAlternates-ExtraLight.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-ExtraLightItalic.woff +0 -0
- data/assets/webfonts/MontserratAlternates-ExtraLightItalic.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-Italic.woff +0 -0
- data/assets/webfonts/MontserratAlternates-Italic.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-Light.woff +0 -0
- data/assets/webfonts/MontserratAlternates-Light.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-LightItalic.woff +0 -0
- data/assets/webfonts/MontserratAlternates-LightItalic.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-Medium.woff +0 -0
- data/assets/webfonts/MontserratAlternates-Medium.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-MediumItalic.woff +0 -0
- data/assets/webfonts/MontserratAlternates-MediumItalic.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-Regular.woff +0 -0
- data/assets/webfonts/MontserratAlternates-Regular.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-SemiBold.woff +0 -0
- data/assets/webfonts/MontserratAlternates-SemiBold.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-SemiBoldItalic.woff +0 -0
- data/assets/webfonts/MontserratAlternates-SemiBoldItalic.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-Thin.woff +0 -0
- data/assets/webfonts/MontserratAlternates-Thin.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-ThinItalic.woff +0 -0
- data/assets/webfonts/MontserratAlternates-ThinItalic.woff2 +0 -0
- data/assets/webfonts/fa-brands-400.ttf +0 -0
- data/assets/webfonts/fa-brands-400.woff2 +0 -0
- data/assets/webfonts/fa-regular-400.ttf +0 -0
- data/assets/webfonts/fa-regular-400.woff2 +0 -0
- data/assets/webfonts/fa-solid-900.ttf +0 -0
- data/assets/webfonts/fa-solid-900.woff2 +0 -0
- data/assets/webfonts/fa-v4compatibility.ttf +0 -0
- data/assets/webfonts/fa-v4compatibility.woff2 +0 -0
- data/assets/webfonts/overpass-mono-bold.woff +0 -0
- data/assets/webfonts/overpass-mono-bold.woff2 +0 -0
- data/assets/webfonts/overpass-mono-light.woff +0 -0
- data/assets/webfonts/overpass-mono-light.woff2 +0 -0
- data/assets/webfonts/overpass-mono-regular.woff +0 -0
- data/assets/webfonts/overpass-mono-regular.woff2 +0 -0
- data/assets/webfonts/overpass-mono-semibold.woff +0 -0
- data/assets/webfonts/overpass-mono-semibold.woff2 +0 -0
- data/default.md +165 -0
- data/index.md +9 -0
- data/people.md +63 -0
- metadata +197 -63
- data/_config.yml +0 -144
- data/_data/base/footer.yml +0 -32
- data/_data/base/identity.yml +0 -20
- data/_data/base/navbar.yml +0 -57
- data/_data/base/navbar_absolute.yml +0 -74
- data/_data/base/navbar_www.yml +0 -74
- data/_data/download/cards.yml +0 -148
- data/_data/download/navbar.yml +0 -48
- data/_data/people/navbar.yml +0 -34
- data/_includes/base/announcements.html +0 -6
- data/_includes/base/breadcrumbs.html +0 -13
- data/_includes/base/footer.html +0 -61
- data/_includes/base/head.html +0 -17
- data/_includes/base/header.html +0 -17
- data/_includes/base/navbar.html +0 -32
- data/_includes/base/script.html +0 -70
- data/_includes/download/cards-body-screenshot.html +0 -26
- data/_includes/download/cards-header-screenshot.html +0 -8
- data/_layouts/base/default.html +0 -31
- data/_layouts/download/default.html +0 -7
- data/_layouts/people/default.html +0 -20
- data/_sass/base/_centos.scss +0 -75
- data/_sass/base/_variables.scss +0 -24
- data/_sass/bootstrap/_variables-dark.scss +0 -85
- data/_sass/bootstrap/helpers/_focus-ring.scss +0 -5
- data/_sass/bootstrap/helpers/_icon-link.scss +0 -25
- data/_sass/bootstrap/mixins/_color-mode.scss +0 -21
- data/assets/css/base/stylesheet.min.scss +0 -6
- 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 +0 -1
- data/assets/img/base/screenshot.svg +0 -135
- 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 +0 -128
- data/assets/img/people/YourUsername.svg +0 -58
- data/assets/img/people/screenshot.svg +0 -135
- data/assets/js/jquery.dataTables.min.js +0 -4
- data/assets/js/vanilla-back-to-top.min.js +0 -1
- data/site.webmanifest +0 -11
data/_config.yml
DELETED
|
@@ -1,144 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
# Welcome to Jekyll!
|
|
3
|
-
#
|
|
4
|
-
# This config file is meant for settings that affect your whole blog, values
|
|
5
|
-
# which you are expected to set up once and rarely edit after that. If you find
|
|
6
|
-
# yourself editing this file very often, consider using Jekyll's data files
|
|
7
|
-
# feature for the data you need to update frequently.
|
|
8
|
-
#
|
|
9
|
-
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
|
10
|
-
# 'bundle exec jekyll serve'. If you change this file, please restart the
|
|
11
|
-
# server process.
|
|
12
|
-
#
|
|
13
|
-
# If you need help with YAML syntax, here are some quick references for you:
|
|
14
|
-
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
|
|
15
|
-
# https://learnxinyminutes.com/docs/yaml/
|
|
16
|
-
|
|
17
|
-
# site.manifestation - Set the name of the visual manifestation you are
|
|
18
|
-
# providing a site for. The theme presents this name on the right side of the
|
|
19
|
-
# CentOS logo. If this value is not empty, the navbar data must be related to
|
|
20
|
-
# the specific visual manifestation.
|
|
21
|
-
manifestation: ""
|
|
22
|
-
|
|
23
|
-
# site.navbar_data_dirname - Set the directory name where the navbar data files
|
|
24
|
-
# is stored. For example, if the navbar file is at `_data/base/navbar.yml', the
|
|
25
|
-
# value you need to provide is `base'.
|
|
26
|
-
navbar_data_dirname: "base"
|
|
27
|
-
|
|
28
|
-
# site.navbar_data_filename - Set the name of the navbar data file. For
|
|
29
|
-
# example, if the navbar file is at `_data/base/navbar.yml', the value you need
|
|
30
|
-
# to provide is `navbar', without the extension. The CentOS navbar is stored in
|
|
31
|
-
# jekyll-theme-centos-base component, specifcally in the file
|
|
32
|
-
# `src/YAML/navbar_www.yml'. The CentOS navbar is the one shipped in
|
|
33
|
-
# jekyll-theme-centos by default.
|
|
34
|
-
navbar_data_filename: "navbar_www"
|
|
35
|
-
|
|
36
|
-
defaults:
|
|
37
|
-
- scope:
|
|
38
|
-
path: "" # an empty string here means all files in the project.
|
|
39
|
-
values:
|
|
40
|
-
layout: "base/default"
|
|
41
|
-
with_breadcrumbs: true
|
|
42
|
-
with_toc: true
|
|
43
|
-
with_datatables: false
|
|
44
|
-
with_clipboard: false
|
|
45
|
-
with_announcements: {}
|
|
46
|
-
|
|
47
|
-
plugins:
|
|
48
|
-
- jekyll-feed
|
|
49
|
-
- jekyll-toc
|
|
50
|
-
- jekyll-paginate-v2
|
|
51
|
-
|
|
52
|
-
permalink: /:path/:basename/index.html
|
|
53
|
-
|
|
54
|
-
collections:
|
|
55
|
-
sponsors:
|
|
56
|
-
posts:
|
|
57
|
-
permalink: /:categories/:title/
|
|
58
|
-
|
|
59
|
-
exclude:
|
|
60
|
-
- .bundle
|
|
61
|
-
- .git
|
|
62
|
-
- .sass-cache/
|
|
63
|
-
- .jekyll-cache/
|
|
64
|
-
- gemfiles/
|
|
65
|
-
- Gemfile
|
|
66
|
-
- Gemfile.lock
|
|
67
|
-
- node_modules/
|
|
68
|
-
- vendor/bundle/
|
|
69
|
-
- vendor/cache/
|
|
70
|
-
- vendor/gems/
|
|
71
|
-
- vendor/ruby/
|
|
72
|
-
|
|
73
|
-
sass:
|
|
74
|
-
style: compressed
|
|
75
|
-
sass_dir: _sass
|
|
76
|
-
|
|
77
|
-
# ----------------------------------------------------------------------
|
|
78
|
-
# Jekyll 3 Pagination Gem
|
|
79
|
-
# ----------------------------------------------------------------------
|
|
80
|
-
pagination:
|
|
81
|
-
# Site-wide kill switch, disabled here it doesn't run at all
|
|
82
|
-
enabled: true
|
|
83
|
-
|
|
84
|
-
# Set to 'true' to enable pagination debugging. This can be enabled in the
|
|
85
|
-
# site config or only for individual pagination pages
|
|
86
|
-
debug: true
|
|
87
|
-
|
|
88
|
-
# The default document collection to paginate if nothing is specified
|
|
89
|
-
# ('posts' is default)
|
|
90
|
-
collection: "posts"
|
|
91
|
-
|
|
92
|
-
# How many objects per paginated page, used to be `paginate` (default: 0,
|
|
93
|
-
# means all)
|
|
94
|
-
per_page: 6
|
|
95
|
-
|
|
96
|
-
# The permalink structure for the paginated pages (this can be any level
|
|
97
|
-
# deep)
|
|
98
|
-
#permalink: '/page/:num.html' # Pages are simple html files
|
|
99
|
-
#permalink: '/page/:num' # Pages are html files, linked jekyll extensionless permalink style.
|
|
100
|
-
#permalink: '/news-and-events/:num/' # Pages are index.html inside this folder (default)
|
|
101
|
-
permalink: "/page/:num/" # Pages are index.html inside this folder (default)
|
|
102
|
-
|
|
103
|
-
# Optional the title format for the paginated pages (supports :title for
|
|
104
|
-
# original page title, :num for pagination page number, :max for total number
|
|
105
|
-
# of pages)
|
|
106
|
-
title: ":title - page :num"
|
|
107
|
-
|
|
108
|
-
# Limit how many pagenated pages to create (default: 0, means all)
|
|
109
|
-
limit: 0
|
|
110
|
-
|
|
111
|
-
# Optional, defines the field that the posts should be sorted on (omit to
|
|
112
|
-
# default to 'date')
|
|
113
|
-
sort_field: "date"
|
|
114
|
-
|
|
115
|
-
# Optional, sorts the posts in reverse order (omit to default decending or
|
|
116
|
-
# sort_reverse: true)
|
|
117
|
-
sort_reverse: true
|
|
118
|
-
|
|
119
|
-
# Optional, the default category to use, omit or just leave this as 'posts'
|
|
120
|
-
# to get a backwards-compatible behavior (all posts)
|
|
121
|
-
category: "posts"
|
|
122
|
-
|
|
123
|
-
# Optional, the default tag to use, omit to disable
|
|
124
|
-
tag: ""
|
|
125
|
-
|
|
126
|
-
# Optional, the default locale to use, omit to disable (depends on a field
|
|
127
|
-
# 'locale' to be specified in the posts, in reality this can be any value,
|
|
128
|
-
# suggested are the Microsoft locale-codes (e.g. en_US, en_GB) or simply the
|
|
129
|
-
# ISO-639 language code).
|
|
130
|
-
locale: ""
|
|
131
|
-
|
|
132
|
-
# Optional, omit or set both before and after to zero to disable. Controls
|
|
133
|
-
# how the pagination trail for the paginated pages look like.
|
|
134
|
-
trail:
|
|
135
|
-
before: 2
|
|
136
|
-
after: 2
|
|
137
|
-
|
|
138
|
-
# Optional, the default file extension for generated pages (e.g html, json, xml).
|
|
139
|
-
# Internally this is set to html by default
|
|
140
|
-
extension: html
|
|
141
|
-
|
|
142
|
-
# Optional, the default name of the index file for generated pages (e.g.
|
|
143
|
-
# 'index.html') Without file extension.
|
|
144
|
-
indexpage: "index"
|
data/_data/base/footer.yml
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
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"
|
data/_data/base/identity.yml
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
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"
|
data/_data/base/navbar.yml
DELETED
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
#
|
|
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.
|
|
6
|
-
#
|
|
7
|
-
- name: "Layouts"
|
|
8
|
-
icon: "fa-solid fa-layer-group"
|
|
9
|
-
link: "/layouts/"
|
|
10
|
-
menu:
|
|
11
|
-
- name: "base/default.html"
|
|
12
|
-
link: "/layouts/default/"
|
|
13
|
-
visible_on: ["navbar", "footer"]
|
|
14
|
-
|
|
15
|
-
- name: "Includes"
|
|
16
|
-
icon: "fa-solid fa-arrows-turn-to-dots"
|
|
17
|
-
link: "/includes/"
|
|
18
|
-
menu:
|
|
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/"
|
|
33
|
-
visible_on: ["navbar", "footer"]
|
|
34
|
-
|
|
35
|
-
- name: "Sass"
|
|
36
|
-
icon: "fa-brands fa-sass"
|
|
37
|
-
link: "/sass/"
|
|
38
|
-
menu:
|
|
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"
|
|
57
|
-
visible_on: ["navbar", "footer"]
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
#
|
|
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
|
-
# 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: []
|
data/_data/base/navbar_www.yml
DELETED
|
@@ -1,74 +0,0 @@
|
|
|
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: []
|
data/_data/download/cards.yml
DELETED
|
@@ -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
|
data/_data/download/navbar.yml
DELETED
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
- name: "Layouts"
|
|
3
|
-
icon: "fa-solid fa-layer-group"
|
|
4
|
-
link: "/layouts/"
|
|
5
|
-
menu:
|
|
6
|
-
- name: "download/default"
|
|
7
|
-
link: "/layouts/download/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: 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"]
|
data/_data/people/navbar.yml
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
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"]
|
|
@@ -1,6 +0,0 @@
|
|
|
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 -%}
|
|
@@ -1,13 +0,0 @@
|
|
|
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>
|