jekyll-theme-centos 0.6.5 → 0.6.6

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: 3ee411003adc36928233f6eb5fe4b6ef4c7f622f600922517b786edf0ce3067e
4
- data.tar.gz: 90b3f7f1d2032822a2b487c2096b4fc6ac4026bece0ac8307d728613bc864c30
3
+ metadata.gz: 83bd157a73640d2d1e738562011f7d2c88ce95b09f6e19e2a6632f319a04aefa
4
+ data.tar.gz: f4643aefa68469355a0dfd343a081e58295d5a7e88393069cdf0c2f0b018ac27
5
5
  SHA512:
6
- metadata.gz: ffd2dc794ae948c96a050b167d17c5747c1121558100b43ba06e685b028530d5b09e2d29b4715d2a0ec29863141263784e9a5ee1cc41e10e52686f913746c89b
7
- data.tar.gz: 2f88e36a305711cfa01c352b74a082ea9115025e125f47c46759a855814e57f87c75097f97de2c8a6bf5143063cc91da75e02dce28c16c0387e78bb576f6f859
6
+ metadata.gz: d720f270ec50394efd0adc705180f125f90676eb94c8bdd6bf5a40d367c3f59b2316d0fe17c3e7b0eaebe0d1bf9629d7f7a1440c1038ba5a1fa9af10716b453d
7
+ data.tar.gz: 533da808a149bad940ef168abd1f2eac23e13e1a10dae0dfe6cfbc3d1a35f7ecfa4d9d819edc4d2c9ce8fc2044b1cdc68d6b2ce2bf9fcc54bd5289260ef88287
@@ -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>
@@ -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.6 (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
  */
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.6
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-22 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