jekyll-theme-schatten 1.1.0 → 1.1.1

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: 91dffa2441437e3f2a8542ad37d8f2e903b9e66a73792b509d203488213e5bf0
4
+ data.tar.gz: e16dad9a7ea4396e9a882dfa499aab518f643ec4559e15d7e6cf3708bc287aa7
5
5
  SHA512:
6
- metadata.gz: 2aacacd0adff68ca23a5f1ff8f2ff12d7eedda33b05d96e738a475e1b53ab3589a48deec9d60c05a3e3c7abf5e905b7c815cfd285a8be4d05323259e96e0a0a9
7
- data.tar.gz: 29f767db76424775e423aea64919f57dee3a2f97cbebcbcea6dbabaad22a1ef4ebcfecba2c94ee6b57156567252dc9c095ee8cf8533a148c3dd915ffbbd79cde
6
+ metadata.gz: 25d03d9f620af5f2cf45f02b5966b9a7bcc45a0cff03b8744bdc8e32698ecd75f30ea3dead3c31f940b970bd0bed2be45193569dcd05f884e720f51d458255bb
7
+ data.tar.gz: b8b69c0ac1b2a9c8acced949743098f23e00b3cdeefab5df40ca44f21dfa7855b39e93389ba4ce2d032426e0777a76bc5444dd6f51e73c3969c157c3b5a93f40
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,7 @@
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
+ <a href="{{ site.github.url }}{{ post.url }}"><img src="{{ site.github.url }}/{{ post.image }}" alt="{{ post.title }}"></a>
18
18
  </div>
19
19
  {% endif %}
20
20
  </article>
data/_sass/_base.scss CHANGED
@@ -65,9 +65,9 @@ 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;
data/_sass/_post.scss CHANGED
@@ -32,6 +32,12 @@
32
32
  max-height: 300px;
33
33
  }
34
34
 
35
+ .post-content img {
36
+ margin-left: auto;
37
+ margin-right: auto;
38
+ max-height: 300px;
39
+ }
40
+
35
41
  .post-image-subtitle {
36
42
  display: block;
37
43
  text-align: right;
@@ -75,7 +81,7 @@
75
81
 
76
82
  p {
77
83
  text-align: justify;
78
- font-size: 16px;
84
+ font-size: 18px;
79
85
  }
80
86
  }
81
87
 
metadata CHANGED
@@ -1,7 +1,7 @@
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabian Stadler