jekyll-theme-yat 1.5.2 → 1.5.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/README.md +1 -1
- data/_sass/yat/_layout.scss +13 -3
- 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: 1d298e53ce0ab4f109de5d89f3da05a0a7b23e0e32e37b7e5a9ef0636c9ce3bb
|
|
4
|
+
data.tar.gz: 72b2b04a663a236aa0b1e3016a9ecbf0530a12198efa29e8d75980e10d207ed7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad213b0337a5b5a3b60d4fd281a8234a78bde4204fe80fef6bc105ea3afbad38bda338688da2a7981c33ce699893a33c1dbd32df488adc1f84cdd772de2dcc9e
|
|
7
|
+
data.tar.gz: 6bc8650cf7e58724f4fbf29116a04cfb348e032d9bc6ab23886ae6b7ce5fbc222a371b2e33bf754b263fa64dbd2dec66fe57cf3fe72a0536cb6f6e9aac643a54
|
data/README.md
CHANGED
|
@@ -33,7 +33,7 @@ Hey, nice to meet you, you found this Jekyll theme. Here the yet another theme i
|
|
|
33
33
|
- Google Translation support.
|
|
34
34
|
- New post tag support.
|
|
35
35
|
|
|
36
|
-
Also, visit the
|
|
36
|
+
Also, visit the [Live Demo][yat-live-demo] site for the theme.
|
|
37
37
|
|
|
38
38
|
## Installation
|
|
39
39
|
|
data/_sass/yat/_layout.scss
CHANGED
|
@@ -392,6 +392,9 @@ html {
|
|
|
392
392
|
|
|
393
393
|
.post-content {
|
|
394
394
|
margin-bottom: $spacing-unit;
|
|
395
|
+
overflow-wrap: break-word;
|
|
396
|
+
word-wrap: break-word;
|
|
397
|
+
word-break: break-all;
|
|
395
398
|
|
|
396
399
|
h2 {
|
|
397
400
|
@include relative-font-size(2);
|
|
@@ -417,7 +420,7 @@ html {
|
|
|
417
420
|
}
|
|
418
421
|
}
|
|
419
422
|
|
|
420
|
-
img, iframe {
|
|
423
|
+
img, svg, iframe {
|
|
421
424
|
margin-left: auto;
|
|
422
425
|
margin-right: auto;
|
|
423
426
|
display: block;
|
|
@@ -587,8 +590,7 @@ html {
|
|
|
587
590
|
> :nth-child(1) {
|
|
588
591
|
@include relative-font-size(3.9);
|
|
589
592
|
letter-spacing: -1px;
|
|
590
|
-
|
|
591
|
-
margin-bottom: 18px;
|
|
593
|
+
margin-bottom: 16px;
|
|
592
594
|
font-weight: normal;
|
|
593
595
|
transition: 0.2s all;
|
|
594
596
|
|
|
@@ -611,6 +613,10 @@ html {
|
|
|
611
613
|
@include relative-font-size(1.525);
|
|
612
614
|
color: #ffffffcc;
|
|
613
615
|
padding-right: 280px;
|
|
616
|
+
|
|
617
|
+
@include media-query($on-palm) {
|
|
618
|
+
padding-right: 0;
|
|
619
|
+
}
|
|
614
620
|
}
|
|
615
621
|
|
|
616
622
|
.post-meta {
|
|
@@ -625,6 +631,10 @@ html {
|
|
|
625
631
|
color: #999;
|
|
626
632
|
padding-right: 280px;
|
|
627
633
|
|
|
634
|
+
@include media-query($on-palm) {
|
|
635
|
+
padding-right: 0;
|
|
636
|
+
}
|
|
637
|
+
|
|
628
638
|
.post-tag {
|
|
629
639
|
@include relative-font-size(1.125);
|
|
630
640
|
display: inline-block;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-yat
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- jeffreytse
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-09-
|
|
11
|
+
date: 2020-09-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|