termina-plex 1.0.5 → 1.0.7

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: 190a3574b70bef86ecb3528b201e4ccb5177ba6c7acb5a23b131beb34d5b6fbe
4
- data.tar.gz: '0220291c4e6d27171bbb0782110e6d29cadc2e1da2ebafcaf59332f3dd8c5e8e'
3
+ metadata.gz: f95e091cb9d43c139ad785522573914f4bca453c8ee824a444865864b273cdb9
4
+ data.tar.gz: 99957f1c619db43d3ecbe87c0d212a2b2d9ee366e40fe18324381fb52a77992f
5
5
  SHA512:
6
- metadata.gz: 73c4fecfc970e211c9d75f958f4a540404cb9325583f178372f35204dec88eb78cb89101b32c8db4f4f2fd5ce3272ddcb9b5e0df4a13c5c0d853495397c59be4
7
- data.tar.gz: 67e63048f090ee0586f4a921390d33a985bbab8a86f3930ee6016a56d17544359e3a1848b291456174962cd280d810af3b7549bc8ba61d32acdd03452ff2a23d
6
+ metadata.gz: 58956d819ec8874effe6233c7f8dda747a1b63bb416f6240fd2adf8e1957a668a81606519839687bd6540eef275947e86d00dd88530eb78fde57be9dbb518261
7
+ data.tar.gz: 5cc1d1cc88346070f4eb198f9600cb8a368b79d5b055b07cb9ffee2f6c32f7960b39bf3dcdd58dbcd41e62d736a23c35ffabda0f586d107bb024bb225b13f00b
data/_layouts/home.html CHANGED
@@ -32,12 +32,13 @@ layout: base
32
32
  {%- if site.show_excerpts -%}
33
33
  <div class="postExcerpt">
34
34
  {{ post.excerpt }}
35
- </div>
35
+
36
36
  {%- if post.content.size > post.excerpt.size -%}
37
- <div>
37
+ <p>
38
38
  <a href="{{ post.url | relative_url }}">(Read more...)</a>
39
- </div>
39
+ </p>
40
40
  {%- endif -%}
41
+ </div>
41
42
  {%- endif -%}
42
43
  </div>
43
44
  {%- endfor -%}
@@ -284,7 +284,7 @@ div#theme-toggle {
284
284
  }
285
285
 
286
286
  .postsEntries .postInfo {
287
- padding-bottom: 1rem;
287
+ padding-bottom: 0;
288
288
  }
289
289
 
290
290
  .postInfo:last-of-type {
@@ -292,6 +292,10 @@ div#theme-toggle {
292
292
  padding-bottom: 2rem;
293
293
  }
294
294
 
295
+ .postsEntries .postInfo:last-of-type {
296
+ padding-bottom: 1rem;
297
+ }
298
+
295
299
  .postDate {
296
300
  color: var(--text-color);
297
301
  }
@@ -119,7 +119,6 @@ dl {
119
119
 
120
120
  dt {
121
121
  grid-column-start: 1;
122
- text-transform: lowercase;
123
122
  }
124
123
 
125
124
  dd {
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: termina-plex
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Linh Pham
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-11-24 00:00:00.000000000 Z
10
+ date: 2025-01-03 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: jekyll
@@ -92,7 +91,6 @@ dependencies:
92
91
  - - "~>"
93
92
  - !ruby/object:Gem::Version
94
93
  version: '2.0'
95
- description:
96
94
  email:
97
95
  - hello@linh.social
98
96
  executables: []
@@ -282,7 +280,6 @@ licenses:
282
280
  - MIT
283
281
  metadata:
284
282
  plugin_type: theme
285
- post_install_message:
286
283
  rdoc_options: []
287
284
  require_paths:
288
285
  - lib
@@ -297,8 +294,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
297
294
  - !ruby/object:Gem::Version
298
295
  version: '0'
299
296
  requirements: []
300
- rubygems_version: 3.5.20
301
- signing_key:
297
+ rubygems_version: 3.6.2
302
298
  specification_version: 4
303
299
  summary: Jekyll theme based on Minima with inspirations from the Hugo theme Nightfall.
304
300
  test_files: []