jekyll-theme-schatten 1.1.1 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 91dffa2441437e3f2a8542ad37d8f2e903b9e66a73792b509d203488213e5bf0
4
- data.tar.gz: e16dad9a7ea4396e9a882dfa499aab518f643ec4559e15d7e6cf3708bc287aa7
3
+ metadata.gz: 83613ed88b9161641b0f2c5ad02b8754d5cf28bdcd14d13e9102a559683bb468
4
+ data.tar.gz: 513f3720ca2a85bee2aeca1f9d53ecd9f147c92e46e6aa191c4fd767f1f7a220
5
5
  SHA512:
6
- metadata.gz: 25d03d9f620af5f2cf45f02b5966b9a7bcc45a0cff03b8744bdc8e32698ecd75f30ea3dead3c31f940b970bd0bed2be45193569dcd05f884e720f51d458255bb
7
- data.tar.gz: b8b69c0ac1b2a9c8acced949743098f23e00b3cdeefab5df40ca44f21dfa7855b39e93389ba4ce2d032426e0777a76bc5444dd6f51e73c3969c157c3b5a93f40
6
+ metadata.gz: 12d63213328288a3be527dc13099e39e6c68ccff7ab612aadae26f5fb2e2f20ffb0eb8b9c334bb5bb1de694e43639b5c98552348fc9aa6c9be0db69cfd078efb
7
+ data.tar.gz: 8ea2e93e5f17c585b50e0316e82436b2a415b693254b4433180eac3113b058d69ab875227a17337ad52b02f27e9909a16468d68ac87f91b88ac8f9055a32b8af
@@ -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="{{ site.github.url }}/{{ 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/_archive.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  .archive {
2
2
  a {
3
- font-size: 16px;
3
+ font-size: 20px;
4
4
  }
5
5
  }
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
@@ -22,10 +22,12 @@ pre {
22
22
  white-space: pre-wrap;
23
23
  word-break: break-all;
24
24
  word-wrap: break-word;
25
+ overflow: auto;
25
26
  }
26
27
  pre code {
27
28
  padding: 0;
28
29
  font-size: 100%;
30
+ text-wrap: nowrap;
29
31
  }
30
32
 
31
33
  /* Horizontal code overflow fix */
@@ -111,6 +111,10 @@
111
111
  hr {
112
112
  border-top-color: $dark-basic-color-three;
113
113
  }
114
+
115
+ table, th, td {
116
+ border-color: $dark-basic-color;
117
+ }
114
118
  }
115
119
 
116
120
  /*
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/_navbar.scss CHANGED
@@ -9,6 +9,7 @@
9
9
  }
10
10
 
11
11
  .navbar a {
12
+ font-size: 20px;
12
13
  text-decoration: none;
13
14
  margin-right: 1rem;
14
15
  }
data/_sass/_post.scss CHANGED
@@ -33,6 +33,7 @@
33
33
  }
34
34
 
35
35
  .post-content img {
36
+ display: block;
36
37
  margin-left: auto;
37
38
  margin-right: auto;
38
39
  max-height: 300px;
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.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 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