minimal-mistakes-jekyll 4.6.0 → 4.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (144) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +26 -0
  3. data/LICENSE.txt +59 -21
  4. data/README.md +217 -160
  5. data/_data/navigation.yml +11 -11
  6. data/_data/ui-text.yml +931 -888
  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 +2 -2
  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/scripts.html +17 -15
  24. data/_includes/comments-providers/staticman.html +41 -41
  25. data/_includes/comments-providers/staticman_v2.html +42 -0
  26. data/_includes/comments.html +168 -96
  27. data/_includes/feature_row +49 -49
  28. data/_includes/figure +12 -12
  29. data/_includes/footer.html +25 -25
  30. data/_includes/footer/custom.html +2 -2
  31. data/_includes/gallery +46 -46
  32. data/_includes/group-by-array +46 -46
  33. data/_includes/head.html +42 -42
  34. data/_includes/head/custom.html +4 -4
  35. data/_includes/masthead.html +23 -20
  36. data/_includes/nav_list +46 -46
  37. data/_includes/page__hero_video.html +4 -4
  38. data/_includes/page__taxonomy.html +6 -6
  39. data/_includes/paginator.html +69 -69
  40. data/_includes/post_pagination.html +13 -13
  41. data/_includes/read-time.html +14 -14
  42. data/_includes/scripts.html +15 -15
  43. data/_includes/seo.html +162 -147
  44. data/_includes/sidebar.html +22 -22
  45. data/_includes/social-share.html +13 -13
  46. data/_includes/tag-list.html +25 -25
  47. data/_includes/toc +6 -6
  48. data/_includes/toc.html +75 -0
  49. data/_includes/video +11 -11
  50. data/_layouts/archive-taxonomy.html +14 -14
  51. data/_layouts/archive.html +25 -25
  52. data/_layouts/compress.html +10 -10
  53. data/_layouts/default.html +1 -1
  54. data/_layouts/home.html +11 -11
  55. data/_layouts/single.html +92 -84
  56. data/_layouts/splash.html +21 -21
  57. data/_sass/minimal-mistakes.scss +1 -1
  58. data/_sass/minimal-mistakes/_animations.scss +20 -20
  59. data/_sass/minimal-mistakes/_archive.scss +317 -317
  60. data/_sass/minimal-mistakes/_base.scss +315 -315
  61. data/_sass/minimal-mistakes/_buttons.scss +97 -97
  62. data/_sass/minimal-mistakes/_footer.scss +82 -82
  63. data/_sass/minimal-mistakes/_forms.scss +399 -389
  64. data/_sass/minimal-mistakes/_masthead.scss +82 -82
  65. data/_sass/minimal-mistakes/_mixins.scss +91 -91
  66. data/_sass/minimal-mistakes/_navigation.scss +552 -552
  67. data/_sass/minimal-mistakes/_notices.scss +99 -99
  68. data/_sass/minimal-mistakes/_page.scss +430 -430
  69. data/_sass/minimal-mistakes/_reset.scss +186 -186
  70. data/_sass/minimal-mistakes/_sidebar.scss +262 -262
  71. data/_sass/minimal-mistakes/_syntax.scss +286 -146
  72. data/_sass/minimal-mistakes/_tables.scss +36 -36
  73. data/_sass/minimal-mistakes/_utilities.scss +519 -519
  74. data/_sass/minimal-mistakes/_variables.scss +137 -137
  75. data/_sass/minimal-mistakes/skins/_air.scss +22 -22
  76. data/_sass/minimal-mistakes/skins/_aqua.scss +30 -0
  77. data/_sass/minimal-mistakes/skins/_contrast.scss +33 -33
  78. data/_sass/minimal-mistakes/skins/_dark.scss +23 -23
  79. data/_sass/minimal-mistakes/skins/_default.scss +5 -5
  80. data/_sass/minimal-mistakes/skins/_dirt.scss +14 -14
  81. data/_sass/minimal-mistakes/skins/_mint.scss +22 -22
  82. data/_sass/minimal-mistakes/skins/_neon.scss +35 -0
  83. data/_sass/minimal-mistakes/skins/_plum.scss +42 -0
  84. data/_sass/minimal-mistakes/skins/_sunrise.scss +25 -25
  85. data/_sass/minimal-mistakes/vendor/breakpoint/_breakpoint.scss +114 -114
  86. data/_sass/minimal-mistakes/vendor/breakpoint/_context.scss +94 -94
  87. data/_sass/minimal-mistakes/vendor/breakpoint/_helpers.scss +151 -151
  88. data/_sass/minimal-mistakes/vendor/breakpoint/_legacy-settings.scss +49 -49
  89. data/_sass/minimal-mistakes/vendor/breakpoint/_no-query.scss +15 -15
  90. data/_sass/minimal-mistakes/vendor/breakpoint/_parsers.scss +215 -215
  91. data/_sass/minimal-mistakes/vendor/breakpoint/_respond-to.scss +82 -82
  92. data/_sass/minimal-mistakes/vendor/breakpoint/_settings.scss +70 -70
  93. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_double.scss +33 -33
  94. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_query.scss +82 -82
  95. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_resolution.scss +31 -31
  96. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_single.scss +26 -26
  97. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_triple.scss +36 -36
  98. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default-pair.scss +21 -21
  99. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default.scss +22 -22
  100. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_double-string.scss +21 -21
  101. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/resolution/_resolution.scss +60 -60
  102. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/single/_default.scss +13 -13
  103. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/triple/_default.scss +18 -18
  104. data/_sass/minimal-mistakes/vendor/font-awesome/_animated.scss +34 -34
  105. data/_sass/minimal-mistakes/vendor/font-awesome/_bordered-pulled.scss +25 -25
  106. data/_sass/minimal-mistakes/vendor/font-awesome/_core.scss +12 -12
  107. data/_sass/minimal-mistakes/vendor/font-awesome/_fixed-width.scss +6 -6
  108. data/_sass/minimal-mistakes/vendor/font-awesome/_font-awesome.scss +18 -18
  109. data/_sass/minimal-mistakes/vendor/font-awesome/_icons.scss +789 -789
  110. data/_sass/minimal-mistakes/vendor/font-awesome/_larger.scss +13 -13
  111. data/_sass/minimal-mistakes/vendor/font-awesome/_list.scss +19 -19
  112. data/_sass/minimal-mistakes/vendor/font-awesome/_mixins.scss +60 -60
  113. data/_sass/minimal-mistakes/vendor/font-awesome/_path.scss +15 -15
  114. data/_sass/minimal-mistakes/vendor/font-awesome/_rotated-flipped.scss +20 -20
  115. data/_sass/minimal-mistakes/vendor/font-awesome/_screen-reader.scss +5 -5
  116. data/_sass/minimal-mistakes/vendor/font-awesome/_stacked.scss +20 -20
  117. data/_sass/minimal-mistakes/vendor/font-awesome/_variables.scss +800 -800
  118. data/_sass/minimal-mistakes/vendor/magnific-popup/_magnific-popup.scss +649 -649
  119. data/_sass/minimal-mistakes/vendor/magnific-popup/_settings.scss +45 -45
  120. data/_sass/minimal-mistakes/vendor/susy/_susy-prefix.scss +13 -13
  121. data/_sass/minimal-mistakes/vendor/susy/_susy.scss +5 -5
  122. data/_sass/minimal-mistakes/vendor/susy/plugins/_svg-grid.scss +5 -5
  123. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_prefix.scss +7 -7
  124. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-api.scss +114 -114
  125. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-grid-math.scss +67 -67
  126. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-settings.scss +14 -14
  127. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-unprefix.scss +18 -18
  128. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-utilities.scss +133 -133
  129. data/_sass/minimal-mistakes/vendor/susy/susy/_api.scss +318 -318
  130. data/_sass/minimal-mistakes/vendor/susy/susy/_normalize.scss +261 -261
  131. data/_sass/minimal-mistakes/vendor/susy/susy/_parse.scss +163 -163
  132. data/_sass/minimal-mistakes/vendor/susy/susy/_settings.scss +329 -329
  133. data/_sass/minimal-mistakes/vendor/susy/susy/_su-math.scss +441 -441
  134. data/_sass/minimal-mistakes/vendor/susy/susy/_su-validate.scss +213 -213
  135. data/_sass/minimal-mistakes/vendor/susy/susy/_syntax-helpers.scss +191 -191
  136. data/_sass/minimal-mistakes/vendor/susy/susy/_unprefix.scss +56 -56
  137. data/_sass/minimal-mistakes/vendor/susy/susy/_utilities.scss +167 -167
  138. data/assets/css/main.scss +7 -7
  139. data/assets/fonts/fontawesome-webfont.svg +2671 -2671
  140. data/assets/js/_main.js +72 -72
  141. data/assets/js/main.min.js +1 -1
  142. data/assets/js/plugins/jquery.fitvids.js +81 -81
  143. data/assets/js/plugins/jquery.greedy-navigation.js +77 -77
  144. metadata +8 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ecf41e80906fc8cdf872aab95dd0de5387e190d6
