jekyll-theme-centos 2.3.0.beta.80 → 2.3.0.beta.81

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 17ba08053cea667895a3c0b0ddbe2212aa7101055267374f894f7254c396835a
4
- data.tar.gz: f748fc76c4d82c52a61ba9e3188da1b5639916d0d79747c62d7946326e1c3ee8
3
+ metadata.gz: 50e56404465b653b9c8c17b69701252ddefa11a4492dffe0da68603eb0a9b3fb
4
+ data.tar.gz: 5508c34e61e2fcd0ef53dfd495ef3dc1308c1f5cce8ee4b3a03ddb1aee04b8b5
5
5
  SHA512:
6
- metadata.gz: 92a02543022addecdb38db1ff1db2002d88484862c640da60d816861d3b8cb33b70eb4b57a1b24b12d261d068219f9c01d6c1f7444d3d70c4a79b23d00d39624
7
- data.tar.gz: 4e6943f3c4c252e7f51bf0fc29b27c5cbc8844eee3979b343d42257295c18c0b1820f18087953a13ae98cd9148d92866a7aa84291e294b9fc0c80a6f3722c135
6
+ metadata.gz: b2b9bb28c7522e94a23dc8d684ee7b24dba6fd76201310b4b2846aee6ab78470d0e6fe41a220d7ecfac47a11a5226b26f61cc6d3de1045d8e2f4833fbda320d4
7
+ data.tar.gz: 6600effc66d2db6a5bf5fe97d6cb1d4f4ee0398f08791a589676db8abb4de19a62b91df6fe44523b3a714501ed2e4a9e22e5a0435788c744ba857b0cc27fe0c8
@@ -3,18 +3,16 @@
3
3
  # site.data.centos.identity - Control the site branding (corporate visual
4
4
  # identity) information.
5
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.
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: "https://www.dev.centos.org"
13
- navbar: "https://www.dev.centos.org/assets/img/centos-whitelogo.svg"
14
- footer: "https://www.dev.centos.org/assets/img/centos-logo.svg"
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: "https://www.dev.centos.org/assets/img/centos-symbol.svg"
16
+ image: "assets/img/centos-symbol.svg"
19
17
  motif:
20
- image: "https://www.dev.centos.org/assets/img/centos-motif.png"
18
+ image: "assets/img/centos-motif.png"
@@ -4,7 +4,7 @@
4
4
  #
5
5
  - name: "Download"
6
6
  icon: "fas fa-download"
7
- link: "https://www.dev.centos.org/download"
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: "https://www.dev.centos.org/about"
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: "https://www.dev.centos.org/variants"
21
+ link: "/variants"
22
22
  - name: "Governance"
23
- link: "https://www.dev.centos.org/about/governance"
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: "https://www.dev.centos.org/forums/"
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: "https://www.dev.centos.org/community/calendar/"
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: "https://www.dev.centos.org/keys"
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: "https://www.dev.centos.org/search"
69
+ link: "/search"
70
70
  menu: []
71
71
  visible_on: []
@@ -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.data.centos.identity.title }}</h4>
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.80
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-29 00:00:00.000000000 Z
11
+ date: 2023-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll