jekyll-theme-centos 0.1.19 → 0.1.24

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: d5d14988b3dbefce1c7bbd32fa264355d5973d126f14db1e8ca7c22d24505916
4
- data.tar.gz: e053e96d20a970ac5ad781ef6032f27fad27fde25ac201de1ad7d9c86e4b4657
3
+ metadata.gz: 5d2eda0b2216405d012c584e71933a7712cd5b1162b58000ab31c51e1c8b85cb
4
+ data.tar.gz: b75c2aa13f17420e104d9894b37f88c32ef7f542d16becafbcfd5afed07250c9
5
5
  SHA512:
6
- metadata.gz: 67b27fc89a9bd7910f4f11038cc2c5dbc344feb5a5172831427499928511e5071a755eb8646d86a3355c1a40caa370173fc191b31eb10da65f4df4c262c92f45
7
- data.tar.gz: 599431c45834a1a6d82386ece4ede64bc112cc44ec6c23239935b0d66d63eb0bb6e23fac03e8c7cb4c2bfb2c3ae0dff326b6f11535f755dc72ab7dd99ea04e32
6
+ metadata.gz: b75559f6bbced00b96cadd7cd85946fc04b1c2cf7f84693df1a6ba4034eea7cf32f263085f8a6413d08fa2efe95d531a9428c42c5c914940d5b095a0086566a5
7
+ data.tar.gz: f172bb67abe86e00831f63abf3f1842912fa14481cfd6aa4ef832be894f3ec0bdf6efb2368d4f0e05d22a0bbcc8bc462e9e5f47d1510f9141cce0302f2f6606b
@@ -3,10 +3,8 @@
3
3
  <h2><i class="fas fa-calendar-alt"></i> News and events</h2>
4
4
  </header>
5
5
 
6
- {% assign news = site.posts | where: "category", "news" %}
7
- {% assign events = site.posts | where: "category", "events" %}
8
- {% assign news_and_events = news | concat: events %}
9
- {% for i in news_and_events limit:3 %}
6
+ {% assign blog_posts = site.posts | where: "category", "blog" %}
7
+ {% for i in blog_posts limit:3 %}
10
8
  <div class="row">
11
9
  <div class="col">
12
10
  <h4>{{ i.title }}</h4>
@@ -1,7 +1,7 @@
1
1
  <table>
2
2
  <thead>
3
3
  <tr>
4
- <th><i class="fas fa-compact-disc"></i> ISO</th>
4
+ <th><i class="fas fa-microchip"></i> Architectures</th>
5
5
  <th><i class="fas fa-cubes"></i> Packages</th>
6
6
  <th><i class="fas fa-plus-circle"></i> Others</th>
7
7
  </tr>
@@ -95,10 +95,10 @@
95
95
  {% endif %}{% endcapture %}
96
96
 
97
97
  {% if my_toc != "" %}
98
- <section class="toc">
99
98
  <header>
100
99
  <h6>Contents:</h6>
101
100
  </header>
101
+ <section class="toc">
102
102
 
103
103
  {% assign tocWorkspace = '' %}{{ my_toc | markdownify | strip }}
104
104
  </section>
@@ -8,3 +8,7 @@
8
8
  margin-bottom: 0;
9
9
  }
10
10
  }
11
+
12
+ .nav-tabs {
13
+ margin-bottom: 0 !important;
14
+ }
@@ -163,7 +163,7 @@
163
163
  @extend .container;
164
164
  @extend .col-lg-4;
165
165
  font-size: small;
166
- @include media-breakpoint-up(md) {
166
+ @include media-breakpoint-up(lg) {
167
167
  align-self: start;
168
168
  position: sticky;
169
169
  top: 90px;
@@ -171,7 +171,7 @@
171
171
 
172
172
  .toc {
173
173
  @include page-toc;
174
- @include media-breakpoint-up(md) {
174
+ @include media-breakpoint-up(lg) {
175
175
  display: flex;
176
176
  flex-direction: column;
177
177
  max-height: 75vh;
@@ -210,6 +210,7 @@
210
210
  }
211
211
  .card {
212
212
  margin: 1em;
213
+ margin-left: 0;
213
214
  border: none;
214
215
  }
215
216
  img {
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.1.19
4
+ version: 0.1.24
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: 2020-12-21 00:00:00.000000000 Z
11
+ date: 2020-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll