minimal-mistakes-jekyll 4.10.0 → 4.10.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (132) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +16 -1
  3. data/LICENSE.txt +63 -63
  4. data/_data/navigation.yml +11 -11
  5. data/_data/ui-text.yml +986 -983
  6. data/_includes/analytics-providers/custom.html +2 -2
  7. data/_includes/analytics-providers/google-gtag.html +9 -0
  8. data/_includes/analytics-providers/google-universal.html +9 -9
  9. data/_includes/analytics-providers/google.html +10 -10
  10. data/_includes/analytics.html +13 -11
  11. data/_includes/archive-single.html +37 -37
  12. data/_includes/author-profile-custom-links.html +6 -6
  13. data/_includes/base_path +4 -4
  14. data/_includes/breadcrumbs.html +39 -39
  15. data/_includes/browser-upgrade.html +3 -3
  16. data/_includes/category-list.html +25 -25
  17. data/_includes/comment.html +22 -22
  18. data/_includes/comments-providers/custom.html +2 -2
  19. data/_includes/comments-providers/discourse.html +13 -13
  20. data/_includes/comments-providers/facebook.html +7 -7
  21. data/_includes/comments-providers/google-plus.html +1 -1
  22. data/_includes/comments-providers/staticman.html +41 -41
  23. data/_includes/comments-providers/staticman_v2.html +41 -41
  24. data/_includes/comments.html +168 -168
  25. data/_includes/feature_row +49 -49
  26. data/_includes/figure +12 -12
  27. data/_includes/footer.html +25 -25
  28. data/_includes/footer/custom.html +2 -2
  29. data/_includes/gallery +46 -46
  30. data/_includes/group-by-array +46 -46
  31. data/_includes/head.html +42 -42
  32. data/_includes/head/custom.html +5 -5
  33. data/_includes/nav_list +46 -46
  34. data/_includes/page__hero.html +61 -61
  35. data/_includes/page__hero_video.html +4 -4
  36. data/_includes/page__taxonomy.html +6 -6
  37. data/_includes/paginator.html +69 -69
  38. data/_includes/post_pagination.html +13 -13
  39. data/_includes/read-time.html +14 -14
  40. data/_includes/scripts.html +26 -26
  41. data/_includes/search/algolia-search-scripts.html +54 -54
  42. data/_includes/search/lunr-search-scripts.html +9 -9
  43. data/_includes/search/search_form.html +10 -10
  44. data/_includes/seo.html +166 -166
  45. data/_includes/sidebar.html +22 -22
  46. data/_includes/social-share.html +13 -13
  47. data/_includes/tag-list.html +25 -25
  48. data/_includes/toc +6 -6
  49. data/_includes/toc.html +74 -74
  50. data/_includes/video +11 -11
  51. data/_layouts/archive-taxonomy.html +14 -14
  52. data/_layouts/compress.html +10 -10
  53. data/_layouts/default.html +1 -1
  54. data/_layouts/home.html +11 -11
  55. data/_layouts/search.html +35 -35
  56. data/_layouts/single.html +92 -92
  57. data/_layouts/splash.html +21 -21
  58. data/_sass/minimal-mistakes.scss +1 -1
  59. data/_sass/minimal-mistakes/_animations.scss +20 -20
  60. data/_sass/minimal-mistakes/_archive.scss +319 -319
  61. data/_sass/minimal-mistakes/_buttons.scss +97 -97
  62. data/_sass/minimal-mistakes/_footer.scss +85 -85
  63. data/_sass/minimal-mistakes/_masthead.scss +83 -83
  64. data/_sass/minimal-mistakes/_mixins.scss +91 -91
  65. data/_sass/minimal-mistakes/_notices.scss +99 -99
  66. data/_sass/minimal-mistakes/_page.scss +452 -452
  67. data/_sass/minimal-mistakes/_reset.scss +186 -186
  68. data/_sass/minimal-mistakes/_search.scss +125 -125
  69. data/_sass/minimal-mistakes/_sidebar.scss +297 -297
  70. data/_sass/minimal-mistakes/_tables.scss +36 -36
  71. data/_sass/minimal-mistakes/_utilities.scss +520 -520
  72. data/_sass/minimal-mistakes/_variables.scss +153 -153
  73. data/_sass/minimal-mistakes/skins/_air.scss +23 -23
  74. data/_sass/minimal-mistakes/skins/_aqua.scss +29 -29
  75. data/_sass/minimal-mistakes/skins/_contrast.scss +51 -51
  76. data/_sass/minimal-mistakes/skins/_dark.scss +42 -42
  77. data/_sass/minimal-mistakes/skins/_default.scss +5 -5
  78. data/_sass/minimal-mistakes/skins/_dirt.scss +33 -33
  79. data/_sass/minimal-mistakes/skins/_mint.scss +23 -23
  80. data/_sass/minimal-mistakes/skins/_neon.scss +53 -53
  81. data/_sass/minimal-mistakes/skins/_plum.scss +60 -60
  82. data/_sass/minimal-mistakes/skins/_sunrise.scss +44 -44
  83. data/_sass/minimal-mistakes/vendor/breakpoint/_breakpoint.scss +114 -114
  84. data/_sass/minimal-mistakes/vendor/breakpoint/_context.scss +94 -94
  85. data/_sass/minimal-mistakes/vendor/breakpoint/_helpers.scss +151 -151
  86. data/_sass/minimal-mistakes/vendor/breakpoint/_legacy-settings.scss +49 -49
  87. data/_sass/minimal-mistakes/vendor/breakpoint/_no-query.scss +15 -15
  88. data/_sass/minimal-mistakes/vendor/breakpoint/_parsers.scss +215 -215
  89. data/_sass/minimal-mistakes/vendor/breakpoint/_respond-to.scss +82 -82
  90. data/_sass/minimal-mistakes/vendor/breakpoint/_settings.scss +70 -70
  91. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_double.scss +33 -33
  92. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_query.scss +82 -82
  93. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_resolution.scss +31 -31
  94. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_single.scss +26 -26
  95. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_triple.scss +36 -36
  96. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default-pair.scss +21 -21
  97. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default.scss +22 -22
  98. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_double-string.scss +21 -21
  99. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/resolution/_resolution.scss +60 -60
  100. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/single/_default.scss +13 -13
  101. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/triple/_default.scss +18 -18
  102. data/_sass/minimal-mistakes/vendor/magnific-popup/_magnific-popup.scss +649 -649
  103. data/_sass/minimal-mistakes/vendor/magnific-popup/_settings.scss +45 -45
  104. data/_sass/minimal-mistakes/vendor/susy/_susy-prefix.scss +13 -13
  105. data/_sass/minimal-mistakes/vendor/susy/_susy.scss +5 -5
  106. data/_sass/minimal-mistakes/vendor/susy/plugins/_svg-grid.scss +5 -5
  107. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_prefix.scss +7 -7
  108. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-api.scss +114 -114
  109. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-grid-math.scss +67 -67
  110. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-settings.scss +14 -14
  111. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-unprefix.scss +18 -18
  112. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-utilities.scss +133 -133
  113. data/_sass/minimal-mistakes/vendor/susy/susy/_api.scss +318 -318
  114. data/_sass/minimal-mistakes/vendor/susy/susy/_normalize.scss +261 -261
  115. data/_sass/minimal-mistakes/vendor/susy/susy/_parse.scss +163 -163
  116. data/_sass/minimal-mistakes/vendor/susy/susy/_settings.scss +329 -329
  117. data/_sass/minimal-mistakes/vendor/susy/susy/_su-math.scss +441 -441
  118. data/_sass/minimal-mistakes/vendor/susy/susy/_su-validate.scss +213 -213
  119. data/_sass/minimal-mistakes/vendor/susy/susy/_syntax-helpers.scss +191 -191
  120. data/_sass/minimal-mistakes/vendor/susy/susy/_unprefix.scss +56 -56
  121. data/_sass/minimal-mistakes/vendor/susy/susy/_utilities.scss +167 -167
  122. data/assets/css/main.scss +7 -7
  123. data/assets/js/_main.js +106 -106
  124. data/assets/js/lunr/lunr-en.js +75 -75
  125. data/assets/js/lunr/lunr-gr.js +528 -528
  126. data/assets/js/lunr/lunr-store.js +36 -36
  127. data/assets/js/lunr/lunr.js +2977 -2977
  128. data/assets/js/main.min.js +5 -5
  129. data/assets/js/plugins/jquery.fitvids.js +81 -81
  130. data/assets/js/vendor/jquery/jquery-3.3.1.min.js +2 -0
  131. metadata +5 -4
  132. data/assets/js/vendor/jquery/jquery-3.2.1.min.js +0 -4
