jekyll-theme-centos 2.2.18 → 2.2.20

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ee8dbcdf6ee190b26b72cfb88e0c647a142ae5e696ed4a65f4515f54fa07f07
4
- data.tar.gz: 07d233eafdab6d057dd2b2db31f999a78df88515032bd783393520420806579a
3
+ metadata.gz: a240c95ff1a06eb56d6f0be673382d68dd50f03317bbf9b7b46e003c4bc2d190
4
+ data.tar.gz: 7a6c39f6491d888af09e4bcd3eaba319332898dd90e7fb28453198f1177e437b
5
5
  SHA512:
6
- metadata.gz: 4a3050f296960b68a7afbb9a781f5f9239a017be5768d87ba1c837f867e7e7ee60b25504843a09fb53961ddf6e6caab8f6a141c18e8969019ba341c4b62d2355
7
- data.tar.gz: 72d235562bf3343e610caf1269c6088df5493b0d7899d4a32146ef95236144e19fe84cc2228aebf04d22045a9219787dbb56cb6b0cea99422aad04b4dc9ecb6d
6
+ metadata.gz: e33d5c8e2bbe31fead3c936eae67755db8456ebcd7b91e138a3dd42f21a5c9b9ee838c7ce698041a0277703a0c74a2105b84e1f933ed51ecee73190028db87cb
7
+ data.tar.gz: 1a9c709231517f7f8cb2ad51766916b1477e0b926dd0ea501deba7da1134230dc6fe41cb5390a9582a8c33f11a51774a2796fcbae54c5dc7d7f8fd5dbc8dc750
@@ -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,57 @@
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"]
@@ -0,0 +1,74 @@
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: []
@@ -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: []
@@ -3,8 +3,8 @@
3
3
  icon: "fa-solid fa-layer-group"
4
4
  link: "/layouts/"
5
5
  menu:
6
- - name: "download/cards.html"
7
- link: "/layouts/download/cards/"
6
+ - name: "download/default"
7
+ link: "/layouts/download/default/"
8
8
  visible_on: ["navbar", "footer"]
9
9
 
10
10
  - name: "Includes"
