jekyll-theme-centos 2.0.8 → 2.0.9

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: 26f4adb97a721c999193752d6241ea938c5c4075f9224b79c2f51085c6f1fb7b
4
- data.tar.gz: 54111c08de26581d64e53a0b4b3b0f8cde222d920c5c026e2e85f23cc47ec3fa
3
+ metadata.gz: 29c900c119123f8971904845bdba7deb46d38f364cf3bbb6b2e9f1dfc0a8696e
4
+ data.tar.gz: f29ff30e9928b2fbba999a39445e2cd0843d376d99373079c229aaf7049510d0
5
5
  SHA512:
6
- metadata.gz: d7640f8449e3b6d03a70ba44d512fb0b8d511e57c633666ac5708b31bc4c9f8e233b1cc81416df165126a49c03267f1885aa13c53585cb3f2803e1a0db3b18e6
7
- data.tar.gz: fcdeb5aa6fc0e1a030051c733892616848430d7f5527b2da7d47342277f4234f078ef2dee46692dea4ce98823facf26c6178278b99598ba7972360666639ff57
6
+ metadata.gz: 4b24a6cc7d57c1872aabe52efc1b832f035a1547834afe079bf5627c75ef013c735c8e4bdf353abf84661d25aa93e59a665035275167d9c0ad6775cc320f3f28
7
+ data.tar.gz: 24e7e1ec8f526de06804a09ef50c850f4d2556123105abc6566bd9ab03c193f6fd24764c0744acac8bc8e35f44b38401f827ae7b1fdb907eacf25b3521b94303
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,9 +1,7 @@
1
1
  {% if page.layout == "home" %}
2
- {% include header/home.html %}
2
+ {% include home/header.html %}
3
3
  {% elsif page.layout == "blog" %}
4
- {% include header/blog.html %}
5
- {% elsif page.layout == "post" %}
6
- {% include header/post.html %}
4
+ {% include blog/header.html %}
7
5
  {% else %}
8
- {% include header/page.html %}
6
+ {% include default/header.html %}
9
7
  {% endif %}
@@ -1,5 +1,5 @@
1
1
  <div class="bg-dark py-5" style="background: url({{ site.baseurl }}/assets/img/centos-motif.png) right center / cover;">
2
- <div class="container text-white text-center">
2
+ <div class="container py-5 text-white text-center">
3
3
  <div class="row">
4
4
  <div class="col">
5
5
  <h1 class="display-1 fw-bold">{{ site.title }}</h1>
File without changes
@@ -22,4 +22,4 @@ $font-family-sans-serif: Montserrat, system-ui, -apple-system, "Segoe UI",
22
22
  $font-family-monospace: overpass-mono, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
23
23
  $headings-font-weight: 700;
24
24
  $line-height-base: 1.75;
25
- $headings-line-height: 1.85;
25
+ $headings-line-height: 2;
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.0.8
4
+ version: 2.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alain Reguera Delgado
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-23 00:00:00.000000000 Z
11
+ date: 2022-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -59,7 +59,15 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
+ - _includes/blog/header.html
62
63
  - _includes/breadcrumbs.html
64
+ - _includes/default/alert-danger.html
65
+ - _includes/default/alert-info.html
66
+ - _includes/default/alert-success.html
67
+ - _includes/default/alert-warning.html
68
+ - _includes/default/figure.html
69
+ - _includes/default/header.html
70
+ - _includes/default/video.html
63
71
  - _includes/download/cards-body-convert.html
64
72
  - _includes/download/cards-body-doc.html
65
73
  - _includes/download/cards-body-eol.html
@@ -75,9 +83,6 @@ files:
75
83
  - _includes/head-datatables.html
76
84
  - _includes/head.html
77
85
  - _includes/header.html
78
- - _includes/header/blog.html
79
- - _includes/header/page.html
80
- - _includes/header/post.html
81
86
  - _includes/home/distributions.html
82
87
  - _includes/home/header.html
83
88
  - _includes/home/news-and-events.html
@@ -85,14 +90,9 @@ files:
85
90
  - _includes/home/sponsors.html
86
91
  - _includes/hr.html
87
92
  - _includes/navbar.html
88
- - _includes/page/alert-danger.html
89
- - _includes/page/alert-info.html
90
- - _includes/page/alert-success.html
91
- - _includes/page/alert-warning.html
92
- - _includes/page/figure.html
93
- - _includes/page/video.html
94
93
  - _includes/post-nav-explorer.html
95
94
  - _includes/post-nav.html
95
+ - _includes/post/header.html
96
96
  - _includes/search.html
97
97
  - _includes/toc-accordion.html
98
98
  - _includes/toc.html