jekyll-theme-centos 2.27.0 → 2.29.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_config.yml +33 -25
- data/_data/base/copyright.yml +12 -0
- data/_data/base/navbar.yml +0 -4
- data/_data/base/social.yml +22 -0
- data/_includes/base/copyright.html +12 -0
- data/_includes/base/finale.html +17 -0
- data/_includes/base/head.html +8 -6
- data/_includes/base/header.html +7 -5
- data/_includes/base/navbar.html +3 -3
- data/_includes/base/script.html +20 -8
- data/_includes/base/shortcuts.html +27 -0
- data/_includes/base/toc-accordion.html +2 -2
- data/_layouts/base/default.html +54 -20
- data/_sass/base/_customization.scss +44 -32
- data/_sass/base/_variables.scss +36 -19
- data/assets/css/base/stylesheet.min.scss +1 -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/img/base/screenshot-base-default-layout.png +0 -0
- data/assets/img/base/screenshot.svg +801 -98
- metadata +9 -8
- data/_data/base/footer.yml +0 -32
- data/_data/base/identity.yml +0 -20
- data/_data/base/navbar_absolute.yml +0 -74
- data/_data/base/navbar_www.yml +0 -74
- data/_includes/base/footer.html +0 -61
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.
|
4
|
+
version: 2.29.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ReleaseBot
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-08-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -40,17 +40,15 @@ dependencies:
|
|
40
40
|
version: 2.4.0
|
41
41
|
description:
|
42
42
|
email:
|
43
|
-
-
|
43
|
+
- group_59038887_bot_4dbc771fa29dbc38e60da161f7b08133@noreply.gitlab.com
|
44
44
|
executables: []
|
45
45
|
extensions: []
|
46
46
|
extra_rdoc_files: []
|
47
47
|
files:
|
48
48
|
- _config.yml
|
49
|
-
- _data/base/
|
50
|
-
- _data/base/identity.yml
|
49
|
+
- _data/base/copyright.yml
|
51
50
|
- _data/base/navbar.yml
|
52
|
-
- _data/base/
|
53
|
-
- _data/base/navbar_www.yml
|
51
|
+
- _data/base/social.yml
|
54
52
|
- _data/download/cards.yml
|
55
53
|
- _data/download/navbar.yml
|
56
54
|
- _data/people/navbar.yml
|
@@ -58,11 +56,13 @@ files:
|
|
58
56
|
- _data/sponsors/navbar.yml
|
59
57
|
- _includes/base/announcements.html
|
60
58
|
- _includes/base/breadcrumbs.html
|
61
|
-
- _includes/base/
|
59
|
+
- _includes/base/copyright.html
|
60
|
+
- _includes/base/finale.html
|
62
61
|
- _includes/base/head.html
|
63
62
|
- _includes/base/header.html
|
64
63
|
- _includes/base/navbar.html
|
65
64
|
- _includes/base/script.html
|
65
|
+
- _includes/base/shortcuts.html
|
66
66
|
- _includes/base/toc-accordion.html
|
67
67
|
- _includes/base/toc.html
|
68
68
|
- _includes/download/cards-body-convert.html
|
@@ -210,6 +210,7 @@ files:
|
|
210
210
|
- assets/icons/favicon.svg
|
211
211
|
- assets/img/anaconda-symbolic.svg
|
212
212
|
- assets/img/anaconda.svg
|
213
|
+
- assets/img/base/screenshot-base-default-layout.png
|
213
214
|
- assets/img/base/screenshot.svg
|
214
215
|
- assets/img/centos-dynamicmsg-logo.svg
|
215
216
|
- assets/img/centos-dynamicmsg-type.svg
|
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: "https://www.centos.org/legal"
|
29
|
-
- text: "Privacy"
|
30
|
-
link: "https://www.centos.org/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"
|
@@ -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/_includes/base/footer.html
DELETED
@@ -1,61 +0,0 @@
|
|
1
|
-
{% assign navbar = site.data[site.navbar_data_dirname][site.navbar_data_filename] %}
|
2
|
-
<footer class="footer small bg-dark text-light">
|
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-primary 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 ©</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="{{ item.link }}">{{ item.text }}</a>
|
55
|
-
</span>
|
56
|
-
{% endfor %}
|
57
|
-
</div>
|
58
|
-
</div>
|
59
|
-
|
60
|
-
</div>
|
61
|
-
</footer>
|