Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit 47f7237

Browse files
committedFeb 1, 2018
Merge remote-tracking branch 'upstream/master'
* upstream/master: (528 commits) Fix docs. Change Isaac Newton with Albert Einstein (mmistakes#1508) Replace `|` with HTML entity when used as title separator Update stale.yml Remove ignore file Fix border bottom for Gist line numbers Update CHANGELOG and history fix a typo in 04-upgrading.md (mmistakes#1487) Update CHANGELOG and history Remove extra spaces after : Fix jsonify name in seo.html application/ld+json script (mmistakes#1485) Update CHANGELOG and history Add archive feature row test page Add archive feature row test page Adjust feature row styling when used on an `archive` layout Remove misleading underline hover state Replace toc include with `toc: true` Remove base_path include from pages Reduce font-size of page meta in list/grid items Underline archive item titles Update issue template ...
2 parents ce392e5 + 3598e8e commit 47f7237

File tree

204 files changed

+11529
-11862
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+11529
-11862
lines changed
 

‎LICENSE.txt

+44-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Michael Rose
3+
Copyright (c) 2013-2018 Michael Rose and contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,46 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
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).
60+
61+
Minimal Mistakes incorporates [Lunr](http://lunrjs.com),
62+
Copyright (c) 2017 Oliver Nightingale.
63+
Lunr is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).

‎Rakefile

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ task :preview do
4444

4545
ENV["LISTEN_GEM_DEBUGGING"] = "1"
4646
listener = Listen.to(
47+
base.join("_data"),
4748
base.join("_includes"),
4849
base.join("_layouts"),
4950
base.join("_sass"),

0 commit comments

Comments
 (0)
This repository has been archived.