minimal-mistakes-jekyll 4.8.1 → 4.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +22 -2
  3. data/LICENSE.txt +1 -1
  4. data/README.md +5 -13
  5. data/_data/ui-text.yml +2 -0
  6. data/_includes/archive-single.html +2 -2
  7. data/_includes/author-profile-custom-links.html +1 -1
  8. data/_includes/author-profile.html +27 -27
  9. data/_includes/category-list.html +1 -1
  10. data/_includes/comments-providers/staticman.html +1 -1
  11. data/_includes/comments-providers/staticman_v2.html +1 -1
  12. data/_includes/comments.html +2 -2
  13. data/_includes/footer.html +6 -6
  14. data/_includes/page__hero.html +2 -2
  15. data/_includes/scripts.html +12 -3
  16. data/_includes/social-share.html +4 -4
  17. data/_includes/tag-list.html +1 -1
  18. data/_includes/toc +1 -1
  19. data/_layouts/default.html +2 -2
  20. data/_layouts/single.html +4 -4
  21. data/_sass/minimal-mistakes.scss +2 -3
  22. data/_sass/minimal-mistakes/_base.scss +0 -2
  23. data/_sass/minimal-mistakes/_footer.scss +7 -5
  24. data/_sass/minimal-mistakes/_sidebar.scss +14 -8
  25. data/_sass/minimal-mistakes/_syntax.scss +275 -245
  26. data/_sass/minimal-mistakes/_utilities.scss +15 -11
  27. data/_sass/minimal-mistakes/_variables.scss +108 -92
  28. data/_sass/minimal-mistakes/skins/_air.scss +2 -2
  29. data/_sass/minimal-mistakes/skins/_contrast.scss +20 -3
  30. data/_sass/minimal-mistakes/skins/_dark.scss +20 -3
  31. data/_sass/minimal-mistakes/skins/_dirt.scss +19 -1
  32. data/_sass/minimal-mistakes/skins/_mint.scss +2 -2
  33. data/_sass/minimal-mistakes/skins/_neon.scss +19 -1
  34. data/_sass/minimal-mistakes/skins/_plum.scss +19 -1
  35. data/_sass/minimal-mistakes/skins/_sunrise.scss +20 -2
  36. data/assets/js/_main.js +21 -0
  37. data/assets/js/{lunr-en.js → lunr/lunr-en.js} +15 -44
  38. data/assets/js/lunr/lunr-gr.js +528 -0
  39. data/assets/js/lunr/lunr-store.js +36 -0
  40. data/assets/js/{lunr.min.js → lunr/lunr.min.js} +0 -0
  41. data/assets/js/main.min.js +6 -6
  42. metadata +6 -24
  43. data/_sass/minimal-mistakes/vendor/font-awesome/_animated.scss +0 -34
  44. data/_sass/minimal-mistakes/vendor/font-awesome/_bordered-pulled.scss +0 -25
  45. data/_sass/minimal-mistakes/vendor/font-awesome/_core.scss +0 -12
  46. data/_sass/minimal-mistakes/vendor/font-awesome/_fixed-width.scss +0 -6
  47. data/_sass/minimal-mistakes/vendor/font-awesome/_font-awesome.scss +0 -18
  48. data/_sass/minimal-mistakes/vendor/font-awesome/_icons.scss +0 -789
  49. data/_sass/minimal-mistakes/vendor/font-awesome/_larger.scss +0 -13
  50. data/_sass/minimal-mistakes/vendor/font-awesome/_list.scss +0 -19
  51. data/_sass/minimal-mistakes/vendor/font-awesome/_mixins.scss +0 -60
  52. data/_sass/minimal-mistakes/vendor/font-awesome/_path.scss +0 -15
  53. data/_sass/minimal-mistakes/vendor/font-awesome/_rotated-flipped.scss +0 -20
  54. data/_sass/minimal-mistakes/vendor/font-awesome/_screen-reader.scss +0 -5
  55. data/_sass/minimal-mistakes/vendor/font-awesome/_stacked.scss +0 -20
  56. data/_sass/minimal-mistakes/vendor/font-awesome/_variables.scss +0 -800
  57. data/assets/fonts/FontAwesome.otf +0 -0
  58. data/assets/fonts/fontawesome-webfont.eot +0 -0
  59. data/assets/fonts/fontawesome-webfont.svg +0 -2671
  60. data/assets/fonts/fontawesome-webfont.ttf +0 -0
  61. data/assets/fonts/fontawesome-webfont.woff +0 -0
  62. data/assets/fonts/fontawesome-webfont.woff2 +0 -0
