minimal-mistakes-jekyll 4.7.0 → 4.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (142) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +17 -3
  3. data/LICENSE.txt +58 -58
  4. data/README.md +49 -19
  5. data/_data/navigation.yml +11 -11
  6. data/_data/ui-text.yml +2 -0
  7. data/_includes/analytics-providers/custom.html +2 -2
  8. data/_includes/analytics-providers/google-universal.html +9 -9
  9. data/_includes/analytics-providers/google.html +10 -10
  10. data/_includes/analytics.html +11 -11
  11. data/_includes/archive-single.html +37 -37
  12. data/_includes/author-profile-custom-links.html +6 -6
  13. data/_includes/author-profile.html +249 -249
  14. data/_includes/base_path +4 -4
  15. data/_includes/breadcrumbs.html +39 -39
  16. data/_includes/browser-upgrade.html +3 -3
  17. data/_includes/category-list.html +25 -25
  18. data/_includes/comment.html +22 -22
  19. data/_includes/comments-providers/custom.html +2 -2
  20. data/_includes/comments-providers/discourse.html +13 -13
  21. data/_includes/comments-providers/facebook.html +7 -7
  22. data/_includes/comments-providers/google-plus.html +1 -1
  23. data/_includes/comments-providers/staticman.html +41 -41
  24. data/_includes/comments-providers/staticman_v2.html +41 -41
  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 +4 -4
  33. data/_includes/nav_list +46 -46
  34. data/_includes/page__hero_video.html +4 -4
  35. data/_includes/page__taxonomy.html +6 -6
  36. data/_includes/paginator.html +69 -69
  37. data/_includes/post_pagination.html +13 -13
  38. data/_includes/read-time.html +14 -14
  39. data/_includes/scripts.html +20 -15
  40. data/_includes/seo.html +162 -162
  41. data/_includes/sidebar.html +22 -22
  42. data/_includes/social-share.html +13 -13
  43. data/_includes/tag-list.html +25 -25
  44. data/_includes/toc +6 -6
  45. data/_includes/toc.html +74 -74
  46. data/_includes/video +11 -11
  47. data/_layouts/archive-taxonomy.html +14 -14
  48. data/_layouts/archive.html +25 -25
  49. data/_layouts/compress.html +10 -10
  50. data/_layouts/default.html +1 -1
  51. data/_layouts/home.html +11 -11
  52. data/_layouts/search.html +32 -0
  53. data/_layouts/single.html +92 -92
  54. data/_layouts/splash.html +21 -21
  55. data/_sass/minimal-mistakes.scss +3 -2
  56. data/_sass/minimal-mistakes/_animations.scss +20 -20
  57. data/_sass/minimal-mistakes/_archive.scss +317 -317
  58. data/_sass/minimal-mistakes/_base.scss +315 -315
  59. data/_sass/minimal-mistakes/_buttons.scss +97 -97
  60. data/_sass/minimal-mistakes/_footer.scss +82 -82
  61. data/_sass/minimal-mistakes/_forms.scss +341 -347
  62. data/_sass/minimal-mistakes/_masthead.scss +82 -82
  63. data/_sass/minimal-mistakes/_mixins.scss +91 -91
  64. data/_sass/minimal-mistakes/_navigation.scss +552 -552
  65. data/_sass/minimal-mistakes/_notices.scss +99 -99
  66. data/_sass/minimal-mistakes/_page.scss +430 -430
  67. data/_sass/minimal-mistakes/_reset.scss +1 -1
  68. data/_sass/minimal-mistakes/_search.scss +9 -0
  69. data/_sass/minimal-mistakes/_sidebar.scss +262 -262
  70. data/_sass/minimal-mistakes/_tables.scss +36 -36
  71. data/_sass/minimal-mistakes/_utilities.scss +519 -519
  72. data/_sass/minimal-mistakes/_variables.scss +137 -137
  73. data/_sass/minimal-mistakes/skins/_air.scss +22 -22
  74. data/_sass/minimal-mistakes/skins/_aqua.scss +29 -29
  75. data/_sass/minimal-mistakes/skins/_contrast.scss +33 -33
  76. data/_sass/minimal-mistakes/skins/_dark.scss +23 -23
  77. data/_sass/minimal-mistakes/skins/_default.scss +5 -5
  78. data/_sass/minimal-mistakes/skins/_dirt.scss +14 -14
  79. data/_sass/minimal-mistakes/skins/_mint.scss +22 -22
  80. data/_sass/minimal-mistakes/skins/_sunrise.scss +25 -25
  81. data/_sass/minimal-mistakes/vendor/breakpoint/_breakpoint.scss +114 -114
  82. data/_sass/minimal-mistakes/vendor/breakpoint/_context.scss +94 -94
  83. data/_sass/minimal-mistakes/vendor/breakpoint/_helpers.scss +151 -151
  84. data/_sass/minimal-mistakes/vendor/breakpoint/_legacy-settings.scss +49 -49
  85. data/_sass/minimal-mistakes/vendor/breakpoint/_no-query.scss +15 -15
  86. data/_sass/minimal-mistakes/vendor/breakpoint/_parsers.scss +215 -215
  87. data/_sass/minimal-mistakes/vendor/breakpoint/_respond-to.scss +82 -82
  88. data/_sass/minimal-mistakes/vendor/breakpoint/_settings.scss +70 -70
  89. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_double.scss +33 -33
  90. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_query.scss +82 -82
  91. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_resolution.scss +31 -31
  92. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_single.scss +26 -26
  93. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_triple.scss +36 -36
  94. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default-pair.scss +21 -21
  95. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default.scss +22 -22
  96. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_double-string.scss +21 -21
  97. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/resolution/_resolution.scss +60 -60
  98. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/single/_default.scss +13 -13
  99. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/triple/_default.scss +18 -18
  100. data/_sass/minimal-mistakes/vendor/font-awesome/_animated.scss +34 -34
  101. data/_sass/minimal-mistakes/vendor/font-awesome/_bordered-pulled.scss +25 -25
  102. data/_sass/minimal-mistakes/vendor/font-awesome/_core.scss +12 -12
  103. data/_sass/minimal-mistakes/vendor/font-awesome/_fixed-width.scss +6 -6
  104. data/_sass/minimal-mistakes/vendor/font-awesome/_font-awesome.scss +18 -18
  105. data/_sass/minimal-mistakes/vendor/font-awesome/_icons.scss +789 -789
  106. data/_sass/minimal-mistakes/vendor/font-awesome/_larger.scss +13 -13
  107. data/_sass/minimal-mistakes/vendor/font-awesome/_list.scss +19 -19
  108. data/_sass/minimal-mistakes/vendor/font-awesome/_mixins.scss +60 -60
  109. data/_sass/minimal-mistakes/vendor/font-awesome/_path.scss +15 -15
  110. data/_sass/minimal-mistakes/vendor/font-awesome/_rotated-flipped.scss +20 -20
  111. data/_sass/minimal-mistakes/vendor/font-awesome/_screen-reader.scss +5 -5
  112. data/_sass/minimal-mistakes/vendor/font-awesome/_stacked.scss +20 -20
  113. data/_sass/minimal-mistakes/vendor/font-awesome/_variables.scss +800 -800
  114. data/_sass/minimal-mistakes/vendor/magnific-popup/_magnific-popup.scss +649 -649
  115. data/_sass/minimal-mistakes/vendor/magnific-popup/_settings.scss +45 -45
  116. data/_sass/minimal-mistakes/vendor/susy/_susy-prefix.scss +13 -13
  117. data/_sass/minimal-mistakes/vendor/susy/_susy.scss +5 -5
  118. data/_sass/minimal-mistakes/vendor/susy/plugins/_svg-grid.scss +5 -5
  119. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_prefix.scss +7 -7
  120. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-api.scss +114 -114
  121. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-grid-math.scss +67 -67
  122. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-settings.scss +14 -14
  123. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-unprefix.scss +18 -18
  124. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-utilities.scss +133 -133
  125. data/_sass/minimal-mistakes/vendor/susy/susy/_api.scss +318 -318
  126. data/_sass/minimal-mistakes/vendor/susy/susy/_normalize.scss +261 -261
  127. data/_sass/minimal-mistakes/vendor/susy/susy/_parse.scss +163 -163
  128. data/_sass/minimal-mistakes/vendor/susy/susy/_settings.scss +329 -329
  129. data/_sass/minimal-mistakes/vendor/susy/susy/_su-math.scss +441 -441
  130. data/_sass/minimal-mistakes/vendor/susy/susy/_su-validate.scss +213 -213
  131. data/_sass/minimal-mistakes/vendor/susy/susy/_syntax-helpers.scss +191 -191
  132. data/_sass/minimal-mistakes/vendor/susy/susy/_unprefix.scss +56 -56
  133. data/_sass/minimal-mistakes/vendor/susy/susy/_utilities.scss +167 -167
  134. data/assets/css/main.scss +7 -7
  135. data/assets/fonts/fontawesome-webfont.svg +2671 -2671
  136. data/assets/js/_main.js +72 -72
  137. data/assets/js/lunr-en.js +92 -0
  138. data/assets/js/lunr.min.js +7 -0
  139. data/assets/js/main.min.js +8 -8
  140. data/assets/js/plugins/jquery.fitvids.js +81 -81
  141. data/assets/js/plugins/jquery.greedy-navigation.js +77 -77
  142. metadata +7 -3
