jekyll-theme-schatten 1.1.1 → 1.1.3
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/_includes/post-preview.html +6 -1
- data/_sass/_archive.scss +1 -1
- data/_sass/_base.scss +9 -0
- data/_sass/_code.scss +2 -0
- data/_sass/_dark-mode.scss +4 -0
- data/_sass/_mobile.scss +8 -0
- data/_sass/_navbar.scss +1 -0
- data/_sass/_post.scss +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 83613ed88b9161641b0f2c5ad02b8754d5cf28bdcd14d13e9102a559683bb468
|
|
4
|
+
data.tar.gz: 513f3720ca2a85bee2aeca1f9d53ecd9f147c92e46e6aa191c4fd767f1f7a220
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 12d63213328288a3be527dc13099e39e6c68ccff7ab612aadae26f5fb2e2f20ffb0eb8b9c334bb5bb1de694e43639b5c98552348fc9aa6c9be0db69cfd078efb
|
|
7
|
+
data.tar.gz: 8ea2e93e5f17c585b50e0316e82436b2a415b693254b4433180eac3113b058d69ab875227a17337ad52b02f27e9909a16468d68ac87f91b88ac8f9055a32b8af
|
data/_includes/post-preview.html
CHANGED
|
@@ -14,7 +14,12 @@
|
|
|
14
14
|
</div>
|
|
15
15
|
{% if post.image %}
|
|
16
16
|
<div class="post-image-preview">
|
|
17
|
-
|
|
17
|
+
{% if post.image contains 'http' %}
|
|
18
|
+
<a href="{{ site.github.url }}{{ post.url }}"><img src="{{ post.image }}" alt="{{ post.title }}"></a>
|
|
19
|
+
{% else %}
|
|
20
|
+
<a href="{{ site.github.url }}{{ post.url }}"><img src="{{ site.github.url }}/{{ post.image }}" alt="{{ post.title }}"></a>
|
|
21
|
+
{% endif %}
|
|
22
|
+
|
|
18
23
|
</div>
|
|
19
24
|
{% endif %}
|
|
20
25
|
</article>
|
data/_sass/_archive.scss
CHANGED
data/_sass/_base.scss
CHANGED
|
@@ -51,6 +51,11 @@ h5 {
|
|
|
51
51
|
font-weight: 600;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
+
h6 {
|
|
55
|
+
font-size: 16px;
|
|
56
|
+
font-weight: 600;
|
|
57
|
+
}
|
|
58
|
+
|
|
54
59
|
h1 a {
|
|
55
60
|
text-decoration: none;
|
|
56
61
|
}
|
|
@@ -73,6 +78,10 @@ p {
|
|
|
73
78
|
text-align: justify;
|
|
74
79
|
}
|
|
75
80
|
|
|
81
|
+
li {
|
|
82
|
+
font-size: 18px;
|
|
83
|
+
}
|
|
84
|
+
|
|
76
85
|
a {
|
|
77
86
|
text-decoration: underline;
|
|
78
87
|
}
|
data/_sass/_code.scss
CHANGED
data/_sass/_dark-mode.scss
CHANGED
data/_sass/_mobile.scss
CHANGED
data/_sass/_navbar.scss
CHANGED
data/_sass/_post.scss
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-schatten
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fabian Stadler
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-09-
|
|
11
|
+
date: 2023-09-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|