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 +4 -4
- data/_layouts/home.html +4 -3
- data/_sass/termina-plex/_layout.scss +5 -1
- data/_sass/termina-plex/_pages.scss +0 -1
- metadata +3 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f95e091cb9d43c139ad785522573914f4bca453c8ee824a444865864b273cdb9
|
4
|
+
data.tar.gz: 99957f1c619db43d3ecbe87c0d212a2b2d9ee366e40fe18324381fb52a77992f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
35
|
+
|
36
36
|
{%- if post.content.size > post.excerpt.size -%}
|
37
|
-
<
|
37
|
+
<p>
|
38
38
|
<a href="{{ post.url | relative_url }}">(Read more...)</a>
|
39
|
-
</
|
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:
|
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
|
}
|
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.
|
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:
|
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.
|
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: []
|