jekyll-theme-centos 2.3.0.beta.80 → 2.3.0.beta.81
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/centos/identity.yml +7 -9
- data/_data/centos/navbar.yml +8 -8
- data/_includes/footer.html +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 50e56404465b653b9c8c17b69701252ddefa11a4492dffe0da68603eb0a9b3fb
|
|
4
|
+
data.tar.gz: 5508c34e61e2fcd0ef53dfd495ef3dc1308c1f5cce8ee4b3a03ddb1aee04b8b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b2b9bb28c7522e94a23dc8d684ee7b24dba6fd76201310b4b2846aee6ab78470d0e6fe41a220d7ecfac47a11a5226b26f61cc6d3de1045d8e2f4833fbda320d4
|
|
7
|
+
data.tar.gz: 6600effc66d2db6a5bf5fe97d6cb1d4f4ee0398f08791a589676db8abb4de19a62b91df6fe44523b3a714501ed2e4a9e22e5a0435788c744ba857b0cc27fe0c8
|
data/_data/centos/identity.yml
CHANGED
|
@@ -3,18 +3,16 @@
|
|
|
3
3
|
# site.data.centos.identity - Control the site branding (corporate visual
|
|
4
4
|
# identity) information.
|
|
5
5
|
#
|
|
6
|
-
title: "
|
|
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.
|
|
6
|
+
title: "jekyll-theme-centos-utils"
|
|
7
|
+
description: "Jekyll HTML templates and YAML data definition reusable across all CentOS websites."
|
|
10
8
|
|
|
11
9
|
logo:
|
|
12
|
-
link: "
|
|
13
|
-
navbar: "
|
|
14
|
-
footer: "
|
|
10
|
+
link: ""
|
|
11
|
+
navbar: "assets/img/centos-whitelogo.svg"
|
|
12
|
+
footer: "assets/img/centos-logo.svg"
|
|
15
13
|
manifestation: ""
|
|
16
14
|
symbol:
|
|
17
15
|
link: ""
|
|
18
|
-
image: "
|
|
16
|
+
image: "assets/img/centos-symbol.svg"
|
|
19
17
|
motif:
|
|
20
|
-
image: "
|
|
18
|
+
image: "assets/img/centos-motif.png"
|
data/_data/centos/navbar.yml
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
#
|
|
5
5
|
- name: "Download"
|
|
6
6
|
icon: "fas fa-download"
|
|
7
|
-
link: "
|
|
7
|
+
link: "/download"
|
|
8
8
|
menu: []
|
|
9
9
|
visible_on: ["navbar"]
|
|
10
10
|
- name: "About"
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
link: "#"
|
|
13
13
|
menu:
|
|
14
14
|
- name: "About CentOS"
|
|
15
|
-
link: "
|
|
15
|
+
link: "/about"
|
|
16
16
|
- name: "Frequently Asked Questions (FAQs)"
|
|
17
17
|
link: "https://wiki.centos.org/FAQ"
|
|
18
18
|
- name: "Special Interest Groups (SIGs)"
|
|
19
19
|
link: "https://wiki.centos.org/SpecialInterestGroups"
|
|
20
20
|
- name: "CentOS Variants"
|
|
21
|
-
link: "
|
|
21
|
+
link: "/variants"
|
|
22
22
|
- name: "Governance"
|
|
23
|
-
link: "
|
|
23
|
+
link: "/about/governance"
|
|
24
24
|
visible_on: ["navbar", "footer"]
|
|
25
25
|
- name: "Community"
|
|
26
26
|
icon: "fas fa-users"
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
link: "https://wiki.centos.org/Contribute"
|
|
31
31
|
icon: "fas fa-hands-helping"
|
|
32
32
|
- name: "Forums"
|
|
33
|
-
link: "
|
|
33
|
+
link: "/forums/"
|
|
34
34
|
icon: "fas fa-comments"
|
|
35
35
|
- name: "Mailing Lists"
|
|
36
36
|
link: "https://wiki.centos.org/GettingHelp/ListInfo"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
link: "https://wiki.centos.org/irc"
|
|
40
40
|
icon: "fas fa-hashtag"
|
|
41
41
|
- name: "Calendar & IRC Meeting List"
|
|
42
|
-
link: "
|
|
42
|
+
link: "/community/calendar/"
|
|
43
43
|
icon: "fas fa-calendar-alt"
|
|
44
44
|
- name: "Planet"
|
|
45
45
|
link: "http://planet.centos.org/"
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
- name: "Manuals"
|
|
58
58
|
link: "https://docs.centos.org/"
|
|
59
59
|
- name: "GPG Key Info"
|
|
60
|
-
link: "
|
|
60
|
+
link: "/keys"
|
|
61
61
|
visible_on: ["navbar", "footer"]
|
|
62
62
|
- name: "Help"
|
|
63
63
|
icon: "fas fa-life-ring"
|
|
@@ -66,6 +66,6 @@
|
|
|
66
66
|
visible_on: ["navbar"]
|
|
67
67
|
- name: "Search"
|
|
68
68
|
icon: "fas fa-search"
|
|
69
|
-
link: "
|
|
69
|
+
link: "/search"
|
|
70
70
|
menu: []
|
|
71
71
|
visible_on: []
|
data/_includes/footer.html
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
{% endfor %}
|
|
16
16
|
|
|
17
17
|
<div class="col-sm-12 col-lg-3 bg-primary p-5 mt-5">
|
|
18
|
-
<h4 class="fw-bold">{{ site.
|
|
18
|
+
<h4 class="fw-bold">{{ site.title }}</h4>
|
|
19
19
|
<p class="mb-3 pb-3 border-bottom border-secondary border-5">{{ site.description }}</p>
|
|
20
20
|
<ul class="nav list-unstyled d-flex">
|
|
21
21
|
{% for item in site.data.centos.footer.social -%}
|
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.3.0.beta.
|
|
4
|
+
version: 2.3.0.beta.81
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Release
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-04-
|
|
11
|
+
date: 2023-04-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|