@@ -183,7 +183,10 @@ body:hover .visually-hidden button {
183
183
  /* social icons*/
184
184
 
185
185
  .social-icons {
186
- .fa {
186
+ .fas,
187
+ .fab,
188
+ .far,
189
+ .fal {
187
190
  color: $text-color;
188
191
  }
189
192
 
@@ -192,17 +195,18 @@ body:hover .visually-hidden button {
192
195
  color: $behance-color;
193
196
  }
194
197
 
195
- .fa-bitbucket,
196
- .fa-bitbucket-square {
198
+ .fa-bitbucket {
197
199
  color: $bitbucket-color;
198
200
  }
199
201
 
200
- .fa-dribbble {
202
+ .fa-dribbble,
203
+ .fa-dribble-square {
201
204
  color: $dribbble-color;
202
205
  }
203
206
 
204
207
  .fa-facebook,
205
- .fa-facebook-square {
208
+ .fa-facebook-square,
209
+ .fa-facebook-f {
206
210
  color: $facebook-color;
207
211
  }
208
212
 
@@ -221,7 +225,8 @@ body:hover .visually-hidden button {
221
225
  }
222
226
 
223
227
  .fa-google-plus,
224
- .fa-google-plus-square {
228
+ .fa-google-plus-square,
229
+ .fa-google-plus-g {
225
230
  color: $google-plus-color;
226
231
  }
227
232
 
@@ -235,7 +240,7 @@ body:hover .visually-hidden button {
235
240
  }
236
241
 
237
242
  .fa-linkedin,
238
- .fa-linkedin-square {
243
+ .fa-linkedin-in {
239
244
  color: $linkedin-color;
240
245
  }
241
246
 
@@ -270,7 +275,8 @@ body:hover .visually-hidden button {
270
275
  }
271
276
 
272
277
  .fa-vimeo,
273
- .fa-vimeo-square {
278
+ .fa-vimeo-square,
279
+ .fa-vimeo-v {
274
280
  color: $vimeo-color;
275
281
  }
276
282
 
@@ -278,9 +284,7 @@ body:hover .visually-hidden button {
278
284
  color: $vine-color;
279
285
  }
280
286
 
281
- .fa-youtube,
282
- .fa-youtube-square,
283
- .fa-youtube-play {
287
+ .fa-youtube {
284
288
  color: $youtube-color;
285
289
  }
286
290
 
@@ -6,132 +6,148 @@
6
6
  Typography
7
7
  ========================================================================== */
8
8
 
9
- $doc-font-size : 16 !default;
9
+ $doc-font-size: 16 !default;
10
10
 
11
11
  /* paragraph indention */
12
- $paragraph-indent : false !default; // true, false (default)
13
- $indent-var : 1.3em !default;
12
+ $paragraph-indent: false !default; // true, false (default)
13
+ $indent-var: 1.3em !default;
14
14
 
15
15
  /* system typefaces */
16
- $serif : Georgia, Times, serif !default;
17
- $sans-serif : -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif !default;
18
- $monospace : Monaco, Consolas, "Lucida Console", monospace !default;
16
+ $serif: Georgia, Times, serif !default;
17
+ $sans-serif: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI",
18
+ "Helvetica Neue", "Lucida Grande", Arial, sans-serif !default;
19
+ $monospace: Monaco, Consolas, "Lucida Console", monospace !default;
19
20
 
20
21
  /* sans serif typefaces */
21
- $sans-serif-narrow : $sans-serif !default;
22
- $helvetica : Helvetica, "Helvetica Neue", Arial, sans-serif !default;
22
+ $sans-serif-narrow: $sans-serif !default;
23
+ $helvetica: Helvetica, "Helvetica Neue", Arial, sans-serif !default;
23
24
 
24
25
  /* serif typefaces */
25
- $georgia : Georgia, serif !default;
26
- $times : Times, serif !default;
27
- $bodoni : "Bodoni MT", serif !default;
28
- $calisto : "Calisto MT", serif !default;
29
- $garamond : Garamond, serif !default;
26
+ $georgia: Georgia, serif !default;
27
+ $times: Times, serif !default;
28
+ $bodoni: "Bodoni MT", serif !default;
29
+ $calisto: "Calisto MT", serif !default;
30
+ $garamond: Garamond, serif !default;
30
31
 
31
- $global-font-family : $sans-serif !default;
32
- $header-font-family : $sans-serif !default;
33
- $caption-font-family : $serif !default;
32
+ $global-font-family: $sans-serif !default;
33
+ $header-font-family: $sans-serif !default;
34
+ $caption-font-family: $serif !default;
34
35
 
35
36
  /* type scale */
36
- $type-size-1 : 2.441em !default; // ~39.056px
37
- $type-size-2 : 1.953em !default; // ~31.248px
38
- $type-size-3 : 1.563em !default; // ~25.008px
39
- $type-size-4 : 1.25em !default; // ~20px
40
- $type-size-5 : 1em !default; // ~16px
41
- $type-size-6 : 0.75em !default; // ~12px
42
- $type-size-7 : 0.6875em !default; // ~11px
43
- $type-size-8 : 0.625em !default; // ~10px
44
-
37
+ $type-size-1: 2.441em !default; // ~39.056px
38
+ $type-size-2: 1.953em !default; // ~31.248px
39
+ $type-size-3: 1.563em !default; // ~25.008px
40
+ $type-size-4: 1.25em !default; // ~20px
41
+ $type-size-5: 1em !default; // ~16px
42
+ $type-size-6: 0.75em !default; // ~12px
43
+ $type-size-7: 0.6875em !default; // ~11px
44
+ $type-size-8: 0.625em !default; // ~10px
45
45
 
46
46
  /*
47
47
  Colors
48
48
  ========================================================================== */
49
49
 
50
- $gray : #7a8288 !default;
51
- $dark-gray : mix(#000, $gray, 40%) !default;
52
- $darker-gray : mix(#000, $gray, 60%) !default;
53
- $light-gray : mix(#fff, $gray, 50%) !default;
54
- $lighter-gray : mix(#fff, $gray, 90%) !default;
55
-
56
- $background-color : #fff !default;
57
- $code-background-color : #fafafa !default;
58
- $code-background-color-dark : $light-gray !default;
59
- $text-color : $dark-gray !default;
60
- $muted-text-color : mix(#fff, $text-color, 35%) !default;
61
- $border-color : $lighter-gray !default;
62
- $form-background-color : $lighter-gray !default;
63
- $footer-background-color : $lighter-gray !default;
64
-
65
- $primary-color : #7a8288 !default;
66
- $success-color : #62c462 !default;
67
- $warning-color : #f89406 !default;
68
- $danger-color : #ee5f5b !default;
69
- $info-color : #52adc8 !default;
50
+ $gray: #7a8288 !default;
51
+ $dark-gray: mix(#000, $gray, 40%) !default;
52
+ $darker-gray: mix(#000, $gray, 60%) !default;
53
+ $light-gray: mix(#fff, $gray, 50%) !default;
54
+ $lighter-gray: mix(#fff, $gray, 90%) !default;
55
+
56
+ $background-color: #fff !default;
57
+ $code-background-color: #fafafa !default;
58
+ $code-background-color-dark: $light-gray !default;
59
+ $text-color: $dark-gray !default;
60
+ $muted-text-color: mix(#fff, $text-color, 35%) !default;
61
+ $border-color: $lighter-gray !default;
62
+ $form-background-color: $lighter-gray !default;
63
+ $footer-background-color: $lighter-gray !default;
64
+
65
+ $primary-color: #7a8288 !default;
66
+ $success-color: #62c462 !default;
67
+ $warning-color: #f89406 !default;
68
+ $danger-color: #ee5f5b !default;
69
+ $info-color: #52adc8 !default;
70
70
 
71
71
  /* YIQ color contrast */
72
- $yiq-contrasted-dark-default : $dark-gray !default;
73
- $yiq-contrasted-light-default : #fff !default;
74
- $yiq-contrasted-threshold : 175 !default;
75
- $yiq-debug : false !default;
72
+ $yiq-contrasted-dark-default: $dark-gray !default;
73
+ $yiq-contrasted-light-default: #fff !default;
74
+ $yiq-contrasted-threshold: 175 !default;
75
+ $yiq-debug: false !default;
76
76
 
77
77
  /* brands */
78
- $behance-color : #1769FF !default;
79
- $bitbucket-color : #205081 !default;
80
- $dribbble-color : #ea4c89 !default;
81
- $facebook-color : #3b5998 !default;
82
- $flickr-color : #ff0084 !default;
83
- $foursquare-color : #0072b1 !default;
84
- $github-color : #171516 !default;
85
- $google-plus-color : #dd4b39 !default;
86
- $instagram-color : #517fa4 !default;
87
- $lastfm-color : #d51007 !default;
88
- $linkedin-color : #007bb6 !default;
89
- $pinterest-color : #cb2027 !default;
90
- $rss-color : #fa9b39 !default;
91
- $soundcloud-color : #ff3300 !default;
92
- $stackoverflow-color : #fe7a15 !default;
93
- $tumblr-color : #32506d !default;
94
- $twitter-color : #55acee !default;
95
- $vimeo-color : #1ab7ea !default;
96
- $vine-color : #00bf8f !default;
97
- $youtube-color : #bb0000 !default;
98
- $xing-color : #006567 !default;
78
+ $behance-color: #1769ff !default;
79
+ $bitbucket-color: #205081 !default;
80
+ $dribbble-color: #ea4c89 !default;
81
+ $facebook-color: #3b5998 !default;
82
+ $flickr-color: #ff0084 !default;
83
+ $foursquare-color: #0072b1 !default;
84
+ $github-color: #171516 !default;
85
+ $google-plus-color: #dd4b39 !default;
86
+ $instagram-color: #517fa4 !default;
87
+ $lastfm-color: #d51007 !default;
88
+ $linkedin-color: #007bb6 !default;
89
+ $pinterest-color: #cb2027 !default;
90
+ $rss-color: #fa9b39 !default;
91
+ $soundcloud-color: #ff3300 !default;
92
+ $stackoverflow-color: #fe7a15 !default;
93
+ $tumblr-color: #32506d !default;
94
+ $twitter-color: #55acee !default;
95
+ $vimeo-color: #1ab7ea !default;
96
+ $vine-color: #00bf8f !default;
97
+ $youtube-color: #bb0000 !default;
98
+ $xing-color: #006567 !default;
99
99
 
100
100
  /* links */
101
- $link-color : $info-color !default;
102
- $link-color-hover : mix(#000, $link-color, 25%) !default;
103
- $link-color-visited : mix(#fff, $link-color, 25%) !default;
104
- $masthead-link-color : $primary-color !default;
105
- $masthead-link-color-hover : mix(#000, $primary-color, 25%) !default;
106
- $navicon-link-color-hover : mix(#fff, $primary-color, 75%) !default;
101
+ $link-color: $info-color !default;
102
+ $link-color-hover: mix(#000, $link-color, 25%) !default;
103
+ $link-color-visited: mix(#fff, $link-color, 25%) !default;
104
+ $masthead-link-color: $primary-color !default;
105
+ $masthead-link-color-hover: mix(#000, $primary-color, 25%) !default;
106
+ $navicon-link-color-hover: mix(#fff, $primary-color, 75%) !default;
107
+
108
+ /* syntax highlighting (base16) */
109
+ $base00: #263238 !default;
110
+ $base01: #2e3c43 !default;
111
+ $base02: #314549 !default;
112
+ $base03: #546e7a !default;
113
+ $base04: #b2ccd6 !default;
114
+ $base05: #eeffff !default;
115
+ $base06: #eeffff !default;
116
+ $base07: #ffffff !default;
117
+ $base08: #f07178 !default;
118
+ $base09: #f78c6c !default;
119
+ $base0a: #ffcb6b !default;
120
+ $base0b: #c3e88d !default;
121
+ $base0c: #89ddff !default;
122
+ $base0d: #82aaff !default;
123
+ $base0e: #c792ea !default;
124
+ $base0f: #ff5370 !default;
107
125
 
108
126
  /*
109
127
  Breakpoints
110
128
  ========================================================================== */
111
129
 
112
- $small : 600px !default;
113
- $medium : 768px !default;
114
- $medium-wide : 900px !default;
115
- $large : 1024px !default;
116
- $x-large : 1280px !default;
117
-
130
+ $small: 600px !default;
131
+ $medium: 768px !default;
132
+ $medium-wide: 900px !default;
133
+ $large: 1024px !default;
134
+ $x-large: 1280px !default;
118
135
 
119
136
  /*
120
137
  Grid
121
138
  ========================================================================== */
122
139
 
123
- $right-sidebar-width-narrow : 200px !default;
124
- $right-sidebar-width : 300px !default;
125
- $right-sidebar-width-wide : 400px !default;
126
-
140
+ $right-sidebar-width-narrow: 200px !default;
141
+ $right-sidebar-width: 300px !default;
142
+ $right-sidebar-width-wide: 400px !default;
127
143
 
128
144
  /*
129
145
  Other
130
146
  ========================================================================== */
131
147
 
132
- $border-radius : 4px !default;
133
- $box-shadow : 0 1px 1px rgba(0, 0, 0, 0.125) !default;
134
- $navicon-width : 1.5rem !default;
135
- $navicon-height : 0.25rem !default;
136
- $global-transition : all 0.2s ease-in-out !default;
137
- $intro-transition : intro 0.3s both !default;
148
+ $border-radius: 4px !default;
149
+ $box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125) !default;
150
+ $navicon-width: 1.5rem !default;
151
+ $navicon-height: 0.25rem !default;
152
+ $global-transition: all 0.2s ease-in-out !default;
153
+ $intro-transition: intro 0.3s both !default;
@@ -18,6 +18,6 @@ $navicon-link-color-hover: mix(#fff, $text-color, 80%) !default;
18
18
  color: #fff !important; // override
19
19
  }
20
20
 
21
- .page__footer-follow .social-icons .fa {
21
+ .page__footer-follow .social-icons .svg-inline--fa {
22
22
  color: inherit;
23
- }
23
+ }
@@ -13,8 +13,25 @@ $masthead-link-color: $text-color !default;
13
13
  $masthead-link-color-hover: $text-color !default;
14
14
  $navicon-link-color-hover: mix(#fff, $text-color, 80%) !default;
15
15
 
16
- .page__content {
16
+ /* contrast syntax highlighting (base16) */
17
+ $base00: #000000 !default;
18
+ $base01: #242422 !default;
19
+ $base02: #484844 !default;
20
+ $base03: #6c6c66 !default;
21
+ $base04: #918f88 !default;
22
+ $base05: #b5b3aa !default;
23
+ $base06: #d9d7cc !default;
24
+ $base07: #fdfbee !default;
25
+ $base08: #ff6c60 !default;
26
+ $base09: #e9c062 !default;
27
+ $base0a: #ffffb6 !default;
28
+ $base0b: #a8ff60 !default;
29
+ $base0c: #c6c5fe !default;
30
+ $base0d: #96cbfe !default;
31
+ $base0e: #ff73fd !default;
32
+ $base0f: #b18a3d !default;
17
33
 
34
+ .page__content {
18
35
  .notice,
19
36
  .notice--primary,
20
37
  .notice--info,
@@ -29,6 +46,6 @@ $navicon-link-color-hover: mix(#fff, $text-color, 80%) !default;
29
46
  color: #fff !important; // override
30
47
  }
31
48
 
32
- .page__footer-follow .social-icons .fa {
49
+ .page__footer-follow .social-icons .svg-inline--fa {
33
50
  color: inherit;
34
- }
51
+ }
@@ -18,7 +18,24 @@ $masthead-link-color: $text-color !default;
18
18
  $masthead-link-color-hover: mix(#000, $text-color, 20%) !default;
19
19
  $navicon-link-color-hover: mix(#000, $background-color, 30%) !default;
20
20
 
21
- .author__urls.social-icons .fa,
22
- .page__footer-follow .social-icons .fa {
21
+ /* dark syntax highlighting (base16) */
22
+ $base00: #ffffff !default;
23
+ $base01: #e0e0e0 !default;
24
+ $base02: #d0d0d0 !default;
25
+ $base03: #b0b0b0 !default;
26
+ $base04: #000000 !default;
27
+ $base05: #101010 !default;
28
+ $base06: #151515 !default;
29
+ $base07: #202020 !default;
30
+ $base08: #ff0086 !default;
31
+ $base09: #fd8900 !default;
32
+ $base0a: #aba800 !default;
33
+ $base0b: #00c918 !default;
34
+ $base0c: #1faaaa !default;
35
+ $base0d: #3777e6 !default;
36
+ $base0e: #ad00a1 !default;
37
+ $base0f: #cc6633 !default;
38
+
39
+ .page__footer-follow .social-icons .svg-inline--fa {
23
40
  color: inherit;
24
- }
41
+ }
@@ -12,4 +12,22 @@ $footer-background-color: #e9dcbe !default;
12
12
  $link-color: #343434 !default;
13
13
  $masthead-link-color: $text-color !default;
14
14
  $masthead-link-color-hover: $text-color !default;
15
- $navicon-link-color-hover: mix(#fff, $text-color, 80%) !default;
15
+ $navicon-link-color-hover: mix(#fff, $text-color, 80%) !default;
16
+
17
+ /* dirt syntax highlighting (base16) */
18
+ $base00: #231e18 !default;
19
+ $base01: #302b25 !default;
20
+ $base02: #48413a !default;
21
+ $base03: #9d8b70 !default;
22
+ $base04: #b4a490 !default;
23
+ $base05: #cabcb1 !default;
24
+ $base06: #d7c8bc !default;
25
+ $base07: #e4d4c8 !default;
26
+ $base08: #d35c5c !default;
27
+ $base09: #ca7f32 !default;
28
+ $base0a: #e0ac16 !default;
29
+ $base0b: #b7ba53 !default;
30
+ $base0c: #6eb958 !default;
31
+ $base0d: #88a4d3 !default;
32
+ $base0e: #bb90e2 !default;
33
+ $base0f: #b49368 !default;
@@ -18,6 +18,6 @@ $navicon-link-color-hover: mix(#fff, $text-color, 80%) !default;
18
18
  color: #fff !important; // override
19
19
  }
20
20
 
21
- .page__footer-follow .social-icons .fa {
21
+ .page__footer-follow .social-icons .svg-inline--fa {
22
22
  color: inherit;
23
- }
23
+ }
@@ -18,8 +18,26 @@ $masthead-link-color: $text-color !default;
18
18
  $masthead-link-color-hover: mix(#000, $text-color, 20%) !default;
19
19
  $navicon-link-color-hover: mix(#000, $background-color, 30%) !default;
20
20
 
21
+ /* neon syntax highlighting (base16) */
22
+ $base00: #ffffff !default;
23
+ $base01: #e0e0e0 !default;
24
+ $base02: #d0d0d0 !default;
25
+ $base03: #b0b0b0 !default;
26
+ $base04: #000000 !default;
27
+ $base05: #101010 !default;
28
+ $base06: #151515 !default;
29
+ $base07: #202020 !default;
30
+ $base08: #ff0086 !default;
31
+ $base09: #fd8900 !default;
32
+ $base0a: #aba800 !default;
33
+ $base0b: #00c918 !default;
34
+ $base0c: #1faaaa !default;
35
+ $base0d: #3777e6 !default;
36
+ $base0e: #ad00a1 !default;
37
+ $base0f: #cc6633 !default;
38
+
21
39
  .author__urls.social-icons .fa,
22
- .page__footer-follow .social-icons .fa {
40
+ .page__footer-follow .social-icons .svg-inline--fa {
23
41
  color: inherit;
24
42
  }
25
43