jekyll-zeta 0.4.2 → 0.4.4

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: b9f349e87c2efa3c694072655c546f30a833f2d11635d1b0e438199903b224ec
4
- data.tar.gz: b32bcbd49648da861153b3aac6f5954c06f2c47b1995adb461adb534c199159b
3
+ metadata.gz: 66e1115fe5c85599f0cc17e633747aeb6d7447deb71a25210530f059877f5784
4
+ data.tar.gz: aaa89ccb192759692c081d5b236fb65ce458d43697a422239b7cd8f59975f7f2
5
5
  SHA512:
6
- metadata.gz: db8edf7d6be11093ca70f59f764e87af9540d351f6a4462441b68e006eaa97f4ac347a35f9bd2ef43678bf343eb01d45e073a4b8ec8e05b2a4a7078566f3ebdf
7
- data.tar.gz: 62b6d4415c3c13be4ade66b67f7984cb2233cfbfc93931a4694194e34fdef3b5460c34cf371802cf7494f9a3b3005d00b7a847fd3c865c77facf4e9e38eae18d
6
+ metadata.gz: c2232c3f6d37176add889b8942146a9aedfcadca5fc6cc6e2e0f6f5103628c981c169552f59642ebc14cebf546c5cd5d34493be7de0fb3382266687d6d72c69e
7
+ data.tar.gz: 3a17ef3411bcc7cc783b21aa7cf8f7f08498042c2d8ad98c673c25faaecaa569d5005c233056b9785c3be8661c73f80b43d59a28a53fb6b3cb9483a33783c15a
data/_config.yml CHANGED
@@ -33,7 +33,7 @@ theme_config:
33
33
  show_more_text: 'show more ...'
34
34
  next_page_title: "next"
35
35
  previous_page_title: "previous"
36
- lock_path: "assets/image/lock4.png"
36
+ lock_path: "assets/image/lock.svg"
37
37
  show_footnote: true
38
38
  menu:
39
39
  - title: Posts
@@ -20,7 +20,7 @@
20
20
  {%- if encid.size > 1 -%}
21
21
  <div >
22
22
  <a href="{{ post.url | relative_url }} ">{{ post.title }}</a>
23
- <img style="width:12px;height:12px;display: inline;margin-left: 5px;" src="{{ lock_path | relative_url}}">
23
+ <img style="width:12px;height:12px;display: inline;margin-left: 2px;" src="{{ lock_path | relative_url}}">
24
24
  </div>
25
25
  {%- else -%}
26
26
  <a href="{{ post.url | relative_url }}">{{ post.title }}</a>
@@ -4,10 +4,7 @@ $color-blue: #0064c1;
4
4
  $color-hove: #0064c1;
5
5
  $color-gray: #9ca3af;
6
6
  $color-lightGray: #9ca3af;
7
-
8
-
9
-
10
-
7
+
11
8
  li {
12
9
  padding: 0.2rem;
13
10
  }
@@ -86,16 +83,28 @@ tr:nth-child(even){
86
83
  background-color: #f5f5f5;
87
84
  }
88
85
 
89
- hr {
90
- margin-top: 2rem;
91
- margin-bottom: 2rem;
86
+ // hr {
87
+ // margin-top: 2rem;
88
+ // margin-bottom: 2rem;
92
89
 
93
90
 
94
- border: 0;
95
- padding: 3px;
91
+ // border: 0;
92
+ // padding: 3px;
96
93
 
97
- background: repeating-linear-gradient(135deg, #000 0px, #000 1px, transparent 1px, transparent 5px);
94
+ // background: repeating-linear-gradient(135deg, #000 0px, #000 1px, transparent 1px, transparent 5px);
95
+ // }
96
+
97
+ hr{
98
+ border: none;
99
+ margin: 2rem 0;
100
+ border:none;
101
+ text-align: center;
102
+ color: $color-gray;
103
+
104
+ &:before { content: '/////' }
105
+ &:after { content: '/////' }
98
106
  }
107
+
99
108
 
100
109
 
101
110
 
@@ -0,0 +1,7 @@
1
+ <svg width="500" height="500" xmlns="http://www.w3.org/2000/svg" t="1685339750585" class="icon" version="1.1" p-id="3294">
2
+ <g>
3
+ <title>Layer 1</title>
4
+ <path d="m160.80336,228.40263l177.01586,0l0,-67.57791q0,-37.30864 -25.93006,-63.70627t-62.57787,-26.39763t-62.57787,26.39763t-25.93006,63.70627l0,67.57791l0,0zm287.65078,33.78896l0,202.73375q0,14.07874 -9.68056,23.93385t-23.50992,9.85512l-331.90475,0q-13.82936,0 -23.50992,-9.85512t-9.68056,-23.93385l0,-202.73375q0,-14.07874 9.68056,-23.93385t23.50992,-9.85512l11.0635,0l0,-67.57791q0,-64.76217 45.6369,-111.22199t109.25198,-46.45982t109.25198,46.45982t45.6369,111.22199l0,67.57791l11.06349,0q13.82936,0 23.50992,9.85512t9.68056,23.93385l0,0z" p-id="3295" id="svg_1"/>
5
+ </g>
6
+
7
+ </svg>
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.4.2
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - vitock
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-26 00:00:00.000000000 Z
11
+ date: 2023-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -84,6 +84,7 @@ files:
84
84
  - _layouts/tags.html
85
85
  - _sass/jekyll-zeta.scss
86
86
  - assets/css/main.scss
87
+ - assets/image/lock.svg
87
88
  - assets/image/lock1.png
88
89
  - assets/image/lock2.png
89
90
  - assets/image/lock3.png