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

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: d0dd4a80b9e366cd768bc414f9d28e3d76b2d854f8f97bef5aafa07a55464b01
4
+ data.tar.gz: 38f76b7f8d3801a1891f896a3d1d77acac68c1a58a609e68d35c1d2f30bc9b8f
5
5
  SHA512:
6
- metadata.gz: 92a02543022addecdb38db1ff1db2002d88484862c640da60d816861d3b8cb33b70eb4b57a1b24b12d261d068219f9c01d6c1f7444d3d70c4a79b23d00d39624
7
- data.tar.gz: 4e6943f3c4c252e7f51bf0fc29b27c5cbc8844eee3979b343d42257295c18c0b1820f18087953a13ae98cd9148d92866a7aa84291e294b9fc0c80a6f3722c135
6
+ metadata.gz: a9c3a196afe3ec6a0c69ff4f3276e235f25541017e16a8074f51b73d7be3efd8c6639dd9f1f5c392692b64726c0790a71eebf9a7ebe872126d9c2a00d9b0b808
7
+ data.tar.gz: bbfbf31fc5fe874f6171680bbf2e403d9c7fe7953c972462433d824122dbcdecc754008996a94fa912d5b9c6bf0bc503ee7b6bb67a58b73e2d703018e834cefa
@@ -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: []
@@ -4,7 +4,7 @@
4
4
  <div class="row justify-content-between">
5
5
  {% assign sections = site.data.centos.navbar | where: "visible_on", "footer" %}
6
6
  {% for section in sections -%}
7
- <div class="col-sm-12 col-lg-3 mt-5">
7
+ <div class="col-sm-12 col-lg-2 mt-5">
8
8
  <h6 class="text-uppercase fw-bold">{{ section.name }}</h6>
9
9
  <ul class="nav flex-column">
10
10
  {% for item in section.menu -%}
@@ -14,8 +14,8 @@
14
14
  </div>
15
15
  {% endfor %}
16
16
 
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>
17
+ <div class="col-sm-12 col-lg-6 bg-primary p-5 mt-5">
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.82
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