jekyll-theme-schatten 1.1.0 → 1.1.2

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: 27175143f38eba9d4aaef2d8ee7e052a0f4b27f91d746997d9c8fbf13ee8fdb5
4
- data.tar.gz: f69695181a7a0abd8688e3ff91b8a2b1c83f1d37cbf47bcd0c7175d5a453ada4
3
+ metadata.gz: 64b3a403a72e25c7c8597b33ae32245e8d86448e49611261ab8ab770668299fd
4
+ data.tar.gz: 826fa109a44b38e03ff6c369e852fe26fb94c8cb58848e8449261c10321d6cae
5
5
  SHA512:
6
- metadata.gz: 2aacacd0adff68ca23a5f1ff8f2ff12d7eedda33b05d96e738a475e1b53ab3589a48deec9d60c05a3e3c7abf5e905b7c815cfd285a8be4d05323259e96e0a0a9
7
- data.tar.gz: 29f767db76424775e423aea64919f57dee3a2f97cbebcbcea6dbabaad22a1ef4ebcfecba2c94ee6b57156567252dc9c095ee8cf8533a148c3dd915ffbbd79cde
6
+ metadata.gz: fcce56da179722dee0a51af3d0150cfae232c1448b096f5ecbaa8a5ff05c895e2751adefcdcd86746bc275a245c80a81237a38d5ad848a1342f609558f9c9e9e
7
+ data.tar.gz: 490080eae19c517375751393070784d75fca3a48de544824551c1e105a49df492925258cb780e7cc65b541fc780d2c33730a7e1b040f9a607ff3dd0383b19cf2
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Schatten
1
+ # jekyll-theme-schatten
2
2
 
3
3
  Schatten is a modern Jekyll theme for blogs or personal websites. See the [demo](https://schatten-ioch6.ondigitalocean.app/) for a live example.
4
4
 
@@ -14,7 +14,12 @@
14
14
  </div>
15
15
  {% if post.image %}
16
16
  <div class="post-image-preview">
17
- <a href="{{ site.github.url }}{{ post.url }}"><img src="{{ post.image }}" alt="{{ post.title }}"></a>
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/_base.scss CHANGED
@@ -65,14 +65,18 @@ h6 {
65
65
  }
66
66
 
67
67
  p {
68
- font-size: 16px;
68
+ font-size: 18px;
69
69
  margin-block-start: 0em;
70
- margin-block-end: 0em;
70
+ margin-block-end: 1em;
71
71
  margin-inline-start: 0px;
72
72
  margin-inline-end: 0px;
73
73
  text-align: justify;
74
74
  }
75
75
 
76
+ li {
77
+ font-size: 18px;
78
+ }
79
+
76
80
  a {
77
81
  text-decoration: underline;
78
82
  }
data/_sass/_mobile.scss CHANGED
@@ -40,6 +40,14 @@
40
40
  font-size: 20px;
41
41
  }
42
42
 
43
+ li {
44
+ font-size: 20px;
45
+ }
46
+
47
+ iframe {
48
+ width: 100%;
49
+ }
50
+
43
51
  .post-content p {
44
52
  font-size: 20px;
45
53
  }
data/_sass/_post.scss CHANGED
@@ -32,6 +32,13 @@
32
32
  max-height: 300px;
33
33
  }
34
34
 
35
+ .post-content img {
36
+ display: block;
37
+ margin-left: auto;
38
+ margin-right: auto;
39
+ max-height: 300px;
40
+ }
41
+
35
42
  .post-image-subtitle {
36
43
  display: block;
37
44
  text-align: right;
@@ -75,7 +82,7 @@
75
82
 
76
83
  p {
77
84
  text-align: justify;
78
- font-size: 16px;
85
+ font-size: 18px;
79
86
  }
80
87
  }
81
88
 
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.0
4
+ version: 1.1.2
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 00:00:00.000000000 Z
11
+ date: 2023-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll