jekyll-zeta 0.3.4 → 0.3.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/archive_list.html +1 -1
- data/_includes/post_list.html +1 -1
- data/_sass/jekyll-zeta.scss +3 -2
- 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: cc4c4d5bbb5eac3fdd80c9ad3e6cdb60ecb5b5a174f5a6224d05a902c44db169
|
4
|
+
data.tar.gz: 616c4965b227aa76d66bebc23fb0912ffefe5327226faeb9dbf319c2ccc5d789
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0683dc7095d9859df4a686a5e8c9f13b8a4a1839dc7991b7556040c886f15fc9dd266ac03d84309a84223150ff070af49498371741f894f2e663db10399d7e02'
|
7
|
+
data.tar.gz: 25a31feba202d522bdc74d43253e35ea22b38c81d77bd8479d68278de5dfe884f2c2118f1e4a4862b27e8cdbf171017c075c37010da757dbe0b86d6940802fa9
|
data/_includes/archive_list.html
CHANGED
@@ -27,7 +27,7 @@
|
|
27
27
|
{% assign ymPre = ymCur %}
|
28
28
|
|
29
29
|
<li class="postlistli">
|
30
|
-
<a href="{{ post.url | relative_url }}">{{ post.title
|
30
|
+
<a href="{{ post.url | relative_url }}">{{ post.title }}</a>
|
31
31
|
<date datetime="{{post.date}}">{{- post.date | date: archive_date_titleformat }}</date>
|
32
32
|
</li>
|
33
33
|
|
data/_includes/post_list.html
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
<ul class="postlistul">
|
15
15
|
{%- for post in posts limit: include.limit -%}
|
16
16
|
<li class="postlistli">
|
17
|
-
<a href="{{ post.url | relative_url }}">{{ post.title
|
17
|
+
<a href="{{ post.url | relative_url }}">{{ post.title }}</a>
|
18
18
|
<date>{{- post.date | date: site.theme_config.date_format -}}</date>
|
19
19
|
</li>
|
20
20
|
{%- endfor -%}
|
data/_sass/jekyll-zeta.scss
CHANGED
@@ -20,6 +20,7 @@ code.highlighter-rouge {
|
|
20
20
|
code {
|
21
21
|
color: #333;
|
22
22
|
background: #F0f2f4;
|
23
|
+
max-height: 35rem;
|
23
24
|
}
|
24
25
|
|
25
26
|
div.highlighter-rouge code {
|
@@ -78,11 +79,11 @@ a {
|
|
78
79
|
color: #0064c1;
|
79
80
|
}
|
80
81
|
|
81
|
-
h1>a {
|
82
|
+
.w > h1>a {
|
82
83
|
color: #333;
|
83
84
|
}
|
84
85
|
|
85
|
-
h1>a:hover {
|
86
|
+
.w > h1>a:hover {
|
86
87
|
color: #333;
|
87
88
|
}
|
88
89
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-zeta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- vitock
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-10-
|
11
|
+
date: 2022-10-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|