@@ -1,297 +1,297 @@
1
- /* ==========================================================================
2
- SIDEBAR
3
- ========================================================================== */
4
-
5
- /*
6
- Default
7
- ========================================================================== */
8
-
9
- .sidebar {
10
- @include clearfix();
11
- margin-bottom: 1em;
12
-
13
- @include breakpoint(max-width $large) {
14
- /* fix z-index order of follow links */
15
- position: relative;
16
- z-index: 10;
17
- -webkit-transform: translate3d(0, 0, 0);
18
- transform: translate3d(0, 0, 0);
19
- }
20
-
21
- @include breakpoint($large) {
22
- float: left;
23
- width: calc(#{$right-sidebar-width-narrow} - 1em);
24
- opacity: 0.75;
25
- -webkit-transition: opacity 0.2s ease-in-out;
26
- transition: opacity 0.2s ease-in-out;
27
-
28
- &:hover {
29
- opacity: 1;
30
- }
31
-
32
- &.sticky {
33
- overflow-y: auto;
34
- /* calculate height of nav list */
35
- height: calc(
36
- 100vh - 90px - 2em
37
- ); // viewport height - approx. masthead height - main content top margin
38
- }
39
- }
40
-
41
- @include breakpoint($x-large) {
42
- width: calc(#{$right-sidebar-width} - 1em);
43
- }
44
-
45
- h2,
46
- h3,
47
- h4,
48
- h5,
49
- h6 {
50
- margin-bottom: 0;
51
- font-family: $sans-serif-narrow;
52
- }
53
-
54
- p,
55
- li {
56
- font-family: $sans-serif;
57
- font-size: $type-size-6;
58
- line-height: 1.5;
59
- }
60
-
61
- img {
62
- width: 100%;
63
- }
64
- }
65
-
66
- .sidebar__right {
67
- margin-bottom: 1em;
68
-
69
- @include breakpoint($large) {
70
- position: absolute;
71
- top: 0;
72
- right: 0;
73
- width: $right-sidebar-width-narrow;
74
- margin-right: -1 * $right-sidebar-width-narrow;
75
- padding-left: 1em;
76
- z-index: 10;
77
- }
78
-
79
- @include breakpoint($x-large) {
80
- width: $right-sidebar-width;
81
- margin-right: -1 * $right-sidebar-width;
82
- }
83
- }
84
-
85
- .splash .sidebar__right {
86
- @include breakpoint($large) {
87
- position: relative;
88
- float: right;
89
- margin-right: 0;
90
- }
91
-
92
- @include breakpoint($x-large) {
93
- margin-right: 0;
94
- }
95
- }
96
-
97
- /*
98
- Author profile and links
99
- ========================================================================== */
100
-
101
- .author__avatar {
102
- display: table-cell;
103
- vertical-align: top;
104
- width: 36px;
105
- height: 36px;
106
-
107
- @include breakpoint($large) {
108
- display: block;
109
- width: auto;
110
- height: auto;
111
- }
112
-
113
- img {
114
- max-width: 110px;
115
- border-radius: 50%;
116
-
117
- @include breakpoint($large) {
118
- padding: 5px;
119
- border: 1px solid $border-color;
120
- }
121
- }
122
- }
123
-
124
- .author__content {
125
- display: table-cell;
126
- vertical-align: top;
127
- padding-left: 15px;
128
- padding-right: 25px;
129
- line-height: 1;
130
-
131
- @include breakpoint($large) {
132
- display: block;
133
- width: 100%;
134
- padding-left: 0;
135
- padding-right: 0;
136
- }
137
-
138
- a {
139
- color: inherit;
140
- text-decoration: none;
141
- }
142
- }
143
-
144
- .author__name {
145
- margin: 0;
146
-
147
- @include breakpoint($large) {
148
- margin-top: 10px;
149
- margin-bottom: 10px;
150
- }
151
- }
152
- .sidebar .author__name {
153
- font-family: $sans-serif;
154
- font-size: $type-size-5;
155
- }
156
-
157
- .author__bio {
158
- margin: 0;
159
-
160
- @include breakpoint($large) {
161
- margin-top: 10px;
162
- margin-bottom: 20px;
163
- }
164
- }
165
-
166
- .author__urls-wrapper {
167
- position: relative;
168
- display: table-cell;
169
- vertical-align: middle;
170
- font-family: $sans-serif;
171
- z-index: 10;
172
- position: relative;
173
- cursor: pointer;
174
-
175
- li:last-child {
176
- a {
177
- margin-bottom: 0;
178
- }
179
- }
180
-
181
- @include breakpoint($large) {
182
- display: block;
183
- }
184
-
185
- button {
186
- margin-bottom: 0;
187
-
188
- @include breakpoint($large) {
189
- display: none;
190
- }
191
- }
192
- }
193
-
194
- .author__urls {
195
- display: none;
196
- position: absolute;
197
- right: 0;
198
- margin-top: 15px;
199
- padding: 10px;
200
- list-style-type: none;
201
- border: 1px solid $border-color;
202
- border-radius: $border-radius;
203
- background: $background-color;
204
- z-index: -1;
205
- box-shadow: 0 2px 4px 0 rgba(#000, 0.16), 0 2px 10px 0 rgba(#000, 0.12);
206
- cursor: default;
207
-
208
- &.is--visible {
209
- display: block;
210
- }
211
-
212
- @include breakpoint($large) {
213
- display: block;
214
- position: relative;
215
- margin: 0;
216
- padding: 0;
217
- border: 0;
218
- background: transparent;
219
- box-shadow: none;
220
- }
221
-
222
- &:before {
223
- display: block;
224
- content: "";
225
- position: absolute;
226
- top: -11px;
227
- left: calc(50% - 10px);
228
- width: 0;
229
- border-style: solid;
230
- border-width: 0 10px 10px;
231
- border-color: $border-color transparent;
232
- z-index: 0;
233
-
234
- @include breakpoint($large) {
235
- display: none;
236
- }
237
- }
238
-
239
- &:after {
240
- display: block;
241
- content: "";
242
- position: absolute;
243
- top: -10px;
244
- left: calc(50% - 10px);
245
- width: 0;
246
- border-style: solid;
247
- border-width: 0 10px 10px;
248
- border-color: $background-color transparent;
249
- z-index: 1;
250
-
251
- @include breakpoint($large) {
252
- display: none;
253
- }
254
- }
255
-
256
- li {
257
- white-space: nowrap;
258
- }
259
-
260
- a {
261
- display: block;
262
- margin-bottom: 5px;
263
- padding-right: 5px;
264
- padding-top: 2px;
265
- padding-bottom: 2px;
266
- color: inherit;
267
- font-size: $type-size-5;
268
- text-decoration: none;
269
-
270
- &:hover {
271
- text-decoration: underline;
272
- }
273
- }
274
- }
275
-
276
- /*
277
- Wide Pages
278
- ========================================================================== */
279
-
280
- .wide .sidebar__right {
281
- margin-bottom: 1em;
282
- @include breakpoint($large) {
283
- position: initial;
284
- top: initial;
285
- right: initial;
286
- width: initial;
287
- margin-right: initial;
288
- padding-left: initial;
289
- z-index: initial;
290
- }
291
-
292
- @include breakpoint($x-large) {
293
- width: initial;
294
- margin-right: initial;
295
- }
296
- }
297
-
1
+ /* ==========================================================================
2
+ SIDEBAR
3
+ ========================================================================== */
4
+
5
+ /*
6
+ Default
7
+ ========================================================================== */
8
+
9
+ .sidebar {
10
+ @include clearfix();
11
+ margin-bottom: 1em;
12
+
13
+ @include breakpoint(max-width $large) {
14
+ /* fix z-index order of follow links */
15
+ position: relative;
16
+ z-index: 10;
17
+ -webkit-transform: translate3d(0, 0, 0);
18
+ transform: translate3d(0, 0, 0);
19
+ }
20
+
21
+ @include breakpoint($large) {
22
+ float: left;
23
+ width: calc(#{$right-sidebar-width-narrow} - 1em);
24
+ opacity: 0.75;
25
+ -webkit-transition: opacity 0.2s ease-in-out;
26
+ transition: opacity 0.2s ease-in-out;
27
+
28
+ &:hover {
29
+ opacity: 1;
30
+ }
31
+
32
+ &.sticky {
33
+ overflow-y: auto;
34
+ /* calculate height of nav list */
35
+ height: calc(
36
+ 100vh - 90px - 2em
37
+ ); // viewport height - approx. masthead height - main content top margin
38
+ }
39
+ }
40
+
41
+ @include breakpoint($x-large) {
42
+ width: calc(#{$right-sidebar-width} - 1em);
43
+ }
44
+
45
+ h2,
46
+ h3,
47
+ h4,
48
+ h5,
49
+ h6 {
50
+ margin-bottom: 0;
51
+ font-family: $sans-serif-narrow;
52
+ }
53
+
54
+ p,
55
+ li {
56
+ font-family: $sans-serif;
57
+ font-size: $type-size-6;
58
+ line-height: 1.5;
59
+ }
60
+
61
+ img {
62
+ width: 100%;
63
+ }
64
+ }
65
+
66
+ .sidebar__right {
67
+ margin-bottom: 1em;
68
+
69
+ @include breakpoint($large) {
70
+ position: absolute;
71
+ top: 0;
72
+ right: 0;
73
+ width: $right-sidebar-width-narrow;
74
+ margin-right: -1 * $right-sidebar-width-narrow;
75
+ padding-left: 1em;
76
+ z-index: 10;
77
+ }
78
+
79
+ @include breakpoint($x-large) {
80
+ width: $right-sidebar-width;
81
+ margin-right: -1 * $right-sidebar-width;
82
+ }
83
+ }
84
+
85
+ .splash .sidebar__right {
86
+ @include breakpoint($large) {
87
+ position: relative;
88
+ float: right;
89
+ margin-right: 0;
90
+ }
91
+
92
+ @include breakpoint($x-large) {
93
+ margin-right: 0;
94
+ }
95
+ }
96
+
97
+ /*
98
+ Author profile and links
99
+ ========================================================================== */
100
+
101
+ .author__avatar {
102
+ display: table-cell;
103
+ vertical-align: top;
104
+ width: 36px;
105
+ height: 36px;
106
+
107
+ @include breakpoint($large) {
108
+ display: block;
109
+ width: auto;
110
+ height: auto;
111
+ }
112
+
113
+ img {
114
+ max-width: 110px;
115
+ border-radius: 50%;
116
+
117
+ @include breakpoint($large) {
118
+ padding: 5px;
119
+ border: 1px solid $border-color;
120
+ }
121
+ }
122
+ }
123
+
124
+ .author__content {
125
+ display: table-cell;
126
+ vertical-align: top;
127
+ padding-left: 15px;
128
+ padding-right: 25px;
129
+ line-height: 1;
130
+
131
+ @include breakpoint($large) {
132
+ display: block;
133
+ width: 100%;
134
+ padding-left: 0;
135
+ padding-right: 0;
136
+ }
137
+
138
+ a {
139
+ color: inherit;
140
+ text-decoration: none;
141
+ }
142
+ }
143
+
144
+ .author__name {
145
+ margin: 0;
146
+
147
+ @include breakpoint($large) {
148
+ margin-top: 10px;
149
+ margin-bottom: 10px;
150
+ }
151
+ }
152
+ .sidebar .author__name {
153
+ font-family: $sans-serif;
154
+ font-size: $type-size-5;
155
+ }
156
+
157
+ .author__bio {
158
+ margin: 0;
159
+
160
+ @include breakpoint($large) {
161
+ margin-top: 10px;
162
+ margin-bottom: 20px;
163
+ }
164
+ }
165
+
166
+ .author__urls-wrapper {
167
+ position: relative;
168
+ display: table-cell;
169
+ vertical-align: middle;
170
+ font-family: $sans-serif;
171
+ z-index: 10;
172
+ position: relative;
173
+ cursor: pointer;
174
+
175
+ li:last-child {
176
+ a {
177
+ margin-bottom: 0;
178
+ }
179
+ }
180
+
181
+ @include breakpoint($large) {
182
+ display: block;
183
+ }
184
+
185
+ button {
186
+ margin-bottom: 0;
187
+
188
+ @include breakpoint($large) {
189
+ display: none;
190
+ }
191
+ }
192
+ }
193
+
194
+ .author__urls {
195
+ display: none;
196
+ position: absolute;
197
+ right: 0;
198
+ margin-top: 15px;
199
+ padding: 10px;
200
+ list-style-type: none;
201
+ border: 1px solid $border-color;
202
+ border-radius: $border-radius;
203
+ background: $background-color;
204
+ z-index: -1;
205
+ box-shadow: 0 2px 4px 0 rgba(#000, 0.16), 0 2px 10px 0 rgba(#000, 0.12);
206
+ cursor: default;
207
+
208
+ &.is--visible {
209
+ display: block;
210
+ }
211
+
212
+ @include breakpoint($large) {
213
+ display: block;
214
+ position: relative;
215
+ margin: 0;
216
+ padding: 0;
217
+ border: 0;
218
+ background: transparent;
219
+ box-shadow: none;
220
+ }
221
+
222
+ &:before {
223
+ display: block;
224
+ content: "";
225
+ position: absolute;
226
+ top: -11px;
227
+ left: calc(50% - 10px);
228
+ width: 0;
229
+ border-style: solid;
230
+ border-width: 0 10px 10px;
231
+ border-color: $border-color transparent;
232
+ z-index: 0;
233
+
234
+ @include breakpoint($large) {
235
+ display: none;
236
+ }
237
+ }
238
+
239
+ &:after {
240
+ display: block;
241
+ content: "";
242
+ position: absolute;
243
+ top: -10px;
244
+ left: calc(50% - 10px);
245
+ width: 0;
246
+ border-style: solid;
247
+ border-width: 0 10px 10px;
248
+ border-color: $background-color transparent;
249
+ z-index: 1;
250
+
251
+ @include breakpoint($large) {
252
+ display: none;
253
+ }
254
+ }
255
+
256
+ li {
257
+ white-space: nowrap;
258
+ }
259
+
260
+ a {
261
+ display: block;
262
+ margin-bottom: 5px;
263
+ padding-right: 5px;
264
+ padding-top: 2px;
265
+ padding-bottom: 2px;
266
+ color: inherit;
267
+ font-size: $type-size-5;
268
+ text-decoration: none;
269
+
270
+ &:hover {
271
+ text-decoration: underline;
272
+ }
273
+ }
274
+ }
275
+
276
+ /*
277
+ Wide Pages
278
+ ========================================================================== */
279
+
280
+ .wide .sidebar__right {
281
+ margin-bottom: 1em;
282
+ @include breakpoint($large) {
283
+ position: initial;
284
+ top: initial;
285
+ right: initial;
286
+ width: initial;
287
+ margin-right: initial;
288
+ padding-left: initial;
289
+ z-index: initial;
290
+ }
291
+
292
+ @include breakpoint($x-large) {
293
+ width: initial;
294
+ margin-right: initial;
295
+ }
296
+ }
297
+