jekyll-theme-centos 0.6.8 → 0.6.13

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: 8e2f2a6a60366c2fd7a438191fbcbf8bf74f09642622d93270fb2ccc60e4bbef
4
- data.tar.gz: 28fbaefcf2b79d816daa38f1bc22651483977d034bf7774c391f6b6d979aa269
3
+ metadata.gz: 134cd4db8b97b5e95fa0bcda8358b0c8c5690f26e8c24d04cdcb21439411fc5f
4
+ data.tar.gz: a9f2948428b73419b56d1b49dba64b1e57ee3134dacfab45d9d7abae4461d21c
5
5
  SHA512:
6
- metadata.gz: fc48654b00c5c7872724fafa7529e6f1e4cca65b84227e03a9a1523a21e7bb445828496195b3ec0c8e25a3610a052139605cf2835e4258a64f3bd450b0c0b0fa
7
- data.tar.gz: b6d87d548c3f52b0af77f64259a38824f05f3d14cb3de67fd4a044792d43dd7e4d5ee34b1c1067b6bce4540a71b8bb1ea81300543264bb74eb1057daa66ef4fe
6
+ metadata.gz: 78fcadb72287005b9395ffbb9b6c19f068bfbef19da644df0975e149e1485546f780ed9d71d75f4520a421d877a199a642de18545d2d511d8e2bf9720817b391
7
+ data.tar.gz: ec02d16777eb3233c919970440f59f1c9430840b1aeddaf690c6300e4ea8b219fdfd66874f13c0c2cdc60695a325d1564627df4cf5c5f4d01fc368c1fafb234f
@@ -4,7 +4,7 @@
4
4
 
5
5
  <ul>
6
6
  {% assign blog_posts = site.posts | where: "category", "news-and-events" %}
7
- {% for i in blog_posts limit:4 %}
7
+ {% for i in blog_posts limit:5 %}
8
8
  {%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
9
9
  <li><a href="{{ i.url }}">{{ i.title }}</a><br>{{ i.date | date: date_format }} &mdash; {{ i.excerpt | strip_html }}</li>
10
10
  {% endfor %}
@@ -4,7 +4,7 @@
4
4
 
5
5
  <ul>
6
6
  {% assign entries = site.data.centos.planet %}
7
- {% for i in entries limit:8 %}
7
+ {% for i in entries limit:5 %}
8
8
  {%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
9
9
  <li><a href="{{ i.link }}">{{ i.title }}</a><br>{{ i.published | date: date_format }} &mdash; {{ i.summary | strip_html | slice: 0,150 }}...</li>
10
10
  {% endfor %}
data/_layouts/home.html CHANGED
@@ -13,17 +13,13 @@
13
13
  <div class="row">
14
14
  <div class="col-sm-12 col-lg-8">
15
15
  {% include home/news-and-events.html %}
16
+ {% include home/planet.html -%}
16
17
  </div>
17
18
  <div class="col-sm-12 col-lg-4">
18
19
  {% include home/distributions.html -%}
19
20
  {% include home/sponsors.html %}
20
21
  </div>
21
22
  </div>
22
- <div class="row">
23
- <div class="col-sm-12">
24
- {% include home/planet.html -%}
25
- </div>
26
- </div>
27
23
  </div>
28
24
  </main>
29
25
 
@@ -45,6 +45,22 @@
45
45
  }
46
46
  }
47
47
 
48
+ .sponsor {
49
+ @extend .col;
50
+ @extend %-margin;
51
+ display: flex;
52
+ justify-content: space-between;
53
+ flex-direction: row;
54
+ &__message {
55
+ }
56
+ &__logo {
57
+ img {
58
+ padding: 15px;
59
+ background-color: $white;
60
+ }
61
+ }
62
+ }
63
+
48
64
  .copyright {
49
65
  @extend .col;
50
66
  @extend %-margin;
@@ -52,6 +52,51 @@
52
52
  &__content {
53
53
  @extend .col-sm-12;
54
54
  @include content;
55
+ &__autoindex {
56
+ // The autoindex is not directly used by website content but by external
57
+ // sites (e.g., mirror.centos.org, people.centos.org and all the
58
+ // user-specific pages under it.
59
+ &__list {
60
+ padding-bottom: $paragraph-margin-bottom;
61
+ border-bottom: 1px solid lightgray;
62
+ }
63
+ img {
64
+ width: auto;
65
+ }
66
+ pre {
67
+ background: none;
68
+ border: none;
69
+ max-height: none;
70
+ overflow-y: hidden;
71
+ padding: 0;
72
+ }
73
+ }
74
+
75
+ &__mailman {
76
+ &__listinfo {
77
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td
78
+ &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td,
79
+ &> address:nth-child(6) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td {
80
+ background-color: $white;
81
+ border: none;
82
+ }
83
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) {
84
+ @extend .h3;
85
+ }
86
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td {
87
+ border: none;
88
+ }
89
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) {
90
+ display: none;
91
+ }
92
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) {
93
+ @extend .text-white, .bg-dark;
94
+ }
95
+ img {
96
+ width: auto;
97
+ }
98
+ }
99
+ }
55
100
  }
56
101
  }
57
102
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos v0.6.8 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.6.13 (https://gitlab.com/areguera/jekyll-theme-centos/)
3
3
  * Copyright 2020-2021 Alain Reguera Delgado
4
4
  * Licensed under MIT (https://gitlab.com/areguera/jekyll-theme-centos/-/blob/master/LICENSE)
5
5
  */
@@ -1,5 +1,6 @@
1
1
  @mixin aside-nav {
2
2
  font-size: small;
3
+ width: 100%;
3
4
  margin-top: 15px;
4
5
  margin-left: 15px;
5
6
  margin-bottom: $paragraph-margin-bottom;
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: 0.6.8
4
+ version: 0.6.13
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: 2021-05-23 00:00:00.000000000 Z
11
+ date: 2021-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll