jekyll-theme-handwritten 4.3.2 → 4.3.4

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: 9abb364303368e3429a0c6bbf57eb30454cfc9e9f027b15879f4a59138e0e990
4
- data.tar.gz: 4d60d89a82f6289fca5e088bf89f9502cc410fb1d8077b126835eba5974293bc
3
+ metadata.gz: 6d225d2965b08b10ab04968f4a2e8f24020fb9ef33311c5378bef4be14612bf1
4
+ data.tar.gz: 325e93f02fef4f2c8165453f105b74e64cfb7c75c7acb791a7c85849003c1f3e
5
5
  SHA512:
6
- metadata.gz: ca9a1822d37b8ca04bf3f8abdf76dd7cf501a9701272310edfb058ba1de4c5e7d9573cc7e12537b7d7d73041e4a346ff07c3350c3fafb260c4cb964c6a1a7a5d
7
- data.tar.gz: 6c45c30e84b246da791bf5fb5ba15d3f759c13780463bd04d4bd7535aa9fa98bd425f90601e74d4c8328385303c09753f2164409370cc65e95750e58a00f28c2
6
+ metadata.gz: 75644b7a3a1862bb0d667322ec7f444e59888ed78dbb14ae8eba07746a966690a0d45a0521d579a5699037d568a11dab0e0f33f33cf768520460d67ae16284e1
7
+ data.tar.gz: ca4ba1b3cee31110e98efff0113a27c02a6f0659a1396af14ce28c13f4c0d01d5cea9b6c0078f1d3b63e62c6c4ecdc7d528ea465fa6c7ac6eeb5422665f83ba0
data/_includes/head.html CHANGED
@@ -16,7 +16,7 @@
16
16
  type="font/otf"
17
17
  crossorigin
18
18
  >
19
- {% comment %} {%- seo -%} {% endcomment %}
19
+ {%- seo -%}
20
20
  <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
21
21
  <script>
22
22
  const colors = {
@@ -3,15 +3,9 @@
3
3
  */
4
4
 
5
5
  .site-header {
6
- border-top: 5px solid var(--md-sys-color-outline-dark);
7
-
8
- // border-bottom: 1px solid var(--md-sys-color-outline);
9
6
  min-height: $spacing-unit * 1.865;
10
- // Positioning context for the mobile navigation icon
11
7
  position: relative;
12
- @media screen and (min-width:601px) {
13
- padding-top: 24px;
14
- }
8
+
15
9
  }
16
10
 
17
11
  .site-title {
@@ -21,19 +15,12 @@
21
15
  text-align: center;
22
16
  letter-spacing: -1px;
23
17
  margin-bottom: 0;
24
- // margin-top: 12px;
25
18
  font-size: 64px;
26
- padding-right: 0;
27
- // float: left;
19
+ padding: 24px;
28
20
 
29
21
  @include media-query($on-palm) {
30
22
  font-size: 46px;
31
23
  }
32
-
33
- &,
34
- &:visited {
35
- // color: $grey-color-dark;
36
- }
37
24
  }
38
25
 
39
26
  #pink-theme {
@@ -52,7 +39,6 @@
52
39
  background-color: #81d5cd;
53
40
  }
54
41
  .site-nav {
55
- // float: right;
56
42
  line-height: $base-line-height * $base-font-size * 2.25;
57
43
 
58
44
  .nav-trigger {
@@ -65,18 +51,14 @@
65
51
  .trigger {
66
52
  display: none;
67
53
  justify-content: center;
68
-
69
54
  border-radius: 999px;
70
55
  }
71
56
  .page-link {
72
57
  color: var(--md-sys-color-on-surface);
73
58
  min-width: 60px;
74
59
  text-align: center;
75
- // border: 2px solid var(--md-sys-color-outline);
76
60
  border-radius: 999px;
77
61
  padding: 0 20px 0 20px;
78
- // line-height: $base-line-height;
79
- // Gaps between nav items, but not on the last one
80
62
  &:not(:last-child) {
81
63
  margin-right: 20px;
82
64
  }
@@ -142,10 +124,9 @@
142
124
  * Site footer
143
125
  */
144
126
  .site-footer {
145
- // border-top: 1px solid var(--md-sys-color-outline);
146
127
  padding: $spacing-unit 0;
147
- @include media-query($on-palm){
148
- padding-bottom: 100px
128
+ @include media-query($on-palm) {
129
+ padding-bottom: 100px;
149
130
  }
150
131
  }
151
132
 
@@ -221,12 +202,6 @@
221
202
  @include relative-font-size(2);
222
203
  }
223
204
 
224
- // .post-list-heading {
225
- // @include relative-font-size(1.75);
226
- // }
227
-
228
-
229
-
230
205
  .post-meta {
231
206
  font-size: $small-font-size;
232
207
  color: $grey-color;
@@ -247,7 +222,6 @@
247
222
  .post-link {
248
223
  display: block;
249
224
  @include relative-font-size(1.5);
250
- // font-family: Virgil;
251
225
  }
252
226
 
253
227
  /**
@@ -295,4 +269,3 @@
295
269
  }
296
270
  }
297
271
  }
298
-
@@ -105,7 +105,6 @@
105
105
  left: -12px;
106
106
  right: -10px;
107
107
  bottom: -10px;
108
- z-index: 10;
109
108
  background-image: url("/assets/theme-assets/theme-images/border-thick.svg");
110
109
  background-size: 100% 100%;
111
110
  filter: var(--outline-filter);
@@ -123,7 +122,7 @@
123
122
  padding: 30px 8px 30px 16px;
124
123
  box-sizing: border-box;
125
124
  width: 100px;
126
- background-color: var(--md-sys-color-surface);
125
+ // background-color: var(--md-sys-color-surface);
127
126
  @media screen and (min-width: 1360px) {
128
127
  width: 130px;
129
128
  }
@@ -133,7 +132,7 @@
133
132
  bottom: 0;
134
133
  width: 100vw;
135
134
  height: fit-content;
136
- background-color: var(--md-sys-color-surface-container);
135
+ background-color: var(--md-sys-color-surface-container-high);
137
136
  padding: 0px;
138
137
  box-shadow: 0px -4px 16px 0px var(--md-sys-color-shadow);
139
138
  .navrail-icon {
metadata CHANGED
@@ -1,15 +1,49 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-handwritten
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.2
4
+ version: 4.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gul Noor
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-29 00:00:00.000000000 Z
12
- dependencies: []
11
+ date: 2024-07-30 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jekyll
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">"
18
+ - !ruby/object:Gem::Version
19
+ version: '3.5'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '5.0'
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - ">"
28
+ - !ruby/object:Gem::Version
29
+ version: '3.5'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '5.0'
33
+ - !ruby/object:Gem::Dependency
34
+ name: jekyll-seo-tag
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '2.0'
40
+ type: :runtime
41
+ prerelease: false
42
+ version_requirements: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '2.0'
13
47
  description:
14
48
  email:
15
49
  - gulnoor5233@gmail.com
@@ -83,7 +117,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
117
  requirements:
84
118
  - - ">="
85
119
  - !ruby/object:Gem::Version
86
- version: '0'
120
+ version: 2.4.0
87
121
  required_rubygems_version: !ruby/object:Gem::Requirement
88
122
  requirements:
89
123
  - - ">="