jekyll-dash 1.3.3 → 1.3.4

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: e78ddffecf2849aa7c15c3e50a1798457e5691c4c6eee2ab384cce29c0a56aaa
4
- data.tar.gz: 15050842dff1cccc09c5334fb3f282c6d8a72650e167fe1fb58e2c45c3d30f25
3
+ metadata.gz: 076ebeba1856c2e67b9335c861a3e3703be901f642adf07a32bfa7f6b38c535f
4
+ data.tar.gz: b2b199bf7876a1e0064c080367c01cf1af09d3ce538a3b563dca92fd0ebaa25f
5
5
  SHA512:
6
- metadata.gz: 2427cb4710a2da44746b116cb81079b50d6949997900b836fc58dbd67d92f8b118eefcb5201e187ee4aedeac909b2c9ddedc1f1f547e189cef458e4973dc4fbe
7
- data.tar.gz: 04e5eb0a4a9f9d67106010baf32321ee6d7ad8433eb3b95c571e970f84c97999e40e75701720224634a1c3b69d41dbc8b86ac250079ea7aee469ca563fc583c9
6
+ metadata.gz: 1875923346d684204e9ac255786b9d029ce60bbf992484bdf73e221450d35852f281ab4411dc6c29b6e819a005f05debacb813600626d14ce9ae77caac8508f7
7
+ data.tar.gz: bebbfed3f7ce2b5c35f7bfeff5fba5f861facc8d5188d426c0973a8e01269e197abcbe9536f3ef4074e6b17d819a0f70d4ce3c5591f2fa43eb4db0b025e7dc33
data/README.md CHANGED
@@ -53,7 +53,7 @@ dash:
53
53
  date_format: "%b %-d, %Y"
54
54
 
55
55
  disqus:
56
- shortname: <your-discuss-shortname>
56
+ shortname: <your-disqus-shortname>
57
57
 
58
58
  # generate social links in footer
59
59
  # supported colors: green, red, orange, blue, cyan, pink, teal, yellow, indigo, purple
@@ -67,6 +67,8 @@ dash:
67
67
  - url: https://github.com/bitbrain
68
68
  icon: github-square
69
69
  color: purple
70
+
71
+ show_author: true
70
72
  ```
71
73
  ## Using this theme directly on Github Pages
72
74
 
data/_layouts/home.html CHANGED
@@ -1,7 +1,9 @@
1
1
  ---
2
2
  layout: default
3
3
  ---
4
- {% include author.html %}
4
+ {% unless site.dash.show_author == false %}
5
+ {% include author.html %}
6
+ {% endunless %}
5
7
  {% assign posts_count = paginator.posts | size %}
6
8
  {% if posts_count > 0 %}
7
9
  <h1>recent articles</h1>
data/_layouts/post.html CHANGED
@@ -1,7 +1,9 @@
1
1
  ---
2
2
  layout: default
3
3
  ---
4
- {% include author.html %}
4
+ {% unless site.dash.show_author == false %}
5
+ {% include author.html %}
6
+ {% endunless %}
5
7
  <div class="post">
6
8
  <h1 class="post-title">{{ page.title }}</h1>
7
9
  {% if site.plugins contains "jekyll/tagging" %}
@@ -1,7 +1,9 @@
1
1
  ---
2
2
  layout: default
3
3
  ---
4
- {% include author.html %}
4
+ {% unless site.dash.show_author == false %}
5
+ {% include author.html %}
6
+ {% endunless %}
5
7
  <h1 class="post-title">articles tagged with <a class="tag" href="/tag/{{ page.tag }}/">{{ page.tag }}</a></h1>
6
8
  <div class="post-links">
7
9
  {% for post in site.posts %}
@@ -200,6 +200,8 @@
200
200
  & > .post-link {
201
201
  font-size: $base-font-size;
202
202
  font-size: $post-link-font-size;
203
+ display: inline-block;
204
+ text-align: initial;
203
205
  }
204
206
 
205
207
  & > .post-meta {
@@ -215,7 +217,7 @@
215
217
  text-align: left;
216
218
  & > a {
217
219
  display: inline-block;
218
- margin-bottom: 1em;
220
+ margin: 0.3em 0.3em 0.3em 0;
219
221
  }
220
222
  }
221
223
 
@@ -241,9 +243,15 @@
241
243
  }
242
244
  }
243
245
 
246
+ .tag {
247
+ display: inline-block;
248
+ margin: 0.3em 0.3em 0.3em 0;
249
+ }
250
+
244
251
  .post-tags {
245
252
  margin-top: 0.3em;
246
253
  margin-bottom: 0.5em;
254
+ text-align: initial;
247
255
  }
248
256
 
249
257
  .credits {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-dash
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Gonzalez Sanchez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-15 00:00:00.000000000 Z
11
+ date: 2020-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll