jekyll-theme-centos 0.6.5 → 0.6.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3ee411003adc36928233f6eb5fe4b6ef4c7f622f600922517b786edf0ce3067e
4
- data.tar.gz: 90b3f7f1d2032822a2b487c2096b4fc6ac4026bece0ac8307d728613bc864c30
3
+ metadata.gz: 839f62161cb8f80fd3a4c2b543f39ebcd9e0bee74ebf96d441563a6b34cb5a3a
4
+ data.tar.gz: 9da9860752dc413025482d346a864e87a55965af896a465c071d03fd4378d3b8
5
5
  SHA512:
6
- metadata.gz: ffd2dc794ae948c96a050b167d17c5747c1121558100b43ba06e685b028530d5b09e2d29b4715d2a0ec29863141263784e9a5ee1cc41e10e52686f913746c89b
7
- data.tar.gz: 2f88e36a305711cfa01c352b74a082ea9115025e125f47c46759a855814e57f87c75097f97de2c8a6bf5143063cc91da75e02dce28c16c0387e78bb576f6f859
6
+ metadata.gz: 65bd58dc83b94a6ecb6d415c7a16fe9a03fac78ebb5c0df0691152969a939e074eca44930145b245b8d9ff813a475f298d5e1d168b2319ff6e1b37d38a80adad
7
+ data.tar.gz: 5477f665836f62a0de6ce0b993dfd85cd899330d16bd35025ead5200225453858a7aaa52cfa8e3b3346616292338e87577053e8aac9d60fd0f833a1ac1751cbf
@@ -0,0 +1,13 @@
1
+ {% capture code %}```sh
2
+ {{ row["commands"] | lstrip }}
3
+ ```{% endcapture %}
4
+
5
+ <tr>
6
+ <td>
7
+ {% if row["commands"] != "" %}
8
+ {% include page/code-header.html icon="terminal" title="Terminal" %}
9
+ {{ code | markdownify }}
10
+ {% endif %}
11
+ </td>
12
+ </tr>
13
+
@@ -1,4 +1,7 @@
1
1
  <tr>
2
- <td>{% if row["date"] != "" %}{{ row['date'] | date_to_string: "ordinal", "US" }}{% endif %}
3
- {% if row["url"] != "" %}<a href="{{ row['url'] }}"><i class="fas fa-exclamation-circle"></i></a>{% endif %}</td>
2
+ <td>
3
+ {% if row["overview"] != "" %}{{ row['overview'] }} {% endif %}
4
+ {% if row["date"] != "" %}{{ row['date'] | date_to_string: "ordinal", "US" }} {% endif %}
5
+ {% if row["url"] != "" %}<a href="{{ row['url'] }}"><i class="fas fa-exclamation-circle"></i></a>{% endif %}
6
+ </td>
4
7
  </tr>
@@ -0,0 +1,9 @@
1
+ <table>
2
+ <thead>
3
+ <tr>
4
+ <th scope="col"><i class="fas fa-sync-alt"></i> {{ row["overview"] }}</th>
5
+ </tr>
6
+ </thead>
7
+ <tbody>
8
+
9
+
@@ -45,6 +45,13 @@
45
45
  {% include download/cards-body-eol.html %}
46
46
  {% endfor %}
47
47
  {% include download/cards-footer.html %}
48
+
49
+ {% for row in release[1].convert %}
50
+ {% include download/cards-header-convert.html %}
51
+ {% include download/cards-body-convert.html %}
52
+ {% include download/cards-footer.html %}
53
+ {% endfor %}
54
+
48
55
  </div>
49
56
  {% endfor %}
50
57
  </div>
@@ -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 %}
@@ -4,20 +4,20 @@
4
4
  {% else %}
5
5
  <div class="post__nav__explorer__newer--disabled">
6
6
  {% endif %}
7
- <a href="{{ page.previous.url }}"><button type="button" class="btn btn-primary" data-toggle="tooltip" data-placement="top" title="Previous Post - {{ page.previous.title }}"><i class="fas fa-arrow-left"></i></button></a>
7
+ <a href="{{ page.previous.url | remove:'index.html' }}"><button type="button" class="btn btn-primary" data-toggle="tooltip" data-placement="top" title="Previous Post - {{ page.previous.title }}"><i class="fas fa-arrow-left"></i></button></a>
8
8
  </div>
9
9
  {% include top.html %}
10
10
  <div class="post__nav_explorer__feeds">
11
11
  <a href="{{ "/feed.xml" | relative_url }}"><button type="button" class="btn btn-primary" data-toggle="tooltip" data-placement="top" title="RSS"><i class="fas fa-rss"></i></button></a>
12
12
  </div>
13
13
  <div class="post__nav__explorer__index">
14
- <a href="/{{ site.pagination.indexpage }}.html"><button type="button" class="btn btn-primary" data-toggle="tooltip" data-placement="top" title="Blog posts"><i class="fas fa-th"></i></button></a>
14
+ <a href="/news-and-events/"><button type="button" class="btn btn-primary" data-toggle="tooltip" data-placement="top" title="Blog posts"><i class="fas fa-th"></i></button></a>
15
15
  </div>
16
16
  {% if page.next.url %}
17
17
  <div class="post__nav__explorer__older">
18
18
  {% else %}
19
19
  <div class="post__nav__explorer__older--disabled">
20
20
  {% endif %}
21
- <a href="{{ page.next.url }}"><button type="button" class="btn btn-primary" data-toggle="tooltip" data-placement="top" title="Next Post - {{ page.next.title }}"><i class="fas fa-arrow-right"></i></button></a>
21
+ <a href="{{ page.next.url | remove:'index.html' }}"><button type="button" class="btn btn-primary" data-toggle="tooltip" data-placement="top" title="Next Post - {{ page.next.title }}"><i class="fas fa-arrow-right"></i></button></a>
22
22
  </div>
23
23
  </nav>
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
 
@@ -52,7 +52,6 @@
52
52
  &__content {
53
53
  @extend .col-sm-12;
54
54
  @include content;
55
- @include content-nav;
56
55
  }
57
56
  }
58
57
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos v0.6.5 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.6.10 (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.5
4
+ version: 0.6.10
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-17 00:00:00.000000000 Z
11
+ date: 2021-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -62,10 +62,12 @@ files:
62
62
  - LICENSE
63
63
  - README.md
64
64
  - _includes/breadcrumbs.html
65
+ - _includes/download/cards-body-convert.html
65
66
  - _includes/download/cards-body-doc.html
66
67
  - _includes/download/cards-body-eol.html
67
68
  - _includes/download/cards-body.html
68
69
  - _includes/download/cards-footer.html
70
+ - _includes/download/cards-header-convert.html
69
71
  - _includes/download/cards-header-doc.html
70
72
  - _includes/download/cards-header-eol.html
71
73
  - _includes/download/cards-header.html