4
- data.tar.gz: ee502ff006dad92cb1a02b80b5b2795eb2576c4d
3
+ metadata.gz: c34960c97b9d4154208cc17106244aa90816aacc
4
+ data.tar.gz: dc69443f6aafd2363fd17db02fa06c758bd3b67a
5
5
  SHA512:
6
- metadata.gz: 0c50423b31aab85a37e97131301b627f03c2dc7d877a3278680631bd1733e14e2a7e62e1b96b7309364cfbd88376db8c492067b71488405c46e3718c39ca940f
7
- data.tar.gz: 71c4490874d91f13f4fa9a087e8fbc6a3ee1c96feeb6a06625688371ff906f42fe355b0fadc84d855ff69ec9e5fb5ebbe8c6001a6f9e32c9b88d6cd78cfc590e
6
+ metadata.gz: 07cc0a65d66be43e2549fc9e2014a6e5eef7410f568cb3ff0b7323a8a763acf5d7ce4952f2fc7b646babb1780a6890ba91a3914d90358efc27ca1991d6852764
7
+ data.tar.gz: ddb0b7eb4e9a5a2efb74f57a9edcd5b52fd4fe88b46bf6ac6a6666ebfdd013d7492428f713d2a82a4018ca66f08c3ae57add3a08cd6253609dda6137eaae9a70
@@ -1,3 +1,29 @@
1
+ ## Unreleased
2
+
3
+ ### Enhancements
4
+
5
+ - Add `alt` description to avatar image. [#1226](https://github.com/mmistakes/minimal-mistakes/pull/1226)
6
+ - Clarify documentation about which `assets` folders and files to remove when migrating to the gem version of the theme. [#1268](https://github.com/mmistakes/minimal-mistakes/issues/1268)
7
+ - Add note about Staticman GitHub compatibility. [#1273](https://github.com/mmistakes/minimal-mistakes/issues/1273)
8
+ - Add missing Brazilian Portuguese translations to `ui-text.yml`. [#1278](https://github.com/mmistakes/minimal-mistakes/pull/1278)
9
+ - Update font stack documentation. [#1292](https://github.com/mmistakes/minimal-mistakes/pull/1292)
10
+ - Improve accessibility of navigation menu button. [#1099](https://github.com/mmistakes/minimal-mistakes/issues/1099)
11
+ - Add Naver Webmaster Tools verification. [#1286](https://github.com/mmistakes/minimal-mistakes/pull/1286)
12
+ - Add support for Staticman v2 endpoint and reCAPTCHA.
13
+ - Add Polish localized UI text strings. [#1304](https://github.com/mmistakes/minimal-mistakes/pull/1304)
14
+ - Add toggleable table of contents via YAML Front Matter. Note: `toc` helper include will be deprecated in next major version. [#1222](https://github.com/mmistakes/minimal-mistakes/issues/1222)
15
+ - Refactor seo.html include to DRY-up page image handling.
16
+ - Add support for setting what image is used by OpenGraph and Twitter via `page.header.og_image`. [#1316](https://github.com/mmistakes/minimal-mistakes/issues/1316)
17
+ - Fix the spelling of some product names in the author profile. [#1328](https://github.com/mmistakes/minimal-mistakes/pull/1328)
18
+ - Add `aqua`, `neon`, and `plum` skins. [#1336](https://github.com/mmistakes/minimal-mistakes/pull/1336)
19
+ - Update **jekyll-toc** with heading classes fix. [#1337](https://github.com/mmistakes/minimal-mistakes/pull/1337)
20
+ - Remove `+` from Google+ author link to allow non-vanity URLs. [#1319]
21
+
22
+ ### Bug Fixes
23
+
24
+ - Fix system font rendering in Chrome on macOS/OS X. [#1290](https://github.com/mmistakes/minimal-mistakes/pull/1290)
25
+ - Fix extra padding in syntax highlighted code blocks due to Rouge 2 adding `<div class="highlight"></div>` to markup.
26
+
1
27
  ## [4.6.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.6.0)
2
28
 
3
29
  ### Enhancements
@@ -1,21 +1,59 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2017 Michael Rose
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2017 Michael Rose
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
22
+
23
+ Minimal Mistakes incorporates icons from [The Noun Project](https://thenounproject.com/)
24
+ creators Garrett Knoll, Arthur Shlain, and tracy tam.
25
+ Icons are distributed under Creative Commons Attribution 3.0 United States (CC BY 3.0 US).
26
+
27
+ Minimal Mistakes incorporates [Font Awesome](http://fontawesome.io/),
28
+ Copyright (c) 2017 Dave Gandy.
29
+ Font Awesome is distributed under the terms of the [SIL OFL 1.1](http://scripts.sil.org/OFL)
30
+ and [MIT License](http://opensource.org/licenses/MIT).
31
+
32
+ Minimal Mistakes incorporates photographs from [Unsplash](https://unsplash.com).
33
+
34
+ Minimal Mistakes incorporates [Susy](http://susy.oddbird.net/),
35
+ Copyright (c) 2017, Miriam Eric Suzanne.
36
+ Susy is distributed under the terms of the [BSD 3-clause "New" or "Revised" License](https://opensource.org/licenses/BSD-3-Clause).
37
+
38
+ Minimal Mistakes incorporates [Breakpoint](http://breakpoint-sass.com/).
39
+ Breakpoint is distributed under the terms of the [MIT/GPL Licenses](http://opensource.org/licenses/MIT).
40
+
41
+ Minimal Mistakes incorporates [FitVids.js](https://github.com/davatron5000/FitVids.js/),
42
+ Copyright (c) 2013 Dave Rubert and Chris Coyier.
43
+ FitVids is distributed under the terms of the [WTFPL License](http://sam.zoy.org/wtfpl/).
44
+
45
+ Minimal Mistakes incorporates [Magnific Popup](http://dimsemenov.com/plugins/magnific-popup/),
46
+ Copyright (c) 2014-2016 Dmitry Semenov, http://dimsemenov.com.
47
+ Magnific Popup is distributed under the terms of the MIT License.
48
+
49
+ Minimal Mistakes incorporates [jQuery Smooth Scroll](https://github.com/kswedberg/jquery-smooth-scroll),
50
+ Copyright (c) 2017 Karl Swedberg.
51
+ jQuery Smooth Scroll is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
52
+
53
+ Minimal Mistakes incorporates [GreedyNav.js](https://github.com/lukejacksonn/GreedyNav),
54
+ Copyright (c) 2015 Luke Jackson.
55
+ GreedyNav.js is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
56
+
57
+ Minimal Mistakes incorporates [Jekyll Group-By-Array](https://github.com/mushishi78/jekyll-group-by-array),
58
+ Copyright (c) 2015 Max White <mushishi78@gmail.com>.
59
+ Jekyll Group-By-Array is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
data/README.md CHANGED
@@ -1,160 +1,217 @@
1
- # [Minimal Mistakes Jekyll Theme](https://mmistakes.github.io/minimal-mistakes/)
2
-
3
- [![GitHub release](https://img.shields.io/gem/v/minimal-mistakes-jekyll.svg)](https://github.com/mmistakes/minimal-mistakes/releases) [![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/mmistakes/minimal-mistakes/master/LICENSE.txt)
4
-
5
- Minimal Mistakes is a flexible two-column Jekyll theme. Perfect for hosting your personal site, blog, or portfolio on GitHub or self-hosting on your own server. As the name implies --- styling is purposely minimalistic to be enhanced and customized by you :smile:.
6
-
7
- See what's new in the [CHANGELOG](CHANGELOG.md).
8
-
9
- :sparkles: Minimal Mistakes is now available as a [Ruby gem](https://rubygems.org/gems/minimal-mistakes-jekyll). Consult the [Quick-Start Guide](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/) and [this blog post](https://mmistakes.github.io/minimal-mistakes/jekyll/gemified-theme-beta/) to learn how to upgrade.
10
-
11
- [![Minimal Mistakes live preview][2]][1]
12
-
13
- [1]: https://mmistakes.github.io/minimal-mistakes/
14
- [2]: screenshot.png (live preview)
15
-
16
- ![layout examples](screenshot-layouts.png)
17
-
18
- ## Notable Features
19
-
20
- - "Gemified" for easier install/upgrading
21
- - Compatible with Jekyll 3.5 and GitHub Pages
22
- - Support for Jekyll's built-in Sass/SCSS preprocessor
23
- - Several responsive layout options (single, archive index, splash, and paginated home page)
24
- - SEO optimized with support for [Twitter Cards](https://dev.twitter.com/cards/overview) and [Open Graph](http://ogp.me/) data
25
- - Optional [header images](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#headers), [custom sidebars](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#sidebars), [table of contents](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#table-of-contents), [galleries](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery), related posts, [breadcrumb links](https://mmistakes.github.io/minimal-mistakes/docs/configuration/#breadcrumb-navigation-beta), [navigation lists](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list), and more.
26
- - Commenting support (powered by [Disqus](https://disqus.com/), [Facebook](https://developers.facebook.com/docs/plugins/comments), Google+, [Discourse](https://www.discourse.org/), static-based via [Staticman](https://staticman.net/), and custom).
27
- - [Google Analytics](https://www.google.com/analytics/) support.
28
- - UI localized text in English (default), Brazilian Portuguese, Chinese, French, German, Italian, Korean, Nepali (Nepalese), Russian, Spanish, and Turkish
29
-
30
- ## Demo Pages
31
-
32
- | Name | Description |
33
- | ------------------------------------------- | ----------------------------------------------------- |
34
- | [Post with Header Image][header-image-post] | A post with a large header image. |
35
- | [HTML Tags and Formatting Post][html-tags-post] | A variety of common markup showing how the theme styles them. |
36
- | [Syntax Highlighting Post][syntax-post] | Post displaying highlighted code. |
37
- | [Post with a Gallery][gallery-post] | A post showing several images wrapped in `<figure>` elements. |
38
- | [Sample Collection Page][sample-collection] | Single page from a collection. |
39
- | [Categories Archive][categories-archive] | Posts grouped by category. |
40
- | [Tags Archive][tags-archive] | Posts grouped by tag. |
41
-
42
- Additional sample posts are available under [posts archive][year-archive] on the demo site. Source files for these (and the entire demo site) can be found in [`/docs`](docs).
43
-
44
- [header-image-post]: https://mmistakes.github.io/minimal-mistakes/layout-header-image-text-readability/
45
- [gallery-post]: https://mmistakes.github.io/minimal-mistakes/post%20formats/post-gallery/
46
- [html-tags-post]: https://mmistakes.github.io/minimal-mistakes/markup/markup-html-tags-and-formatting/
47
- [syntax-post]: https://mmistakes.github.io/minimal-mistakes/markup-syntax-highlighting/
48
- [sample-collection]: https://mmistakes.github.io/minimal-mistakes/recipes/chocolate-chip-cookies/
49
- [categories-archive]: https://mmistakes.github.io/minimal-mistakes/categories/
50
- [tags-archive]: https://mmistakes.github.io/minimal-mistakes/tags/
51
- [year-archive]: https://mmistakes.github.io/minimal-mistakes/year-archive/
52
-
53
- ## Usage
54
-
55
- For detailed instructions on how to configure, customize, add content, and more read the [theme's documentation](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/).
56
-
57
- **Note:** Gem version of the theme requires Jekyll v3.3+ and is not currently supported on [GitHub Pages](https://pages.github.com/). You can still use the theme with GitHub Pages, you'll just need to install using the old "[repo fork method](https://mmistakes.github.io/minimal-mistakes/docs/installation/)".
58
-
59
- ## Quick Start
60
-
61
- Add this line to your Jekyll site's `Gemfile`:
62
-
63
- ```ruby
64
- gem "minimal-mistakes-jekyll"
65
- ```
66
-
67
- Add this line to your Jekyll site's `_config.yml` file:
68
-
69
- ```yaml
70
- theme: minimal-mistakes-jekyll
71
- ```
72
-
73
- Then run Bundler to install the theme gem and dependencies:
74
-
75
- ```bash
76
- bundle install
77
- ```
78
-
79
- To update the theme run `bundle update`.
80
-
81
- ---
82
-
83
- ## Contributing
84
-
85
- Having trouble working with the theme? Found a typo in the documentation? Interested in adding a feature or [fixing a bug](https://github.com/mmistakes/minimal-mistakes/issues)? Then by all means [submit an issue](https://github.com/mmistakes/minimal-mistakes/issues/new) or [pull request](https://help.github.com/articles/using-pull-requests/). If this is your first pull request, it may be helpful to read up on the [GitHub Flow](https://guides.github.com/introduction/flow/) first.
86
-
87
- Minimal Mistakes has been designed as a base for you to customize and fit your site's unique needs. Please keep this in mind when requesting features and/or submitting pull requests. If it's not something that most people will use, I probably won't consider it. When in doubt ask.
88
-
89
- This goes for author sidebar links and "share button" additions -- I have no intention of merging in every possibly option, the essentials are there to get you started :smile:.
90
-
91
- ### Pull Requests
92
-
93
- When submitting a pull request:
94
-
95
- 1. Clone the repo.
96
- 2. Create a branch off of `master` and give it a meaningful name (e.g. `my-awesome-new-feature`) and describe the feature or fix.
97
- 3. Open a pull request on GitHub.
98
-
99
- Theme documentation and demo pages can be found in the [`/docs`](docs) if submitting improvements, typo corrections, etc.
100
-
101
- ## Development
102
-
103
- To set up your environment to develop this theme, run `bundle install`.
104
-
105
- To test the theme, run `bundle exec rake preview` and open your browser at `http://localhost:4000/test/`. This starts a Jekyll server using content in the `test/` directory. As modifications are made to the theme and test site, it will regenerate and you should see the changes in the browser after a refresh.
106
-
107
- ---
108
-
109
- ## Credits
110
-
111
- ### Creator
112
-
113
- **Michael Rose**
114
-
115
- - <https://mademistakes.com>
116
- - <https://twitter.com/mmistakes>
117
- - <https://github.com/mmistakes>
118
-
119
- ### Icons + Demo Images:
120
-
121
- - [The Noun Project](https://thenounproject.com) -- Garrett Knoll, Arthur Shlain, and [tracy tam](https://thenounproject.com/tracytam)
122
- - [Font Awesome](http://fortawesome.github.io/Font-Awesome/)
123
- - [Unsplash](https://unsplash.com/)
124
-
125
- ### Other:
126
-
127
- - [Jekyll](http://jekyllrb.com/)
128
- - [jQuery](http://jquery.com/)
129
- - [Susy](http://susy.oddbird.net/)
130
- - [Breakpoint](http://breakpoint-sass.com/)
131
- - [Magnific Popup](http://dimsemenov.com/plugins/magnific-popup/)
132
- - [FitVids.JS](http://fitvidsjs.com/)
133
- - Greedy Navigation - [lukejacksonn](http://codepen.io/lukejacksonn/pen/PwmwWV)
134
- - [jQuery Smooth Scroll](https://github.com/kswedberg/jquery-smooth-scroll)
135
-
136
- ---
137
-
138
- ## License
139
-
140
- The MIT License (MIT)
141
-
142
- Copyright (c) 2017 Michael Rose
143
-
144
- Permission is hereby granted, free of charge, to any person obtaining a copy
145
- of this software and associated documentation files (the "Software"), to deal
146
- in the Software without restriction, including without limitation the rights
147
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
148
- copies of the Software, and to permit persons to whom the Software is
149
- furnished to do so, subject to the following conditions:
150
-
151
- The above copyright notice and this permission notice shall be included in all
152
- copies or substantial portions of the Software.
153
-
154
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
155
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
156
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
157
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
158
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
159
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
160
- SOFTWARE.
1
+ # [Minimal Mistakes Jekyll Theme](https://mmistakes.github.io/minimal-mistakes/)
2
+
3
+ [![GitHub release](https://img.shields.io/gem/v/minimal-mistakes-jekyll.svg)](https://github.com/mmistakes/minimal-mistakes/releases) [![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/mmistakes/minimal-mistakes/master/LICENSE.txt)
4
+
5
+ Minimal Mistakes is a flexible two-column Jekyll theme. Perfect for hosting your personal site, blog, or portfolio on GitHub or self-hosting on your own server. As the name implies --- styling is purposely minimalistic to be enhanced and customized by you :smile:.
6
+
7
+ :sparkles: See what's new in the [CHANGELOG](CHANGELOG.md).
8
+
9
+ [![Minimal Mistakes live preview][2]][1]
10
+
11
+ [1]: https://mmistakes.github.io/minimal-mistakes/
12
+ [2]: screenshot.png (live preview)
13
+
14
+ ![layout examples](screenshot-layouts.png)
15
+
16
+ ## Notable Features
17
+
18
+ - Bundled as a "theme gem" for easier install/upgrading.
19
+ - Compatible with GitHub Pages.
20
+ - Support for Jekyll's built-in Sass/SCSS preprocessor.
21
+ - Nine different skins (color variations).
22
+ - Several responsive layout options (single, archive index, splash, and paginated home page).
23
+ - Optimized for search engines with support for [Twitter Cards](https://dev.twitter.com/cards/overview) and [Open Graph](http://ogp.me/) data
24
+ - Optional [header images](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#headers), [custom sidebars](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#sidebars), [table of contents](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#table-of-contents), [galleries](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery), related posts, [breadcrumb links](https://mmistakes.github.io/minimal-mistakes/docs/configuration/#breadcrumb-navigation-beta), [navigation lists](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list), and more.
25
+ - Commenting support (powered by [Disqus](https://disqus.com/), [Facebook](https://developers.facebook.com/docs/plugins/comments), Google+, [Discourse](https://www.discourse.org/), static-based via [Staticman v1 and v2](https://staticman.net/), and custom).
26
+ - [Google Analytics](https://www.google.com/analytics/) support.
27
+ - UI localized text in English (default), Brazilian Portuguese (Português brasileiro), Chinese, Danish, Dutch, French (Français), German (Deutsch), Greek, Indonesian, Italian (Italiano), Korean, Nepali (Nepalese), Polish, Russian, Spanish (Español), Swedish, Turkish (Türkçe), and Vietnamese.
28
+
29
+ ## Skins (Color Variations)
30
+
31
+ This theme comes in seven different skins (including the default one).
32
+
33
+ | `air` | `contrast` | `dark` |
34
+ | --- | --- | --- |
35
+ | ![air skin](https://mmistakes.github.io/minimal-mistakes/assets/images/air-skin-archive.png) | ![contrast skin](https://mmistakes.github.io/minimal-mistakes/assets/images/contrast-skin-archive.png) | ![dark skin](https://mmistakes.github.io/minimal-mistakes/assets/images/dark-skin-archive.png) |
36
+
37
+ | `dirt` | `mint` | `sunrise` |
38
+ | --- | --- | --- |
39
+ | ![dirt skin](https://mmistakes.github.io/minimal-mistakes/assets/images/dirt-skin-archive.png) | ![mint skin](https://mmistakes.github.io/minimal-mistakes/assets/images/mint-skin-archive.png) | ![sunrise skin](https://mmistakes.github.io/minimal-mistakes/assets/images/sunrise-skin-archive.png) |
40
+
41
+ | `aqua` | `neon` | `plum` |
42
+ | --- | --- | --- |
43
+ | ![aqua skin](https://mmistakes.github.io/minimal-mistakes/assets/images/aqua-skin-archive.png) | ![neon skin](https://mmistakes.github.io/minimal-mistakes/assets/images/neon-skin-archive.png) | ![plum skin](https://mmistakes.github.io/minimal-mistakes/assets/images/plum-skin-archive.png) |
44
+
45
+ ## Demo Pages
46
+
47
+ | Name | Description |
48
+ | ------------------------------------------- | ----------------------------------------------------- |
49
+ | [Post with Header Image][header-image-post] | A post with a large header image. |
50
+ | [HTML Tags and Formatting Post][html-tags-post] | A variety of common markup showing how the theme styles them. |
51
+ | [Syntax Highlighting Post][syntax-post] | Post displaying highlighted code. |
52
+ | [Post with a Gallery][gallery-post] | A post showing several images wrapped in `<figure>` elements. |
53
+ | [Sample Collection Page][sample-collection] | Single page from a collection. |
54
+ | [Categories Archive][categories-archive] | Posts grouped by category. |
55
+ | [Tags Archive][tags-archive] | Posts grouped by tag. |
56
+
57
+ Additional sample posts are available under [posts archive][year-archive] on the demo site. Source files for these (and the entire demo site) can be found in [`/docs`](docs).
58
+
59
+ [header-image-post]: https://mmistakes.github.io/minimal-mistakes/layout-header-image-text-readability/
60
+ [gallery-post]: https://mmistakes.github.io/minimal-mistakes/post%20formats/post-gallery/
61
+ [html-tags-post]: https://mmistakes.github.io/minimal-mistakes/markup/markup-html-tags-and-formatting/
62
+ [syntax-post]: https://mmistakes.github.io/minimal-mistakes/markup-syntax-highlighting/
63
+ [sample-collection]: https://mmistakes.github.io/minimal-mistakes/recipes/chocolate-chip-cookies/
64
+ [categories-archive]: https://mmistakes.github.io/minimal-mistakes/categories/
65
+ [tags-archive]: https://mmistakes.github.io/minimal-mistakes/tags/
66
+ [year-archive]: https://mmistakes.github.io/minimal-mistakes/year-archive/
67
+
68
+ ## Usage
69
+
70
+ For detailed instructions on how to configure, customize, add content, and more read the [theme's documentation](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/).
71
+
72
+ **Note:** Gem version of the theme requires Jekyll v3.3+ and is not currently supported on [GitHub Pages](https://pages.github.com/). You can still use the theme with GitHub Pages, you'll just need to install using the old "[repo fork method](https://mmistakes.github.io/minimal-mistakes/docs/installation/)".
73
+
74
+ ## Quick Start
75
+
76
+ Add this line to your Jekyll site's `Gemfile`:
77
+
78
+ ```ruby
79
+ gem "minimal-mistakes-jekyll"
80
+ ```
81
+
82
+ Add this line to your Jekyll site's `_config.yml` file:
83
+
84
+ ```yaml
85
+ theme: minimal-mistakes-jekyll
86
+ ```
87
+
88
+ Then run Bundler to install the theme gem and dependencies:
89
+
90
+ ```bash
91
+ bundle install
92
+ ```
93
+
94
+ To update the theme run `bundle update`.
95
+
96
+ ---
97
+
98
+ ## Contributing
99
+
100
+ Having trouble working with the theme? Found a typo in the documentation? Interested in adding a feature or [fixing a bug](https://github.com/mmistakes/minimal-mistakes/issues)? Then by all means [submit an issue](https://github.com/mmistakes/minimal-mistakes/issues/new) or [pull request](https://help.github.com/articles/using-pull-requests/). If this is your first pull request, it may be helpful to read up on the [GitHub Flow](https://guides.github.com/introduction/flow/) first.
101
+
102
+ Minimal Mistakes has been designed as a base for you to customize and fit your site's unique needs. Please keep this in mind when requesting features and/or submitting pull requests. If it's not something that most people will use, I probably won't consider it. When in doubt ask.
103
+
104
+ This goes for author sidebar links and "share button" additions -- I have no intention of merging in every possibly option, the essentials are there to get you started :smile:.
105
+
106
+ ### Pull Requests
107
+
108
+ When submitting a pull request:
109
+
110
+ 1. Clone the repo.
111
+ 2. Create a branch off of `master` and give it a meaningful name (e.g. `my-awesome-new-feature`).
112
+ 3. Open a pull request on GitHub and describe the feature or fix.
113
+
114
+ Theme documentation and demo pages can be found in the [`/docs`](docs) if submitting improvements, typo corrections, etc.
115
+
116
+ ## Development
117
+
118
+ To set up your environment to develop this theme, run `bundle install`.
119
+
120
+ To test the theme, run `bundle exec rake preview` and open your browser at `http://localhost:4000/test/`. This starts a Jekyll server using content in the `test/` directory. As modifications are made to the theme and test site, it will regenerate and you should see the changes in the browser after a refresh.
121
+
122
+ ---
123
+
124
+ ## Credits
125
+
126
+ ### Creator
127
+
128
+ **Michael Rose**
129
+
130
+ - <https://mademistakes.com>
131
+ - <https://twitter.com/mmistakes>
132
+ - <https://github.com/mmistakes>
133
+
134
+ ### Icons + Demo Images:
135
+
136
+ - [The Noun Project](https://thenounproject.com) -- Garrett Knoll, Arthur Shlain, and [tracy tam](https://thenounproject.com/tracytam)
137
+ - [Font Awesome](http://fortawesome.github.io/Font-Awesome/)
138
+ - [Unsplash](https://unsplash.com/)
139
+
140
+ ### Other:
141
+
142
+ - [Jekyll](http://jekyllrb.com/)
143
+ - [jQuery](http://jquery.com/)
144
+ - [Susy](http://susy.oddbird.net/)
145
+ - [Breakpoint](http://breakpoint-sass.com/)
146
+ - [Magnific Popup](http://dimsemenov.com/plugins/magnific-popup/)
147
+ - [FitVids.JS](http://fitvidsjs.com/)
148
+ - Greedy Navigation - [lukejacksonn](http://codepen.io/lukejacksonn/pen/PwmwWV)
149
+ - [jQuery Smooth Scroll](https://github.com/kswedberg/jquery-smooth-scroll)
150
+
151
+ ---
152
+
153
+ ## License
154
+
155
+ The MIT License (MIT)
156
+
157
+ Copyright (c) 2017 Michael Rose
158
+
159
+ Permission is hereby granted, free of charge, to any person obtaining a copy
160
+ of this software and associated documentation files (the "Software"), to deal
161
+ in the Software without restriction, including without limitation the rights
162
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
163
+ copies of the Software, and to permit persons to whom the Software is
164
+ furnished to do so, subject to the following conditions:
165
+
166
+ The above copyright notice and this permission notice shall be included in all
167
+ copies or substantial portions of the Software.
168
+
169
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
170
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
171
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
172
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
173
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
174
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
175
+ SOFTWARE.
176
+
177
+ Minimal Mistakes incorporates icons from [The Noun Project](https://thenounproject.com/)
178
+ creators Garrett Knoll, Arthur Shlain, and tracy tam.
179
+ Icons are distributed under Creative Commons Attribution 3.0 United States (CC BY 3.0 US).
180
+
181
+ Minimal Mistakes incorporates [Font Awesome](http://fontawesome.io/),
182
+ Copyright (c) 2017 Dave Gandy.
183
+ Font Awesome is distributed under the terms of the [SIL OFL 1.1](http://scripts.sil.org/OFL)
184
+ and [MIT License](http://opensource.org/licenses/MIT).
185
+
186
+ Minimal Mistakes incorporates photographs from [Unsplash](https://unsplash.com).
187
+
188
+ Minimal Mistakes incorporates [Susy](http://susy.oddbird.net/),
189
+ Copyright (c) 2017, Miriam Eric Suzanne.
190
+ Susy is distributed under the terms of the [BSD 3-clause "New" or "Revised" License](https://opensource.org/licenses/BSD-3-Clause).
191
+
192
+ Minimal Mistakes incorporates [Breakpoint](http://breakpoint-sass.com/).
193
+ Breakpoint is distributed under the terms of the [MIT/GPL Licenses](http://opensource.org/licenses/MIT).
194
+
195
+ Minimal Mistakes incorporates [FitVids.js](https://github.com/davatron5000/FitVids.js/),
196
+ Copyright (c) 2013 Dave Rubert and Chris Coyier.
197
+ FitVids is distributed under the terms of the [WTFPL License](http://sam.zoy.org/wtfpl/).
198
+
199
+ Minimal Mistakes incorporates [Magnific Popup](http://dimsemenov.com/plugins/magnific-popup/),
200
+ Copyright (c) 2014-2016 Dmitry Semenov, http://dimsemenov.com.
201
+ Magnific Popup is distributed under the terms of the MIT License.
202
+
203
+ Minimal Mistakes incorporates [jQuery Smooth Scroll](https://github.com/kswedberg/jquery-smooth-scroll),
204
+ Copyright (c) 2017 Karl Swedberg.
205
+ jQuery Smooth Scroll is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
206
+
207
+ Minimal Mistakes incorporates [GreedyNav.js](https://github.com/lukejacksonn/GreedyNav),
208
+ Copyright (c) 2015 Luke Jackson.
209
+ GreedyNav.js is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
210
+
211
+ Minimal Mistakes incorporates [Jekyll Group-By-Array](https://github.com/mushishi78/jekyll-group-by-array),
212
+ Copyright (c) 2015 Max White <mushishi78@gmail.com>.
213
+ Jekyll Group-By-Array is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
214
+
215
+ Minimal Mistakes incorporates [@allejo's Pure Liquid Jekyll Table of Contents](https://allejo.io/blog/a-jekyll-toc-in-liquid-only/),
216
+ Copyright (c) 2017 Vladimir Jimenez.
217
+ Pure Liquid Jekyll Table of Contents is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).