@@ -0,0 +1,32 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {% if page.header.overlay_color or page.header.overlay_image or page.header.image %}
6
+ {% include page__hero.html %}
7
+ {% endif %}
8
+
9
+ {% if page.url != "/" and site.breadcrumbs %}
10
+ {% unless paginator %}
11
+ {% include breadcrumbs.html %}
12
+ {% endunless %}
13
+ {% endif %}
14
+
15
+ <div id="main" role="main">
16
+ {% include sidebar.html %}
17
+
18
+ <div class="archive">
19
+ {% unless page.header.overlay_color or page.header.overlay_image %}
20
+ <h1 class="page__title">{{ page.title }}</h1>
21
+ {% endunless %}
22
+
23
+ {{ content }}
24
+
25
+ <form>
26
+ <input placeholder="{{ site.data.ui-text[site.locale].search_placeholder_text | default: "Enter your search term..." }}" type="search" id="search" class="search-input">
27
+ </form>
28
+
29
+ <div id="results"></div>
30
+
31
+ </div>
32
+ </div>
@@ -1,92 +1,92 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
- {% if page.header.overlay_color or page.header.overlay_image or page.header.image %}
6
- {% include page__hero.html %}
7
- {% elsif page.header.video.id and page.header.video.provider %}
8
- {% include page__hero_video.html %}
9
- {% endif %}
10
-
11
- {% if page.url != "/" and site.breadcrumbs %}
12
- {% unless paginator %}
13
- {% include breadcrumbs.html %}
14
- {% endunless %}
15
- {% endif %}
16
-
17
- <div id="main" role="main">
18
- {% include sidebar.html %}
19
-
20
- <article class="page" itemscope itemtype="http://schema.org/CreativeWork">
21
- {% if page.title %}<meta itemprop="headline" content="{{ page.title | markdownify | strip_html | strip_newlines | escape_once }}">{% endif %}
22
- {% if page.excerpt %}<meta itemprop="description" content="{{ page.excerpt | markdownify | strip_html | strip_newlines | escape_once }}">{% endif %}
23
- {% if page.date %}<meta itemprop="datePublished" content="{{ page.date | date: "%B %d, %Y" }}">{% endif %}
24
- {% if page.last_modified_at %}<meta itemprop="dateModified" content="{{ page.last_modified_at | date: "%B %d, %Y" }}">{% endif %}
25
-
26
- <div class="page__inner-wrap">
27
- {% unless page.header.overlay_color or page.header.overlay_image %}
28
- <header>
29
- {% if page.title %}<h1 class="page__title" itemprop="headline">{{ page.title | markdownify | remove: "<p>" | remove: "</p>" }}</h1>{% endif %}
30
- {% if page.read_time %}
31
- <p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i> {% include read-time.html %}</p>
32
- {% endif %}
33
- </header>
34
- {% endunless %}
35
-
36
- <section class="page__content" itemprop="text">
37
- {% if page.toc %}
38
- <aside class="sidebar__right">
39
- <nav class="toc">
40
- <header><h4 class="nav__title"><i class="fa fa-{{ page.toc_icon | default: 'file-text' }}"></i> {{ page.toc_label | default: site.data.ui-text[site.locale].toc_label }}</h4></header>
41
- {% include toc.html sanitize=true html=content h_min=2 h_max=3 class="toc__menu" %}
42
- </nav>
43
- </aside>
44
- {% endif %}
45
- {{ content }}
46
- {% if page.link %}<div><a href="{{ page.link }}" class="btn btn--primary">{{ site.data.ui-text[site.locale].ext_link_label | default: "Direct Link" }}</a></div>{% endif %}
47
- </section>
48
-
49
- <footer class="page__meta">
50
- {% if site.data.ui-text[site.locale].meta_label %}
51
- <h4 class="page__meta-title">{{ site.data.ui-text[site.locale].meta_label }}</h4>
52
- {% endif %}
53
- {% include page__taxonomy.html %}
54
- {% if page.last_modified_at %}
55
- <p class="page__date"><strong><i class="fa fa-fw fa-calendar" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}</strong> <time datetime="{{ page.last_modified_at | date: "%Y-%m-%d" }}">{{ page.last_modified_at | date: "%B %d, %Y" }}</time></p>
56
- {% elsif page.date %}
57
- <p class="page__date"><strong><i class="fa fa-fw fa-calendar" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}</strong> <time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date: "%B %d, %Y" }}</time></p>
58
- {% endif %}
59
- </footer>
60
-
61
- {% if page.share %}{% include social-share.html %}{% endif %}
62
-
63
- {% include post_pagination.html %}
64
- </div>
65
-
66
- {% if site.comments.provider and page.comments %}
67
- {% include comments.html %}
68
- {% endif %}
69
- </article>
70
-
71
- {% comment %}<!-- only show related on a post page when `related: true` -->{% endcomment %}
72
- {% if page.id and page.related and site.related_posts.size > 0 %}
73
- <div class="page__related">
74
- <h4 class="page__related-title">{{ site.data.ui-text[site.locale].related_label | default: "You May Also Enjoy" }}</h4>
75
- <div class="grid__wrapper">
76
- {% for post in site.related_posts limit:4 %}
77
- {% include archive-single.html type="grid" %}
78
- {% endfor %}
79
- </div>
80
- </div>
81
- {% comment %}<!-- otherwise show recent posts if no related when `related: true` -->{% endcomment %}
82
- {% elsif page.id and page.related %}
83
- <div class="page__related">
84
- <h4 class="page__related-title">{{ site.data.ui-text[site.locale].related_label | default: "You May Also Enjoy" }}</h4>
85
- <div class="grid__wrapper">
86
- {% for post in site.posts limit:4 %}
87
- {% include archive-single.html type="grid" %}
88
- {% endfor %}
89
- </div>
90
- </div>
91
- {% endif %}
92
- </div>
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {% if page.header.overlay_color or page.header.overlay_image or page.header.image %}
6
+ {% include page__hero.html %}
7
+ {% elsif page.header.video.id and page.header.video.provider %}
8
+ {% include page__hero_video.html %}
9
+ {% endif %}
10
+
11
+ {% if page.url != "/" and site.breadcrumbs %}
12
+ {% unless paginator %}
13
+ {% include breadcrumbs.html %}
14
+ {% endunless %}
15
+ {% endif %}
16
+
17
+ <div id="main" role="main">
18
+ {% include sidebar.html %}
19
+
20
+ <article class="page" itemscope itemtype="http://schema.org/CreativeWork">
21
+ {% if page.title %}<meta itemprop="headline" content="{{ page.title | markdownify | strip_html | strip_newlines | escape_once }}">{% endif %}
22
+ {% if page.excerpt %}<meta itemprop="description" content="{{ page.excerpt | markdownify | strip_html | strip_newlines | escape_once }}">{% endif %}
23
+ {% if page.date %}<meta itemprop="datePublished" content="{{ page.date | date: "%B %d, %Y" }}">{% endif %}
24
+ {% if page.last_modified_at %}<meta itemprop="dateModified" content="{{ page.last_modified_at | date: "%B %d, %Y" }}">{% endif %}
25
+
26
+ <div class="page__inner-wrap">
27
+ {% unless page.header.overlay_color or page.header.overlay_image %}
28
+ <header>
29
+ {% if page.title %}<h1 class="page__title" itemprop="headline">{{ page.title | markdownify | remove: "<p>" | remove: "</p>" }}</h1>{% endif %}
30
+ {% if page.read_time %}
31
+ <p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i> {% include read-time.html %}</p>
32
+ {% endif %}
33
+ </header>
34
+ {% endunless %}
35
+
36
+ <section class="page__content" itemprop="text">
37
+ {% if page.toc %}
38
+ <aside class="sidebar__right">
39
+ <nav class="toc">
40
+ <header><h4 class="nav__title"><i class="fa fa-{{ page.toc_icon | default: 'file-text' }}"></i> {{ page.toc_label | default: site.data.ui-text[site.locale].toc_label }}</h4></header>
41
+ {% include toc.html sanitize=true html=content h_min=2 h_max=3 class="toc__menu" %}
42
+ </nav>
43
+ </aside>
44
+ {% endif %}
45
+ {{ content }}
46
+ {% if page.link %}<div><a href="{{ page.link }}" class="btn btn--primary">{{ site.data.ui-text[site.locale].ext_link_label | default: "Direct Link" }}</a></div>{% endif %}
47
+ </section>
48
+
49
+ <footer class="page__meta">
50
+ {% if site.data.ui-text[site.locale].meta_label %}
51
+ <h4 class="page__meta-title">{{ site.data.ui-text[site.locale].meta_label }}</h4>
52
+ {% endif %}
53
+ {% include page__taxonomy.html %}
54
+ {% if page.last_modified_at %}
55
+ <p class="page__date"><strong><i class="fa fa-fw fa-calendar" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}</strong> <time datetime="{{ page.last_modified_at | date: "%Y-%m-%d" }}">{{ page.last_modified_at | date: "%B %d, %Y" }}</time></p>
56
+ {% elsif page.date %}
57
+ <p class="page__date"><strong><i class="fa fa-fw fa-calendar" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}</strong> <time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date: "%B %d, %Y" }}</time></p>
58
+ {% endif %}
59
+ </footer>
60
+
61
+ {% if page.share %}{% include social-share.html %}{% endif %}
62
+
63
+ {% include post_pagination.html %}
64
+ </div>
65
+
66
+ {% if site.comments.provider and page.comments %}
67
+ {% include comments.html %}
68
+ {% endif %}
69
+ </article>
70
+
71
+ {% comment %}<!-- only show related on a post page when `related: true` -->{% endcomment %}
72
+ {% if page.id and page.related and site.related_posts.size > 0 %}
73
+ <div class="page__related">
74
+ <h4 class="page__related-title">{{ site.data.ui-text[site.locale].related_label | default: "You May Also Enjoy" }}</h4>
75
+ <div class="grid__wrapper">
76
+ {% for post in site.related_posts limit:4 %}
77
+ {% include archive-single.html type="grid" %}
78
+ {% endfor %}
79
+ </div>
80
+ </div>
81
+ {% comment %}<!-- otherwise show recent posts if no related when `related: true` -->{% endcomment %}
82
+ {% elsif page.id and page.related %}
83
+ <div class="page__related">
84
+ <h4 class="page__related-title">{{ site.data.ui-text[site.locale].related_label | default: "You May Also Enjoy" }}</h4>
85
+ <div class="grid__wrapper">
86
+ {% for post in site.posts limit:4 %}
87
+ {% include archive-single.html type="grid" %}
88
+ {% endfor %}
89
+ </div>
90
+ </div>
91
+ {% endif %}
92
+ </div>
@@ -1,22 +1,22 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
- {% if page.header.overlay_color or page.header.overlay_image or page.header.image %}
6
- {% include page__hero.html %}
7
- {% elsif page.header.video.id and page.header.video.provider %}
8
- {% include page__hero_video.html %}
9
- {% endif %}
10
-
11
- <div id="main" role="main">
12
- <article class="splash" itemscope itemtype="http://schema.org/CreativeWork">
13
- {% if page.title %}<meta itemprop="headline" content="{{ page.title | markdownify | strip_html | strip_newlines | escape_once }}">{% endif %}
14
- {% if page.excerpt %}<meta itemprop="description" content="{{ page.excerpt | markdownify | strip_html | strip_newlines | escape_once }}">{% endif %}
15
- {% if page.date %}<meta itemprop="datePublished" content="{{ page.date | date: "%B %d, %Y" }}">{% endif %}
16
- {% if page.last_modified_at %}<meta itemprop="dateModified" content="{{ page.last_modified_at | date: "%B %d, %Y" }}">{% endif %}
17
-
18
- <section class="page__content" itemprop="text">
19
- {{ content }}
20
- </section>
21
- </article>
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {% if page.header.overlay_color or page.header.overlay_image or page.header.image %}
6
+ {% include page__hero.html %}
7
+ {% elsif page.header.video.id and page.header.video.provider %}
8
+ {% include page__hero_video.html %}
9
+ {% endif %}
10
+
11
+ <div id="main" role="main">
12
+ <article class="splash" itemscope itemtype="http://schema.org/CreativeWork">
13
+ {% if page.title %}<meta itemprop="headline" content="{{ page.title | markdownify | strip_html | strip_newlines | escape_once }}">{% endif %}
14
+ {% if page.excerpt %}<meta itemprop="description" content="{{ page.excerpt | markdownify | strip_html | strip_newlines | escape_once }}">{% endif %}
15
+ {% if page.date %}<meta itemprop="datePublished" content="{{ page.date | date: "%B %d, %Y" }}">{% endif %}
16
+ {% if page.last_modified_at %}<meta itemprop="dateModified" content="{{ page.last_modified_at | date: "%B %d, %Y" }}">{% endif %}
17
+
18
+ <section class="page__content" itemprop="text">
19
+ {{ content }}
20
+ </section>
21
+ </article>
22
22
  </div>
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Minimal Mistakes Jekyll Theme 4.7.0 by Michael Rose
2
+ * Minimal Mistakes Jekyll Theme 4.7.1 by Michael Rose
3
3
  * Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