@@ -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="{{ 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 &copy;</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/base/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>
@@ -0,0 +1,32 @@
1
+ {% assign navbar = site.data[site.navbar_data_dirname][site.navbar_data_filename] %}
2
+ <header class="site-header sticky-top">
3
+ <nav class="navbar navbar-expand-lg navbar-dark bg-dark shadow">
4
+ <div class="container">
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="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
7
+ <span class="navbar-toggler-icon"></span>
8
+ </button>
9
+ <div class="collapse navbar-collapse" id="navbarContent">
10
+ <ul class="navbar-nav mr-auto">
11
+ {% assign navitems = navbar | where: "visible_on", "navbar" -%}
12
+ {% for navitem in navitems -%}
13
+ {% if navitem.menu.size == 0 -%}
14
+ <li class="nav-item">
15
+ <a class="nav-link" role="presentation" href="{{ site.baseurl }}{{ navitem.link }}"><i class="{{ navitem.icon }}"></i> {{ navitem.name }}</a>
16
+ </li>
17
+ {% else -%}
18
+ <li class="nav-item dropdown">
19
+ <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown-{{ forloop.index }}" role="button" data-bs-toggle="dropdown" aria-expanded="false"><i class="{{ navitem.icon }}"></i> {{ navitem.name }}</a>
20
+ <ul class="dropdown-menu dropdown-menu-dark shadow" aria-labelledby="navbarDropdown-{{ forloop.index }}">
21
+ {% for dropdownitem in navitem.menu -%}
22
+ <li><a class="dropdown-item" role="presentation" href="{{ site.baseurl }}{{ dropdownitem.link }}">{{ dropdownitem.name }}</a></li>
23
+ {% endfor -%}
24
+ </ul>
25
+ </li>
26
+ {% endif -%}
27
+ {% endfor -%}
28
+ </ul>
29
+ </div>
30
+ </div>
31
+ </nav>
32
+ </header>
@@ -0,0 +1,70 @@
1
+ <!-- JQuery -->
2
+ <script src="{{ site.baseurl }}/assets/js/jquery.min.js"></script>
3
+
4
+ {% if page.with_datatables == true %}
5
+ <!-- DataTables -->
6
+ <script src="{{ site.baseurl }}/assets/js/jquery.dataTables.min.js"></script>
7
+ <script src="{{ site.baseurl }}/assets/js/dataTables.bootstrap5.min.js"></script>
8
+ <script>
9
+ $(document).ready(function () {
10
+ $("#download-mirror").DataTable();
11
+ });
12
+ </script>
13
+ {% endif %}
14
+
15
+ <!-- BackToTop -->
16
+ <script src="{{ site.baseurl }}/assets/js/vanilla-back-to-top.min.js"></script>
17
+ <script>
18
+ addBackToTop({
19
+ diameter: 56,
20
+ backgroundColor: "rgb(32, 7, 53)",
21
+ textColor: "#fff",
22
+ });
23
+ </script>
24
+
25
+ {% if page.with_clipboard == true %}
26
+ <!-- Clipboard.JS -->
27
+ <script src="{{ site.baseurl }}/assets/js/clipboard.min.js"></script>
28
+ <script>
29
+ // Initialize ClipboardJS
30
+ $(".btn-clipboard").on("click", function () {
31
+ let button = $(this);
32
+ var copy_id = $(this).attr("id");
33
+ var clipboard = new ClipboardJS("#" + copy_id);
34
+
35
+ clipboard.on("success", function () {
36
+ const currentLabel = button.html();
37
+ const tooltip = bootstrap.Tooltip.getInstance("#" + copy_id);
38
+ const tooltipLabel = button.attr("data-bs-title");
39
+
40
+ // Exit label update when already in progress
41
+ if (button.html() === '<i class="fa-solid fa-clipboard-check"></i>') {
42
+ return;
43
+ }
44
+
45
+ // Update button label and tooltip
46
+ button.html('<i class="fa-solid fa-clipboard-check"></i>');
47
+ tooltip.setContent({ ".tooltip-inner": "Copied!" });
48
+
49
+ // Revert button label after 2 seconds
50
+ setTimeout(function () {
51
+ button.html(currentLabel);
52
+ tooltip.setContent({ ".tooltip-inner": tooltipLabel });
53
+ }, 2000);
54
+ });
55
+ });
56
+ </script>
57
+ {% endif %}
58
+
59
+ <!-- Copyright Year -->
60
+ <script>
61
+ document.getElementById("copyright_year").innerHTML = new Date().getFullYear();
62
+ </script>
63
+
64
+ <!-- Bootstrap -->
65
+ <script src="{{ site.baseurl }}/assets/js/bootstrap.bundle.min.js"></script>
66
+ <script>
67
+ // Initialize Tooltips
68
+ const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]');
69
+ const tooltipList = [...tooltipTriggerList].map((tooltipTriggerEl) => new bootstrap.Tooltip(tooltipTriggerEl));
70
+ </script>
@@ -0,0 +1,10 @@
1
+ <div class="accordion" id="pageTocAccordion">
2
+ <div class="accordion-item shadow-sm">
3
+ <div class="accordion-header" id="flush-headingOne">
4
+ <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseOne" aria-expanded="false" aria-controls="flush-collapseOne"><i class="fa-solid fa-bars"></i> <span class="mx-3">Table of Contents</span></button>
5
+ </div>
6
+ <div id="flush-collapseOne" class="accordion-collapse collapse" aria-labelledby="flush-headingOne" data-bs-parent="#pageTocAccordion">
7
+ <div class="accordion-body">{% include base/toc.html html=content %}</div>
8
+ </div>
9
+ </div>
10
+ </div>
@@ -0,0 +1,99 @@
1
+ {% capture tocWorkspace %}
2
+ {% comment %}
3
+ Version 1.0.10
4
+ https://github.com/allejo/jekyll-toc
5
+
6
+ "...like all things liquid - where there's a will, and ~36 hours to spare, there's usually a/some way" ~jaybe
7
+
8
+ Usage:
9
+ {% include toc.html html=content sanitize=true class="inline_toc" id="my_toc" h_min=2 h_max=3 %}
10
+
11
+ Parameters:
12
+ * html (string) - the HTML of compiled markdown generated by kramdown in Jekyll
13
+
14
+ Optional Parameters:
15
+ * sanitize (bool) : false - when set to true, the headers will be stripped of any HTML in the TOC
16
+ * class (string) : '' - a CSS class assigned to the TOC
17
+ * id (string) : '' - an ID to assigned to the TOC
18
+ * h_min (int) : 1 - the minimum TOC header level to use; any header lower than this value will be ignored
19
+ * h_max (int) : 6 - the maximum TOC header level to use; any header greater than this value will be ignored
20
+ * ordered (bool) : false - when set to true, an ordered list will be outputted instead of an unordered list
21
+ * item_class (string) : '' - add custom class(es) for each list item; has support for '%level%' placeholder, which is the current heading level
22
+ * baseurl (string) : '' - add a base url to the TOC links for when your TOC is on another page than the actual content
23
+ * anchor_class (string) : '' - add custom class(es) for each anchor element
24
+
25
+ Output:
26
+ An ordered or unordered list representing the table of contents of a markdown block. This snippet will only
27
+ generate the table of contents and will NOT output the markdown given to it
28
+ {% endcomment %}
29
+
30
+ {% capture my_toc %}{% endcapture %}
31
+ {% assign orderedList = include.ordered | default: false %}
32
+ {% assign minHeader = include.h_min | default: 1 %}
33
+ {% assign maxHeader = include.h_max | default: 6 %}
34
+ {% assign nodes = include.html | split: '<h' %}
35
+ {% assign firstHeader = true %}
36
+
37
+ {% capture listModifier %}{% if orderedList %}1.{% else %}-{% endif %}{% endcapture %}
38
+
39
+ {% for node in nodes %}
40
+ {% if node == "" %}
41
+ {% continue %}
42
+ {% endif %}
43
+
44
+ {% assign headerLevel = node | replace: '"', '' | slice: 0, 1 | times: 1 %}
45
+
46
+ {% if headerLevel < minHeader or headerLevel > maxHeader %}
47
+ {% continue %}
48
+ {% endif %}
49
+
50
+ {% if firstHeader %}
51
+ {% assign firstHeader = false %}
52
+ {% assign minHeader = headerLevel %}
53
+ {% endif %}
54
+
55
+ {% assign indentAmount = headerLevel | minus: minHeader %}
56
+ {% assign _workspace = node | split: '</h' %}
57
+
58
+ {% assign _idWorkspace = _workspace[0] | split: 'id="' %}
59
+ {% assign _idWorkspace = _idWorkspace[1] | split: '"' %}
60
+ {% assign html_id = _idWorkspace[0] %}
61
+
62
+ {% assign _classWorkspace = _workspace[0] | split: 'class="' %}
63
+ {% assign _classWorkspace = _classWorkspace[1] | split: '"' %}
64
+ {% assign html_class = _classWorkspace[0] %}
65
+
66
+ {% if html_class contains "no_toc" %}
67
+ {% continue %}
68
+ {% endif %}
69
+
70
+ {% capture _hAttrToStrip %}{{ _workspace[0] | split: '>' | first }}>{% endcapture %}
71
+ {% assign header = _workspace[0] | replace: _hAttrToStrip, '' %}
72
+
73
+ {% assign space = '' %}
74
+ {% for i in (1..indentAmount) %}
75
+ {% assign space = space | prepend: ' ' %}
76
+ {% endfor %}
77
+
78
+ {% if include.item_class and include.item_class != blank %}
79
+ {% capture listItemClass %}{:.{{ include.item_class | replace: '%level%', headerLevel }}}{% endcapture %}
80
+ {% endif %}
81
+
82
+ {% capture heading_body %}{% if include.sanitize %}{{ header | strip_html }}{% else %}{{ header }}{% endif %}{% endcapture %}
83
+ {% capture my_toc %}{{ my_toc }}
84
+ {{ space }}{{ listModifier }} {{ listItemClass }} [{{ heading_body | replace: "|", "\|" }}]({% if include.baseurl %}{{ include.baseurl }}{% endif %}#{{ html_id }}){% if include.anchor_class %}{:.{{ include.anchor_class }}}{% endif %}{% endcapture %}
85
+ {% endfor %}
86
+
87
+ {% if include.class and include.class != blank %}
88
+ {% capture my_toc %}{:.{{ include.class }}}
89
+ {{ my_toc | lstrip }}{% endcapture %}
90
+ {% endif %}
91
+
92
+ {% if include.id %}
93
+ {% capture my_toc %}{: #{{ include.id }}}
94
+ {{ my_toc | lstrip }}{% endcapture %}
95
+ {% endif %}{% endcapture %}
96
+
97
+ {% if my_toc != "" %}
98
+ {% assign tocWorkspace = '' %}{{ my_toc | markdownify | strip }}
99
+ {% endif %}
@@ -1,8 +1,4 @@
1
- {% if include.download %}
2
- {% assign cards = site.data.centos.download | where: "page", include.download %}
3
- {% else %}
4
- {% assign cards = site.data.centos.download %}
5
- {% endif %}
1
+ {% assign cards = site.data.download.cards %}
6
2
 
7
3
  {% for card in cards %}
8
4
  <div class="mb-5">
@@ -0,0 +1,31 @@
1
+ <!DOCTYPE html>
2
+ <html lang="{{ page.lang | default: 'en' }}">
3
+ {% include base/head.html title=page.title -%}
4
+
5
+ <body id="top">
6
+ {% include base/navbar.html -%}
7
+ <main>
8
+ {% include base/header.html -%}
9
+ <div class="container py-5">
10
+ {% if page.with_breadcrumbs %}
11
+ <div class="row justify-content-center">
12
+ <div class="col-sm-12 col-xl-8">
13
+ {% include base/breadcrumbs.html %}
14
+ </div>
15
+ </div>
16
+ {% endif %}
17
+ {% if page.with_toc %}
18
+ <div class="row my-3 justify-content-center">
19
+ <div class="col-sm-12 col-xl-8">{% include base/toc-accordion.html %}</div>
20
+ </div>
21
+ {% endif %}
22
+ <div class="row my-5 justify-content-center">
23
+ <div class="col-sm-12 col-xl-8">{{ content }}</div>
24
+ </div>
25
+ </div>
26
+ </main>
27
+
28
+ {% include base/footer.html %}
29
+ {% include base/script.html %}
30
+ </body>
31
+ </html>
@@ -1,5 +1,5 @@
1
1
  ---
2
- layout: default
2
+ layout: base/default
3
3
  ---
4
4
 
5
5
  {% include download/cards.html %}
@@ -0,0 +1,80 @@
1
+ // --------------------------------------------------------------------------------
2
+ // Adjustments
3
+ // --------------------------------------------------------------------------------
4
+
5
+ main {
6
+ // --------------------------------------------------------------------------------
7
+ // Navbar and linked headings' correction.
8
+ //
9
+ // By default, when you access page headings from the page table of content
10
+ // (toc) links, the heading is hidden behind the navbar. This workaround
11
+ // fixes the linked headings visibility issue in the page.
12
+ // --------------------------------------------------------------------------------
13
+ h1,
14
+ h2,
15
+ h3,
16
+ h4,
17
+ h5,
18
+ h6 {
19
+ &::before {
20
+ display: block;
21
+ height: 6rem;
22
+ margin-top: -6rem;
23
+ visibility: hidden;
24
+ content: "";
25
+ }
26
+ margin-top: 3rem;
27
+ }
28
+
29
+ // --------------------------------------------------------------------------------
30
+ // Backgrounds
31
+ // --------------------------------------------------------------------------------
32
+ .bg-image {
33
+ background-image: url("../../img/centos-motif.png");
34
+ background-size: cover;
35
+ background-repeat: no-repeat;
36
+ background-position: center;
37
+ }
38
+
39
+ .bg-light-radial-gradient {
40
+ background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(248, 249, 250, 0) 100%);
41
+ }
42
+
43
+ // --------------------------------------------------------------------------------
44
+ // DataTable
45
+ // --------------------------------------------------------------------------------
46
+ .dataTables_wrapper {
47
+ .dataTables_filter {
48
+ text-align: end;
49
+ }
50
+ .dataTables_length,
51
+ .dataTables_filter {
52
+ @extend .my-3;
53
+ }
54
+ .form-select,
55
+ .form-control {
56
+ width: auto;
57
+ display: inline-block;
58
+ }
59
+ }
60
+ }
61
+
62
+ header {
63
+ .navbar-brand {
64
+ .manifestation {
65
+ --bs-border-opacity: 0.5;
66
+ }
67
+ }
68
+ }
69
+
70
+ footer,
71
+ .accordion-body {
72
+ a {
73
+ &:link {
74
+ text-decoration: none;
75
+ }
76
+ &:hover {
77
+ text-decoration: underline;
78
+ }
79
+ }
80
+ }
@@ -0,0 +1,24 @@
1
+ //
2
+ // CentOS Branding
3
+ //
4
+ $centos-color-1: #a14f8c;
5
+ $centos-color-2: #262577;
6
+ $centos-color-3: #9ccd2a;
7
+ $centos-color-4: #efa724;
8
+ //
9
+ // Bootstrap customization
10
+ //
11
+ $enable-rounded: true;
12
+ $enable-negative-margins: true;
13
+ $nav-pills-link-active-bg: $centos-color-1;
14
+ $link-color: $centos-color-1;
15
+ $primary: $centos-color-1;
16
+ $secondary: $centos-color-4;
17
+ $dark: #200735;
18
+ $dropdown-dark-bg: $dark;
19
+ $font-family-sans-serif: Montserrat, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
20
+ $font-family-monospace: "Overpass Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
21
+ $line-height-base: 1.75;
22
+ $headings-font-weight: 700;
23
+ $breadcrumb-divider-color: #6c757d;
24
+ $breadcrumb-divider: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8'><path d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='#{$breadcrumb-divider-color}'/></svg>");
@@ -0,0 +1,6 @@
1
+ ---
2
+ ---
3
+
4
+ @import "base/variables";
5
+ @import "bootstrap/bootstrap";
6
+ @import "base/centos";
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,135 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="1920"
6
+ height="1080"
7
+ viewBox="0 0 507.99999 285.75"
8
+ version="1.1"
9
+ id="svg5"
10
+ inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
11
+ sodipodi:docname="screenshot.svg"
12
+ inkscape:export-filename="component.png"
13
+ inkscape:export-xdpi="96"
14
+ inkscape:export-ydpi="96"
15
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
16
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
17
+ xmlns:xlink="http://www.w3.org/1999/xlink"
18
+ xmlns="http://www.w3.org/2000/svg"
19
+ xmlns:svg="http://www.w3.org/2000/svg">
20
+ <sodipodi:namedview
21
+ id="namedview7"
22
+ pagecolor="#ffffff"
23
+ bordercolor="#666666"
24
+ borderopacity="1.0"
25
+ inkscape:showpageshadow="2"
26
+ inkscape:pageopacity="0.0"
27
+ inkscape:pagecheckerboard="0"
28
+ inkscape:deskcolor="#d1d1d1"
29
+ inkscape:document-units="mm"
30
+ showgrid="false"
31
+ inkscape:zoom="0.75031886"
32
+ inkscape:cx="903.61583"
33
+ inkscape:cy="707.69912"
34
+ inkscape:window-width="3440"
35
+ inkscape:window-height="1371"
36
+ inkscape:window-x="0"
37
+ inkscape:window-y="32"
38
+ inkscape:window-maximized="1"
39
+ inkscape:current-layer="layer1" />
40
+ <defs
41
+ id="defs2">
42
+ <pattern
43
+ inkscape:collect="always"
44
+ xlink:href="#Strips1_1white"
45
+ id="pattern2972"
46
+ patternTransform="matrix(3.9313961,2.2697926,-4.2207076,7.31048,-1374.3636,-516.81011)" />
47
+ <pattern
48
+ inkscape:collect="always"
49
+ patternUnits="userSpaceOnUse"
50
+ width="2"
51
+ height="1"
52
+ patternTransform="translate(0,0) scale(10,10)"
53
+ id="Strips1_1white"
54
+ inkscape:stockid="Stripes 1:1 white">
55
+ <rect
56
+ style="fill:white;stroke:none"
57
+ x="0"
58
+ y="-0.5"
59
+ width="1"
60
+ height="2"
61
+ id="rect1946" />
62
+ </pattern>
63
+ </defs>
64
+ <g
65
+ inkscape:label="Layer 1"
66
+ inkscape:groupmode="layer"
67
+ id="layer1"
68
+ transform="translate(1361.2655,457.33365)">
69
+ <rect
70
+ style="fill:#f6f5f4;stroke:none;stroke-width:1.5875;stroke-linejoin:bevel;paint-order:fill markers stroke;stop-color:#000000"
71
+ id="rect241"
72
+ width="508"
73
+ height="285.75"
74
+ x="-1361.2655"
75
+ y="-457.33365" />
76
+ <rect
77
+ style="opacity:0.15;fill:url(#pattern2972);fill-opacity:1;stroke:none;stroke-width:1.5875;stroke-linejoin:bevel;paint-order:fill markers stroke;stop-color:#000000"
78
+ id="rect405"
79
+ width="508"
80
+ height="285.75"
81
+ x="-1361.2655"
82
+ y="-457.33365" />
83
+ <g
84
+ id="g28251-9"
85
+ transform="matrix(1.4890225,1.4890225,-1.4890225,1.4890225,-2118.0722,-523.30074)"
86
+ inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v20.png"
87
+ inkscape:export-xdpi="10.11"
88
+ inkscape:export-ydpi="10.11"
89
+ style="stroke-width:0.5">
90
+ <ellipse
91
+ style="fill:#deddda;fill-opacity:1;stroke:none;stroke-width:0.66146;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
92
+ id="ellipse15079-1"
93
+ cx="388.1235"
94
+ cy="-290.71561"
95
+ inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v10.png"
96
+ inkscape:export-xdpi="13.06"
97
+ inkscape:export-ydpi="13.06"
98
+ rx="20.103001"
99
+ ry="20.103493" />
100
+ <path
101
+ id="rect52127-5-0"
102
+ style="fill:#f6f5f4;fill-opacity:1;stroke-width:4.56404;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
103
+ d="m 377.36591,-301.47322 3.1e-4,6.30167 -4.45593,4.45594 4.45593,4.45593 -3.1e-4,6.30167 h 6.30198 l 4.45594,4.45593 4.45593,-4.45593 h 6.30134 l 3.2e-4,-6.30167 4.45594,-4.45593 -4.45594,-4.45594 -3.2e-4,-6.30167 h -6.30134 l -4.45593,-4.45593 -4.45594,4.45593 z m 2.27111,4.18345 1.91265,-1.91265 3.2276,3.22761 -3.2e-4,1.91263 h -1.91233 z m -2.16283,5.22203 4.56454,-3.4e-4 1.35246,1.35247 -1.35246,1.35246 h -4.56422 z m 9.29718,-9.29718 h 2.70491 v 4.56422 l -1.35245,1.35246 -1.35246,-1.35246 z m 0.0911,7.6066 1.26064,1.28263 1.26035,-1.28295 -0.0154,1.79789 1.7982,-0.0158 -1.28231,1.26034 1.28296,1.26033 -1.79821,-0.0152 0.0158,1.79822 -1.26032,-1.28232 -1.26034,1.28296 0.0154,-1.79853 -1.79853,0.0162 1.28263,-1.26065 -1.28296,-1.26034 1.79822,0.0158 z m -7.2255,9.61687 3.2276,-3.2276 1.91264,3.2e-4 v 1.91232 l -3.2276,3.2276 z m 11.83335,-11.83336 3.22761,-3.22761 1.91264,1.91265 -3.2276,3.22759 h -1.91233 z m -4.69869,11.34461 1.35214,-1.35213 1.35214,1.35213 3.1e-4,4.56455 -2.7046,-3.2e-4 z m 6.08509,-6.08509 1.35246,-1.35245 h 4.56422 l -3.2e-4,2.70459 h -4.56422 z m -1.3864,3.34656 1.91265,-3.2e-4 3.2276,3.2276 -1.91265,1.91264 -3.2276,-3.2276 z" />
104
+ </g>
105
+ <rect
106
+ style="fill:#deddda;stroke-width:0.529167;stroke-linejoin:bevel;stroke-dasharray:1.05833, 0.529167;paint-order:fill markers stroke;stop-color:#000000;fill-opacity:1"
107
+ id="rect1545"
108
+ width="508"
109
+ height="51.3218"
110
+ x="-1361.2655"
111
+ y="-300.21335" />
112
+ <text
113
+ xml:space="preserve"
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
+ x="-1107.4166"
116
+ y="-266.41425"
117
+ id="JEKYLL_THEME_COMPONENT"><tspan
118
+ sodipodi:role="line"
119
+ id="tspan471"
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
+ x="-1107.4166"
122
+ y="-266.41425">=JEKYLL_THEME_COMPONENT=</tspan></text>
123
+ <text
124
+ xml:space="preserve"
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
+ x="-1107.2714"
127
+ y="-206.62192"
128
+ id="JEKYLL_THEME_COMPONENT_DESCRIPTION"><tspan
129
+ sodipodi:role="line"
130
+ id="tspan471-2"
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
+ x="-1107.2714"
133
+ y="-206.62192">=JEKYLL_THEME_COMPONENT_DESCRIPTION=</tspan></text>
134
+ </g>
135
+ </svg>
@@ -24,41 +24,35 @@
24
24
  inkscape:deskcolor="#d1d1d1"
25
25
  inkscape:document-units="px"
26
26
  showgrid="false"
27
- inkscape:zoom="1.1191406"
28
- inkscape:cx="-34.848168"
29
- inkscape:cy="211.76964"
27
+ inkscape:zoom="1.5827039"
28
+ inkscape:cx="36.646148"
29
+ inkscape:cy="83.401579"
30
30
  inkscape:window-width="3440"
31
31
  inkscape:window-height="1371"
32
32
  inkscape:window-x="0"
33
- inkscape:window-y="0"
33
+ inkscape:window-y="32"
34
34
  inkscape:window-maximized="1"
35
35
  inkscape:current-layer="layer1" />
36
36
  <defs
37
- id="defs2">
38
- <symbol
39
- id="user-circle">
40
- <title
41
- id="user-circle-title">User Circle</title>
42
- <path
43
- d="M 256,8 C 119.033,8 8,119.033 8,256 8,392.967 119.033,504 256,504 392.967,504 504,392.967 504,256 504,119.033 392.967,8 256,8 Z M 144,208 c 0,-61.856 50.144,-112 112,-112 61.856,0 112,50.144 112,112 0,61.856 -50.144,112 -112,112 -61.856,0 -112,-50.144 -112,-112 z m 268.408,172.663 c -80.346,100.411 -232.375,100.53 -312.817,0 C 117.003,362.973 141.218,352 168,352 h 18.204 c 44.03,21.336 95.495,21.368 139.592,0 H 344 c 26.782,0 50.997,10.973 68.408,28.663 z"
44
- id="path3183" />
45
- </symbol>
46
- </defs>
37
+ id="defs2" />
47
38
  <g
48
39
  inkscape:label="Layer 1"
49
40
  inkscape:groupmode="layer"
50
41
  id="layer1"
51
- transform="translate(-28.920394,-28.395845)">
42
+ transform="translate(206.62042,9.1068344)">
43
+ <path
44
+ id="rect425"
45
+ style="fill:#ffffff;stroke-width:0.529164;stroke-linejoin:bevel;stroke-dasharray:1.05833, 0.529164;paint-order:fill markers stroke;stop-color:#000000"
46
+ d="m -206.62042,-9.1068344 h 67.733 V 58.626167 h -67.733 z" />
52
47
  <g
53
- id="use4705"
54
- style="fill:#ffffff;stroke:none;stroke-width:1.9375;fill-opacity:1"
55
- transform="matrix(0.13655914,0,0,0.13655914,27.827921,27.303372)">
48
+ id="use2409"
49
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:5.12"
50
+ transform="matrix(0.05167618,0,0,0.05167618,-185.98302,11.530564)">
56
51
  <title
57
- id="title367">User Circle</title>
52
+ id="title3102">User</title>
58
53
  <path
59
- d="M 256,8 C 119.033,8 8,119.033 8,256 8,392.967 119.033,504 256,504 392.967,504 504,392.967 504,256 504,119.033 392.967,8 256,8 Z M 144,208 c 0,-61.856 50.144,-112 112,-112 61.856,0 112,50.144 112,112 0,61.856 -50.144,112 -112,112 -61.856,0 -112,-50.144 -112,-112 z m 268.408,172.663 c -80.346,100.411 -232.375,100.53 -312.817,0 C 117.003,362.973 141.218,352 168,352 h 18.204 c 44.03,21.336 95.495,21.368 139.592,0 H 344 c 26.782,0 50.997,10.973 68.408,28.663 z"
60
- id="path369"
61
- style="fill:#ffffff;fill-opacity:1" />
54
+ d="M 96,160 C 96,71.634 167.635,0 256,0 344.365,0 416,71.634 416,160 416,248.366 344.365,320 256,320 167.635,320 96,248.366 96,160 Z m 304,192 h -28.556 c -71.006,42.713 -159.912,42.695 -230.888,0 H 112 C 50.144,352 0,402.144 0,464 v 24 c 0,13.255 10.745,24 24,24 h 464 c 13.255,0 24,-10.745 24,-24 V 464 C 512,402.144 461.856,352 400,352 Z"
55
+ id="path3104" />
62
56
  </g>
63
57
  </g>
64
58
  </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.18
4
+ version: 2.2.20
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-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -46,9 +46,23 @@ extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
48
  - _config.yml
49
+ - _data/base/footer.yml
50
+ - _data/base/identity.yml
51
+ - _data/base/navbar.yml
52
+ - _data/base/navbar_absolute.yml
53
+ - _data/base/navbar_www.yml
49
54
  - _data/download/cards.yml
50
55
  - _data/download/navbar.yml
51
56
  - _data/people/navbar.yml
57
+ - _includes/base/announcements.html
58
+ - _includes/base/breadcrumbs.html
59
+ - _includes/base/footer.html
60
+ - _includes/base/head.html
61
+ - _includes/base/header.html
62
+ - _includes/base/navbar.html
63
+ - _includes/base/script.html
64
+ - _includes/base/toc-accordion.html
65
+ - _includes/base/toc.html
52
66
  - _includes/download/cards-body-convert.html
53
67
  - _includes/download/cards-body-doc.html
54
68
  - _includes/download/cards-body-eol.html
@@ -75,13 +89,16 @@ files:
75
89
  - _includes/people/support.html
76
90
  - _includes/post-nav-explorer.html
77
91
  - _includes/post-nav.html
92
+ - _layouts/base/default.html
78
93
  - _layouts/blog.html
79
- - _layouts/download/cards.html
94
+ - _layouts/download/default.html
80
95
  - _layouts/home.html
81
96
  - _layouts/people/default.html
82
97
  - _layouts/post.html
83
98
  - _layouts/search.html
84
99
  - _layouts/sponsors.html
100
+ - _sass/base/_centos.scss
101
+ - _sass/base/_variables.scss
85
102
  - _sass/bootstrap/_accordion.scss
86
103
  - _sass/bootstrap/_alert.scss
87
104
  - _sass/bootstrap/_badge.scss
@@ -174,6 +191,7 @@ files:
174
191
  - _sass/bootstrap/mixins/_visually-hidden.scss
175
192
  - _sass/bootstrap/utilities/_api.scss
176
193
  - _sass/bootstrap/vendor/_rfs.scss
194
+ - assets/css/base/stylesheet.min.scss
177
195
  - assets/css/dataTables.bootstrap5.css
178
196
  - assets/css/dataTables.bootstrap5.min.css
179
197
  - assets/icons/android-chrome-192.png
@@ -185,6 +203,7 @@ files:
185
203
  - assets/icons/favicon.svg
186
204
  - assets/img/anaconda-symbolic.svg
187
205
  - assets/img/anaconda.svg
206
+ - assets/img/base/screenshot.svg
188
207
  - assets/img/centos-dynamicmsg-logo.svg
189
208
  - assets/img/centos-dynamicmsg-type.svg
190
209
  - assets/img/centos-dynamicmsg-whitelogo.svg