jekyll-theme-handwritten 4.3.4 → 4.3.6

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.
Files changed (58) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +92 -90
  4. data/_config.yml +54 -54
  5. data/_data/images.json +2 -2
  6. data/_includes/disqus_comments.html +20 -20
  7. data/_includes/footer.html +49 -49
  8. data/_includes/google-analytics.html +12 -12
  9. data/_includes/head.html +44 -45
  10. data/_includes/header.html +33 -33
  11. data/_includes/icon-github.html +1 -1
  12. data/_includes/icon-github.svg +1 -1
  13. data/_includes/icon-twitter.html +1 -1
  14. data/_includes/icon-twitter.svg +1 -1
  15. data/_includes/navrail.html +23 -23
  16. data/_includes/social.html +14 -14
  17. data/_includes/theme_selector.html +35 -35
  18. data/_layouts/default.html +23 -23
  19. data/_layouts/home.html +80 -80
  20. data/_layouts/page.html +14 -14
  21. data/_layouts/post.html +35 -35
  22. data/_sass/minima/_base.scss +846 -840
  23. data/_sass/minima/_layout.scss +277 -271
  24. data/_sass/minima/_mysass.scss +289 -285
  25. data/_sass/minima/_syntax-highlighting.scss +68 -68
  26. data/_sass/minima.scss +52 -52
  27. data/assets/main.scss +5 -5
  28. data/assets/minima-social-icons.svg +33 -33
  29. data/assets/theme-assets/js/theme.js +27 -27
  30. data/assets/theme-assets/material-theme/colors.module.css +294 -294
  31. data/assets/theme-assets/material-theme/theme.css +5 -5
  32. data/assets/theme-assets/material-theme/theme.dark.css +51 -51
  33. data/assets/theme-assets/material-theme/theme.light.css +51 -51
  34. data/assets/theme-assets/material-theme/tokens.css +303 -303
  35. data/assets/theme-assets/material-theme/typography.module.css +150 -150
  36. data/assets/theme-assets/theme-fonts/CascadiaCode-Regular.woff2 +0 -0
  37. data/assets/theme-assets/theme-fonts/ComicShanns-Regular.woff2 +0 -0
  38. data/assets/theme-assets/theme-fonts/Excalifont-Regular.woff2 +0 -0
  39. data/assets/theme-assets/theme-fonts/Lexend-Regular.ttf +0 -0
  40. data/assets/theme-assets/theme-fonts/LilitaOne-Regular.ttf +0 -0
  41. data/assets/theme-assets/theme-fonts/Virgil-Regular.woff2 +0 -0
  42. data/assets/theme-assets/theme-fonts/comic shanns.otf +0 -0
  43. data/assets/theme-assets/theme-icons/aboutme-small.svg +102 -102
  44. data/assets/theme-assets/theme-icons/aboutme.svg +9 -9
  45. data/assets/theme-assets/theme-icons/bookmark.svg +9 -9
  46. data/assets/theme-assets/theme-icons/categories-rough.svg +9 -9
  47. data/assets/theme-assets/theme-icons/categories2.svg +9 -9
  48. data/assets/theme-assets/theme-icons/divider.svg +19 -19
  49. data/assets/theme-assets/theme-icons/home-rough.svg +9 -9
  50. data/assets/theme-assets/theme-icons/home.svg +5 -5
  51. data/assets/theme-assets/theme-icons/home2.svg +9 -9
  52. data/assets/theme-assets/theme-icons/pin.svg +18 -18
  53. data/assets/theme-assets/theme-images/border-thick.svg +15 -15
  54. data/assets/theme-assets/theme-images/comp.png +0 -0
  55. data/assets/theme-assets/theme-images/comp.svg +9 -9
  56. data/assets/theme-assets/theme-images/logo.svg +9 -9
  57. data/assets/theme-assets/theme-images/menu.svg +9 -9
  58. metadata +13 -7