4
4
  * Licensed under MIT (https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt)
5
5
  */
@@ -28,6 +28,7 @@
28
28
  @import "minimal-mistakes/masthead";
29
29
  @import "minimal-mistakes/navigation";
30
30
  @import "minimal-mistakes/footer";
31
+ @import "minimal-mistakes/search";
31
32
  @import "minimal-mistakes/syntax";
32
33
 
33
34
  /* Utility classes */
@@ -37,4 +38,4 @@
37
38
  @import "minimal-mistakes/page";
38
39
  @import "minimal-mistakes/archive";
39
40
  @import "minimal-mistakes/sidebar";
40
- @import "minimal-mistakes/print";
41
+ @import "minimal-mistakes/print";
@@ -1,21 +1,21 @@
1
- /* ==========================================================================
2
- ANIMATIONS
3
- ========================================================================== */
4
-
5
- @-webkit-keyframes intro {
6
- 0% {
7
- opacity: 0;
8
- }
9
- 100% {
10
- opacity: 1;
11
- }
12
- }
13
-
14
- @keyframes intro {
15
- 0% {
16
- opacity: 0;
17
- }
18
- 100% {
19
- opacity: 1;
20
- }
1
+ /* ==========================================================================
2
+ ANIMATIONS
3
+ ========================================================================== */
4
+
5
+ @-webkit-keyframes intro {
6
+ 0% {
7
+ opacity: 0;
8
+ }
9
+ 100% {
10
+ opacity: 1;
11
+ }
12
+ }
13
+
14
+ @keyframes intro {
15
+ 0% {
16
+ opacity: 0;
17
+ }
18
+ 100% {
19
+ opacity: 1;
20
+ }
21
21
  }
@@ -1,318 +1,318 @@
1
- /* ==========================================================================
2
- ARCHIVE
3
- ========================================================================== */
4
-
5
- .archive {
6
- margin-bottom: 2em;
7
-
8
- @include breakpoint($large) {
9
- float: right;
10
- width: calc(100% - #{$right-sidebar-width-narrow});
11
- padding-right: $right-sidebar-width-narrow;
12
- }
13
-
14
- @include breakpoint($x-large) {
15
- width: calc(100% - #{$right-sidebar-width});
16
- padding-right: $right-sidebar-width;
17
- }
18
-
19
- a {
20
- color: inherit;
21
- text-decoration: none;
22
- }
23
- }
24
-
25
- .archive__subtitle {
26
- margin: 1.414em 0 0;
27
- padding-bottom: 0.5em;
28
- font-size: $type-size-5;
29
- color: $muted-text-color;
30
- border-bottom: 1px solid $border-color;
31
-
32
- + .list__item .archive__item-title {
33
- margin-top: 0.5em;
34
- }
35
- }
36
-
37
- .archive__item-title {
38
- margin-bottom: 0.25em;
39
- font-family: $sans-serif-narrow;
40
- overflow: hidden;
41
- text-overflow: ellipsis;
42
-
43
- a + a {
44
- opacity: 0.5;
45
- }
46
- }
47
-
48
- /* remove border*/
49
- .page__content {
50
-
51
- .archive__item-title {
52
- margin-top: 1em;
53
- border-bottom: none;
54
- }
55
- }
56
-
57
- .archive__item-excerpt {
58
- margin-top: 0;
59
- font-size: $type-size-6;
60
-
61
- & + p {
62
- text-indent: 0;
63
- }
64
- }
65
-
66
- .archive__item-teaser {
67
- border-radius: $border-radius;
68
- overflow: hidden;
69
- img {
70
- width: 100%;
71
- }
72
- }
73
-
74
- .archive__item:hover {
75
-
76
- .archive__item-teaser {
77
- box-shadow: 0 0 10px rgba(#000, 0.25);
78
- }
79
-
80
- .archive__item-title {
81
- text-decoration: underline;
82
- }
83
- }
84
-
85
-
86
- /*
87
- List view
88
- ========================================================================== */
89
-
90
- .list__item {
91
-
92
- .page__meta {
93
- margin: 0 0 4px;
94
- }
95
- }
96
-
97
-
98
- /*
99
- Grid view
100
- ========================================================================== */
101
-
102
- .archive {
103
-
104
- .grid__wrapper {
105
- /* extend grid elements to the right */
106
-
107
- @include breakpoint($large) {
108
- margin-right: -1 * $right-sidebar-width-narrow;
109
- }
110
-
111
- @include breakpoint($x-large) {
112
- margin-right: -1 * $right-sidebar-width;
113
- }
114
- }
115
- }
116
-
117
- .grid__item {
118
- margin-bottom: 2em;
119
-
120
- @include breakpoint($small) {
121
- float: left;
122
- width: span(5 of 10);
123
-
124
- &:nth-child(2n+1) {
125
- clear: both;
126
- margin-left: 0;
127
- }
128
-
129
- &:nth-child(2n+2) {
130
- clear: none;
131
- margin-left: gutter(of 10);
132
- }
133
- }
134
-
135
- @include breakpoint($medium) {
136
- margin-left: 0; /* override margin*/
137
- margin-right: 0; /* override margin*/
138
- width: span(3 of 12);
139
-
140
- &:nth-child(2n+1) {
141
- clear: none;
142
- }
143
-
144
- &:nth-child(4n+1) {
145
- clear: both;
146
- }
147
-
148
- &:nth-child(4n+2) {
149
- clear: none;
150
- margin-left: gutter(1 of 12);
151
- }
152
-
153
- &:nth-child(4n+3) {
154
- clear: none;
155
- margin-left: gutter(1 of 12);
156
- }
157
-
158
- &:nth-child(4n+4) {
159
- clear: none;
160
- margin-left: gutter(1 of 12);
161
- }
162
- }
163
-
164
- .page__meta {
165
- margin: 0 0 4px;
166
- }
167
-
168
- .archive__item-title {
169
- margin-top: 0.5em;
170
- font-size: $type-size-5;
171
- }
172
-
173
- .archive__item-excerpt {
174
- display: none;
175
-
176
- @include breakpoint($medium) {
177
- display: block;
178
- font-size: $type-size-6;
179
- }
180
- }
181
-
182
- .archive__item-teaser {
183
-
184
- @include breakpoint($small) {
185
- max-height: 200px;
186
- }
187
-
188
- @include breakpoint($medium) {
189
- max-height: 120px;
190
- }
191
- }
192
- }
193
-
194
-
195
- /*
196
- Features
197
- ========================================================================== */
198
-
199
- .feature__wrapper {
200
- @include clearfix();
201
- margin-bottom: 2em;
202
- border-bottom: 1px solid $border-color;
203
- }
204
-
205
- .feature__item {
206
- margin-bottom: 2em;
207
- font-size: 1.25rem;
208
-
209
- @include breakpoint($small) {
210
- float: left;
211
- margin-bottom: 0;
212
- width: span(4 of 12);
213
-
214
- &:nth-child(3n+1) {
215
- clear: both;
216
- margin-left: 0;
217
- }
218
-
219
- &:nth-child(3n+2) {
220
- clear: none;
221
- margin-left: gutter(of 12);
222
- }
223
-
224
- &:nth-child(3n+3) {
225
- clear: none;
226
- margin-left: gutter(of 12);
227
- }
228
-
229
- .feature__item-teaser {
230
- max-height: 200px;
231
- overflow: hidden;
232
- }
233
- }
234
-
235
- &--left {
236
- float: left;
237
- margin-left: 0;
238
- margin-right: 0;
239
- width: 100%;
240
- clear: both;
241
- font-size: 1.25rem;
242
-
243
- .archive__item-teaser {
244
- margin-bottom: 2em;
245
- }
246
-
247
- @include breakpoint($small) {
248
-
249
- .archive__item-teaser {
250
- float: left;
251
- width: span(5 of 12);
252
- }
253
-
254
- .archive__item-body {
255
- float: right;
256
- padding-left: gutter(0.5 of 12);
257
- padding-right: gutter(1 of 12);
258
- width: span(7 of 12);
259
- }
260
- }
261
- }
262
-
263
- &--right {
264
- float: left;
265
- margin-left: 0;
266
- margin-right: 0;
267
- width: 100%;
268
- clear: both;
269
- font-size: 1.25rem;
270
-
271
- .archive__item-teaser {
272
- margin-bottom: 2em;
273
- }
274
-
275
- @include breakpoint($small) {
276
- text-align: right;
277
-
278
- .archive__item-teaser {
279
- float: right;
280
- width: span(5 of 12);
281
- }
282
-
283
- .archive__item-body {
284
- float: right;
285
- width: span(7 of 12);
286
- padding-left: gutter(0.5 of 12);
287
- padding-right: gutter(1 of 12);
288
- }
289
- }
290
- }
291
-
292
- &--center {
293
- float: left;
294
- margin-left: 0;
295
- margin-right: 0;
296
- width: 100%;
297
- clear: both;
298
- font-size: 1.25rem;
299
-
300
- .archive__item-teaser {
301
- margin-bottom: 2em;
302
- }
303
-
304
- @include breakpoint($small) {
305
- text-align: center;
306
-
307
- .archive__item-teaser {
308
- margin: 0 auto;
309
- width: span(5 of 12);
310
- }
311
-
312
- .archive__item-body {
313
- margin: 0 auto;
314
- width: span(7 of 12);
315
- }
316
- }
317
- }
1
+ /* ==========================================================================
2
+ ARCHIVE
3
+ ========================================================================== */
4
+
5
+ .archive {
6
+ margin-bottom: 2em;
7
+
8
+ @include breakpoint($large) {
9
+ float: right;
10
+ width: calc(100% - #{$right-sidebar-width-narrow});
11
+ padding-right: $right-sidebar-width-narrow;
12
+ }
13
+
14
+ @include breakpoint($x-large) {
15
+ width: calc(100% - #{$right-sidebar-width});
16
+ padding-right: $right-sidebar-width;
17
+ }
18
+
19
+ a {
20
+ color: inherit;
21
+ text-decoration: none;
22
+ }
23
+ }
24
+
25
+ .archive__subtitle {
26
+ margin: 1.414em 0 0;
27
+ padding-bottom: 0.5em;
28
+ font-size: $type-size-5;
29
+ color: $muted-text-color;
30
+ border-bottom: 1px solid $border-color;
31
+
32
+ + .list__item .archive__item-title {
33
+ margin-top: 0.5em;
34
+ }
35
+ }
36
+
37
+ .archive__item-title {
38
+ margin-bottom: 0.25em;
39
+ font-family: $sans-serif-narrow;
40
+ overflow: hidden;
41
+ text-overflow: ellipsis;
42
+
43
+ a + a {
44
+ opacity: 0.5;
45
+ }
46
+ }
47
+
48
+ /* remove border*/
49
+ .page__content {
50
+
51
+ .archive__item-title {
52
+ margin-top: 1em;
53
+ border-bottom: none;
54
+ }
55
+ }
56
+
57
+ .archive__item-excerpt {
58
+ margin-top: 0;
59
+ font-size: $type-size-6;
60
+
61
+ & + p {
62
+ text-indent: 0;
63
+ }
64
+ }
65
+
66
+ .archive__item-teaser {
67
+ border-radius: $border-radius;
68
+ overflow: hidden;
69
+ img {
70
+ width: 100%;
71
+ }
72
+ }
73
+
74
+ .archive__item:hover {
75
+
76
+ .archive__item-teaser {
77
+ box-shadow: 0 0 10px rgba(#000, 0.25);
78
+ }
79
+
80
+ .archive__item-title {
81
+ text-decoration: underline;
82
+ }
83
+ }
84
+
85
+
86
+ /*
87
+ List view
88
+ ========================================================================== */
89
+
90
+ .list__item {
91
+
92
+ .page__meta {
93
+ margin: 0 0 4px;
94
+ }
95
+ }
96
+
97
+
98
+ /*
99
+ Grid view
100
+ ========================================================================== */
101
+
102
+ .archive {
103
+
104
+ .grid__wrapper {
105
+ /* extend grid elements to the right */
106
+
107
+ @include breakpoint($large) {
108
+ margin-right: -1 * $right-sidebar-width-narrow;
109
+ }
110
+
111
+ @include breakpoint($x-large) {
112
+ margin-right: -1 * $right-sidebar-width;
113
+ }
114
+ }
115
+ }
116
+
117
+ .grid__item {
118
+ margin-bottom: 2em;
119
+
120
+ @include breakpoint($small) {
121
+ float: left;
122
+ width: span(5 of 10);
123
+
124
+ &:nth-child(2n+1) {
125
+ clear: both;
126
+ margin-left: 0;
127
+ }
128
+
129
+ &:nth-child(2n+2) {
130
+ clear: none;
131
+ margin-left: gutter(of 10);
132
+ }
133
+ }
134
+
135
+ @include breakpoint($medium) {
136
+ margin-left: 0; /* override margin*/
137
+ margin-right: 0; /* override margin*/
138
+ width: span(3 of 12);
139
+
140
+ &:nth-child(2n+1) {
141
+ clear: none;
142
+ }
143
+
144
+ &:nth-child(4n+1) {
145
+ clear: both;
146
+ }
147
+
148
+ &:nth-child(4n+2) {
149
+ clear: none;
150
+ margin-left: gutter(1 of 12);
151
+ }
152
+
153
+ &:nth-child(4n+3) {
154
+ clear: none;
155
+ margin-left: gutter(1 of 12);
156
+ }
157
+
158
+ &:nth-child(4n+4) {
159
+ clear: none;
160
+ margin-left: gutter(1 of 12);
161
+ }
162
+ }
163
+
164
+ .page__meta {
165
+ margin: 0 0 4px;
166
+ }
167
+
168
+ .archive__item-title {
169
+ margin-top: 0.5em;
170
+ font-size: $type-size-5;
171
+ }
172
+
173
+ .archive__item-excerpt {
174
+ display: none;
175
+
176
+ @include breakpoint($medium) {
177
+ display: block;
178
+ font-size: $type-size-6;
179
+ }
180
+ }
181
+
182
+ .archive__item-teaser {
183
+
184
+ @include breakpoint($small) {
185
+ max-height: 200px;
186
+ }
187
+
188
+ @include breakpoint($medium) {
189
+ max-height: 120px;
190
+ }
191
+ }
192
+ }
193
+
194
+
195
+ /*
196
+ Features
197
+ ========================================================================== */
198
+
199
+ .feature__wrapper {
200
+ @include clearfix();
201
+ margin-bottom: 2em;
202
+ border-bottom: 1px solid $border-color;
203
+ }
204
+
205
+ .feature__item {
206
+ margin-bottom: 2em;
207
+ font-size: 1.25rem;
208
+
209
+ @include breakpoint($small) {
210
+ float: left;
211
+ margin-bottom: 0;
212
+ width: span(4 of 12);
213
+
214
+ &:nth-child(3n+1) {
215
+ clear: both;
216
+ margin-left: 0;
217
+ }
218
+
219
+ &:nth-child(3n+2) {
220
+ clear: none;
221
+ margin-left: gutter(of 12);
222
+ }
223
+
224
+ &:nth-child(3n+3) {
225
+ clear: none;
226
+ margin-left: gutter(of 12);
227
+ }
228
+
229
+ .feature__item-teaser {
230
+ max-height: 200px;
231
+ overflow: hidden;
232
+ }
233
+ }
234
+
235
+ &--left {
236
+ float: left;
237
+ margin-left: 0;
238
+ margin-right: 0;
239
+ width: 100%;
240
+ clear: both;
241
+ font-size: 1.25rem;
242
+
243
+ .archive__item-teaser {
244
+ margin-bottom: 2em;
245
+ }
246
+
247
+ @include breakpoint($small) {
248
+
249
+ .archive__item-teaser {
250
+ float: left;
251
+ width: span(5 of 12);
252
+ }
253
+
254
+ .archive__item-body {
255
+ float: right;
256
+ padding-left: gutter(0.5 of 12);
257
+ padding-right: gutter(1 of 12);
258
+ width: span(7 of 12);
259
+ }
260
+ }
261
+ }
262
+
263
+ &--right {
264
+ float: left;
265
+ margin-left: 0;
266
+ margin-right: 0;
267
+ width: 100%;
268
+ clear: both;
269
+ font-size: 1.25rem;
270
+
271
+ .archive__item-teaser {
272
+ margin-bottom: 2em;
273
+ }
274
+
275
+ @include breakpoint($small) {
276
+ text-align: right;
277
+
278
+ .archive__item-teaser {
279
+ float: right;
280
+ width: span(5 of 12);
281
+ }
282
+
283
+ .archive__item-body {
284
+ float: right;
285
+ width: span(7 of 12);
286
+ padding-left: gutter(0.5 of 12);
287
+ padding-right: gutter(1 of 12);
288
+ }
289
+ }
290
+ }
291
+
292
+ &--center {
293
+ float: left;
294
+ margin-left: 0;
295
+ margin-right: 0;
296
+ width: 100%;
297
+ clear: both;
298
+ font-size: 1.25rem;
299
+
300
+ .archive__item-teaser {
301
+ margin-bottom: 2em;
302
+ }
303
+
304
+ @include breakpoint($small) {
305
+ text-align: center;
306
+
307
+ .archive__item-teaser {
308
+ margin: 0 auto;
309
+ width: span(5 of 12);
310
+ }
311
+
312
+ .archive__item-body {
313
+ margin: 0 auto;
314
+ width: span(7 of 12);
315
+ }
316
+ }
317
+ }
318
318
  }