@@ -1,271 +1,277 @@
1
- /**
2
- * Site header
3
- */
4
-
5
- .site-header {
6
- min-height: $spacing-unit * 1.865;
7
- position: relative;
8
-
9
- }
10
-
11
- .site-title {
12
- @include relative-font-size(1.625);
13
- font-family: Virgil;
14
- font-weight: 300;
15
- text-align: center;
16
- letter-spacing: -1px;
17
- margin-bottom: 0;
18
- font-size: 64px;
19
- padding: 24px;
20
-
21
- @include media-query($on-palm) {
22
- font-size: 46px;
23
- }
24
- }
25
-
26
- #pink-theme {
27
- background-color: #f0b3e7;
28
- }
29
- #green-theme {
30
- background-color: #b1d18a;
31
- }
32
- #yellow-theme {
33
- background-color: #dbc66e;
34
- }
35
- #blue-theme {
36
- background-color: #aac7ff;
37
- }
38
- #cyan-theme {
39
- background-color: #81d5cd;
40
- }
41
- .site-nav {
42
- line-height: $base-line-height * $base-font-size * 2.25;
43
-
44
- .nav-trigger {
45
- display: none;
46
- }
47
-
48
- .menu-icon {
49
- display: none;
50
- }
51
- .trigger {
52
- display: none;
53
- justify-content: center;
54
- border-radius: 999px;
55
- }
56
- .page-link {
57
- color: var(--md-sys-color-on-surface);
58
- min-width: 60px;
59
- text-align: center;
60
- border-radius: 999px;
61
- padding: 0 20px 0 20px;
62
- &:not(:last-child) {
63
- margin-right: 20px;
64
- }
65
- }
66
-
67
- @include media-query($on-palm) {
68
- position: absolute;
69
- top: 12px;
70
- left: 12px;
71
- background-color: var(--md-sys-color-surface-container);
72
- backdrop-filter: blur(8px);
73
- border-radius: 8px;
74
- text-align: right;
75
- padding-bottom: 3px;
76
- padding-left: 2px;
77
- padding-right: 2px;
78
-
79
- label[for="nav-trigger"] {
80
- display: block;
81
- width: 36px;
82
- height: 36px;
83
- z-index: 2;
84
- cursor: pointer;
85
- }
86
-
87
- .menu-icon {
88
- display: block;
89
- float: right;
90
- width: 36px;
91
- height: 26px;
92
- line-height: 0;
93
- padding-top: 10px;
94
- text-align: center;
95
-
96
- > svg {
97
- fill: $grey-color-dark;
98
- }
99
- }
100
-
101
- input ~ .trigger {
102
- clear: both;
103
- display: none;
104
- }
105
-
106
- input:checked ~ .trigger {
107
- display: block;
108
- padding-bottom: 5px;
109
- }
110
-
111
- .page-link {
112
- display: block;
113
- padding: 5px 10px;
114
-
115
- &:not(:last-child) {
116
- margin-right: 0;
117
- }
118
- margin-left: 20px;
119
- }
120
- }
121
- }
122
-
123
- /**
124
- * Site footer
125
- */
126
- .site-footer {
127
- padding: $spacing-unit 0;
128
- @include media-query($on-palm) {
129
- padding-bottom: 100px;
130
- }
131
- }
132
-
133
- .footer-heading {
134
- @include relative-font-size(1.125);
135
- margin-bottom: $spacing-unit / 2;
136
- }
137
-
138
- .contact-list,
139
- .social-media-list {
140
- list-style: none;
141
- margin-left: 0;
142
- }
143
-
144
- .footer-col-wrapper {
145
- @include relative-font-size(0.9375);
146
- color: $grey-color;
147
- margin-left: -$spacing-unit / 2;
148
- @extend %clearfix;
149
- }
150
-
151
- .footer-col {
152
- float: left;
153
- margin-bottom: $spacing-unit / 2;
154
- padding-left: $spacing-unit / 2;
155
- }
156
-
157
- .footer-col-1 {
158
- width: -webkit-calc(35% - (#{$spacing-unit} / 2));
159
- width: calc(35% - (#{$spacing-unit} / 2));
160
- }
161
-
162
- .footer-col-2 {
163
- width: -webkit-calc(20% - (#{$spacing-unit} / 2));
164
- width: calc(20% - (#{$spacing-unit} / 2));
165
- }
166
-
167
- .footer-col-3 {
168
- width: -webkit-calc(45% - (#{$spacing-unit} / 2));
169
- width: calc(45% - (#{$spacing-unit} / 2));
170
- }
171
-
172
- @include media-query($on-laptop) {
173
- .footer-col-1,
174
- .footer-col-2 {
175
- width: -webkit-calc(50% - (#{$spacing-unit} / 2));
176
- width: calc(50% - (#{$spacing-unit} / 2));
177
- }
178
-
179
- .footer-col-3 {
180
- width: -webkit-calc(100% - (#{$spacing-unit} / 2));
181
- width: calc(100% - (#{$spacing-unit} / 2));
182
- }
183
- }
184
-
185
- @include media-query($on-palm) {
186
- .footer-col {
187
- float: none;
188
- width: -webkit-calc(100% - (#{$spacing-unit} / 2));
189
- width: calc(100% - (#{$spacing-unit} / 2));
190
- }
191
- }
192
-
193
- /**
194
- * Page content
195
- */
196
- .page-content {
197
- padding: $spacing-unit 0;
198
- flex: 1;
199
- }
200
-
201
- .page-heading {
202
- @include relative-font-size(2);
203
- }
204
-
205
- .post-meta {
206
- font-size: $small-font-size;
207
- color: $grey-color;
208
- }
209
- .post-image {
210
- height: 200px;
211
- width: 100%;
212
- }
213
- .featured-image {
214
- height: 300px;
215
- width: 100%;
216
- object-fit: contain;
217
- }
218
- .post-excerpt {
219
- font-size: $small-font-size;
220
- color: $grey-color;
221
- }
222
- .post-link {
223
- display: block;
224
- @include relative-font-size(1.5);
225
- }
226
-
227
- /**
228
- * Posts
229
- */
230
- .post-header {
231
- margin-bottom: $spacing-unit;
232
- }
233
-
234
- .post-title {
235
- @include relative-font-size(2.625);
236
- letter-spacing: -1px;
237
- line-height: 1;
238
- margin: 24px;
239
-
240
- @include media-query($on-laptop) {
241
- @include relative-font-size(2.25);
242
- }
243
- }
244
-
245
- .post-content {
246
- margin-bottom: $spacing-unit;
247
-
248
- h2 {
249
- @include relative-font-size(2);
250
-
251
- @include media-query($on-laptop) {
252
- @include relative-font-size(1.75);
253
- }
254
- }
255
-
256
- h3 {
257
- @include relative-font-size(1.625);
258
-
259
- @include media-query($on-laptop) {
260
- @include relative-font-size(1.375);
261
- }
262
- }
263
-
264
- h4 {
265
- @include relative-font-size(1.25);
266
-
267
- @include media-query($on-laptop) {
268
- @include relative-font-size(1.125);
269
- }
270
- }
271
- }
1
+ /**
2
+ * Site header
3
+ */
4
+
5
+ .site-header {
6
+ min-height: $spacing-unit * 1.865;
7
+ position: relative;
8
+
9
+ }
10
+
11
+ .site-title {
12
+ @include relative-font-size(1.625);
13
+ font-family: Excalifont;
14
+ font-weight: 300;
15
+ text-align: center;
16
+ letter-spacing: -1px;
17
+ margin-bottom: 0;
18
+ font-size: 64px;
19
+ padding: 24px;
20
+
21
+ @include media-query($on-palm) {
22
+ font-size: 46px;
23
+ }
24
+ }
25
+
26
+ #pink-theme {
27
+ background-color: #f0b3e7;
28
+ }
29
+ #green-theme {
30
+ background-color: #b1d18a;
31
+ }
32
+ #yellow-theme {
33
+ background-color: #dbc66e;
34
+ }
35
+ #blue-theme {
36
+ background-color: #aac7ff;
37
+ }
38
+ #cyan-theme {
39
+ background-color: #81d5cd;
40
+ }
41
+ .site-nav {
42
+ line-height: $base-line-height * $base-font-size * 2.25;
43
+
44
+ .nav-trigger {
45
+ display: none;
46
+ }
47
+
48
+ .menu-icon {
49
+ display: none;
50
+ }
51
+ .trigger {
52
+ display: none;
53
+ justify-content: center;
54
+ border-radius: 999px;
55
+ }
56
+ .page-link {
57
+ color: var(--md-sys-color-on-surface);
58
+ min-width: 60px;
59
+ text-align: center;
60
+ border-radius: 999px;
61
+ padding: 0 20px 0 20px;
62
+ &:not(:last-child) {
63
+ margin-right: 20px;
64
+ }
65
+ }
66
+
67
+ @include media-query($on-palm) {
68
+ position: absolute;
69
+ top: 12px;
70
+ left: 12px;
71
+ background-color: var(--md-sys-color-surface-container);
72
+ backdrop-filter: blur(8px);
73
+ border-radius: 8px;
74
+ text-align: right;
75
+ padding-bottom: 3px;
76
+ padding-left: 2px;
77
+ padding-right: 2px;
78
+
79
+ label[for="nav-trigger"] {
80
+ display: block;
81
+ width: 36px;
82
+ height: 36px;
83
+ z-index: 2;
84
+ cursor: pointer;
85
+ }
86
+
87
+ .menu-icon {
88
+ display: block;
89
+ float: right;
90
+ width: 36px;
91
+ height: 26px;
92
+ line-height: 0;
93
+ padding-top: 10px;
94
+ text-align: center;
95
+
96
+ > svg {
97
+ fill: $grey-color-dark;
98
+ }
99
+ }
100
+
101
+ input ~ .trigger {
102
+ clear: both;
103
+ display: none;
104
+ }
105
+
106
+ input:checked ~ .trigger {
107
+ display: block;
108
+ padding-bottom: 5px;
109
+ }
110
+
111
+ .page-link {
112
+ display: block;
113
+ padding: 5px 10px;
114
+
115
+ &:not(:last-child) {
116
+ margin-right: 0;
117
+ }
118
+ margin-left: 20px;
119
+ }
120
+ }
121
+ }
122
+
123
+ /**
124
+ * Site footer
125
+ */
126
+ .site-footer {
127
+ padding: $spacing-unit 0;
128
+ @include media-query($on-palm) {
129
+ padding-bottom: 100px;
130
+ }
131
+ }
132
+
133
+ .footer-heading {
134
+ @include relative-font-size(1.125);
135
+ margin-bottom: $spacing-unit / 2;
136
+ }
137
+
138
+ .contact-list,
139
+ .social-media-list {
140
+ list-style: none;
141
+ margin-left: 0;
142
+ }
143
+
144
+ .footer-col-wrapper {
145
+ @include relative-font-size(0.9375);
146
+ color: $grey-color;
147
+ margin-left: -$spacing-unit / 2;
148
+ @extend %clearfix;
149
+ }
150
+
151
+ .footer-col {
152
+ float: left;
153
+ margin-bottom: $spacing-unit / 2;
154
+ padding-left: $spacing-unit / 2;
155
+ }
156
+
157
+ .footer-col-1 {
158
+ width: -webkit-calc(35% - (#{$spacing-unit} / 2));
159
+ width: calc(35% - (#{$spacing-unit} / 2));
160
+ }
161
+
162
+ .footer-col-2 {
163
+ width: -webkit-calc(20% - (#{$spacing-unit} / 2));
164
+ width: calc(20% - (#{$spacing-unit} / 2));
165
+ }
166
+
167
+ .footer-col-3 {
168
+ width: -webkit-calc(45% - (#{$spacing-unit} / 2));
169
+ width: calc(45% - (#{$spacing-unit} / 2));
170
+ }
171
+
172
+ @include media-query($on-laptop) {
173
+ .footer-col-1,
174
+ .footer-col-2 {
175
+ width: -webkit-calc(50% - (#{$spacing-unit} / 2));
176
+ width: calc(50% - (#{$spacing-unit} / 2));
177
+ }
178
+
179
+ .footer-col-3 {
180
+ width: -webkit-calc(100% - (#{$spacing-unit} / 2));
181
+ width: calc(100% - (#{$spacing-unit} / 2));
182
+ }
183
+ }
184
+
185
+ @include media-query($on-palm) {
186
+ .footer-col {
187
+ float: none;
188
+ width: -webkit-calc(100% - (#{$spacing-unit} / 2));
189
+ width: calc(100% - (#{$spacing-unit} / 2));
190
+ }
191
+ }
192
+
193
+ /**
194
+ * Page content
195
+ */
196
+ .page-content {
197
+ padding: $spacing-unit 0;
198
+ flex: 1;
199
+ }
200
+
201
+ .page-heading {
202
+ @include relative-font-size(2);
203
+ }
204
+
205
+ .post-meta {
206
+ font-size: $small-font-size;
207
+ color: $grey-color;
208
+ }
209
+ .post-image {
210
+ height: 200px;
211
+ width: 100%;
212
+ }
213
+ .featured-image {
214
+ height: 300px;
215
+ width: 100%;
216
+ object-fit: contain;
217
+ }
218
+ .post-excerpt {
219
+ font-size: $small-font-size;
220
+ color: $grey-color;
221
+ }
222
+ .post-link {
223
+ display: block;
224
+ @include relative-font-size(1.5);
225
+ }
226
+
227
+ /**
228
+ * Posts
229
+ */
230
+ .post-header {
231
+ margin-bottom: $spacing-unit;
232
+ }
233
+
234
+ .post-title {
235
+ @include relative-font-size(2.625);
236
+ letter-spacing: -1px;
237
+ line-height: 1;
238
+ margin: 20px;
239
+
240
+ @include media-query($on-laptop) {
241
+ @include relative-font-size(2.25);
242
+ }
243
+ }
244
+
245
+ .post-content {
246
+ margin-bottom: $spacing-unit;
247
+ // text-align: justify;
248
+ p{
249
+ text-align: justify;
250
+
251
+ }
252
+
253
+
254
+ h2 {
255
+ @include relative-font-size(2);
256
+
257
+ @include media-query($on-laptop) {
258
+ @include relative-font-size(1.75);
259
+ }
260
+ }
261
+
262
+ h3 {
263
+ @include relative-font-size(1.625);
264
+
265
+ @include media-query($on-laptop) {
266
+ @include relative-font-size(1.375);
267
+ }
268
+ }
269
+
270
+ h4 {
271
+ @include relative-font-size(1.25);
272
+
273
+ @include media-query($on-laptop) {
274
+ @include relative-font-size(1.125);
275
+ }
276
+ }
277
+ }