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

Commit 1af2ec6

Browse files
committedFeb 1, 2018
Merge remote-tracking branch 'upstream/master'
* upstream/master: New comment. (mmistakes#751) New comment. (mmistakes#750) Fix typo New comment. (mmistakes#745) New comment. (mmistakes#743) New comment. (mmistakes#729) Bump version to 4.1.1 Update CHANGELOG.md and history Remove hardcoded read time values and make “minute read” values dynamic based off of `site.words_per_minute` - Close mmistakes#703 Fix `author.youtube` conditional in author sidebar Change Jekyll to a runtime dependency Add support for YouTube channel URLs in `/docs` author sidebar Add support for YouTube channel URLs in author sidebar - Close mmistakes#716 Update Font Awesome to v4.7.0 in `/docs` Update Font Awesome to v4.7.0 - Close mmistakes#723 Bump version to 4.1.0 Update CHANGELOG and history Add include for adding custom author profile links to sidebar Fix padding issue with pagination buttons - Close mmistakes#694 Fix link to Discourse.org homepage in noscript section (mmistakes#699)
2 parents 8e5d905 + 77db91a commit 1af2ec6

16 files changed

+2954
-783
lines changed
 

‎_config.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,18 @@ author:
8888
github : "martinbjeldbak"
8989
keybase : # "martinb"
9090
instagram :
91+
lastfm :
9192
linkedin : "martinbjeldbak"
93+
pinterest :
94+
soundcloud :
9295
stackoverflow : # "660936/martin"
96+
steam :
97+
tumblr :
9398
twitter : "martinbjeldbak"
94-
99+
vine :
100+
weibo :
101+
xing :
102+
youtube : # "https://youtube.com/c/MichaelRoseDesign"
95103

96104
# Reading Files
97105
include:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!--
2+
<li>
3+
<a href="http://link-to-whatever-social-network.com/user/" itemprop="sameAs">
4+
<i class="fa fa-fw" aria-hidden="true"></i> Custom Social Profile Link
5+
</a>
6+
</li>
7+
-->

‎_includes/author-profile.html

+149-92
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,23 @@ <h3 class="author__name" itemprop="name">{{ author.name }}</h3>
3030
<ul class="author__urls social-icons">
3131
{% if author.location %}
3232
<li itemprop="homeLocation" itemscope itemtype="http://schema.org/Place">
33-
<i class="fa fa-fw fa-map-marker" aria-hidden="true"></i>
34-
<span itemprop="name"> {{ author.location }} </span>
33+
<i class="fa fa-fw fa-map-marker" aria-hidden="true"></i> <span itemprop="name">{{ author.location }}</span>
3534
</li>
3635
{% endif %}
37-
36+
3837
{% if author.uri %}
3938
<li>
4039
<a href="{{ author.uri }}" itemprop="url">
41-
<i class="fa fa-fw fa-chain" aria-hidden="true"></i>
42-
{{ site.data.ui-text[site.locale].website_label | default: "Website" }}
40+
<i class="fa fa-fw fa-chain" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].website_label | default: "Website" }}
4341
</a>
4442
</li>
4543
{% endif %}
46-
44+
4745
{% if author.email %}
4846
<li>
4947
<a href="mailto:{{ author.email }}">
50-
<i class="fa fa-fw fa-envelope-square" aria-hidden="true"></i>
5148
<meta itemprop="email" content="{{ author.email }}" />
52-
{{ site.data.ui-text[site.locale].email_label | default: "Email" }}
49+
<i class="fa fa-fw fa-envelope-square" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].email_label | default: "Email" }}
5350
</a>
5451
</li>
5552
{% endif %}
@@ -62,137 +59,197 @@ <h3 class="author__name" itemprop="name">{{ author.name }}</h3>
6259
{% endif %}
6360

6461
{% if author.keybase %}
65-
<li><a href="https://keybase.io/{{ author.keybase }} " itemprop="sameAs">
66-
<i class="fa fa-fw fa-key" aria-hidden="true"></i>
67-
Keybase
68-
</a></li>
62+
<li>
63+
<a href="https://keybase.io/{{ author.keybase }}" itemprop="sameAs">
64+
<i class="fa fa-fw fa-key" aria-hidden="true"></i> Keybase
65+
</a>
66+
</li>
6967
{% endif %}
68+
7069
{% if author.twitter %}
71-
<li><a href="https://twitter.com/{{ author.twitter }}" itemprop="sameAs">
72-
<i class="fa fa-fw fa-twitter-square" aria-hidden="true"></i>
73-
Twitter
74-
</a></li>
70+
<li>
71+
<a href="https://twitter.com/{{ author.twitter }}" itemprop="sameAs">
72+
<i class="fa fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter
73+
</a>
74+
</li>
7575
{% endif %}
76+
7677
{% if author.facebook %}
77-
<li><a href="https://www.facebook.com/{{ author.facebook }}" itemprop="sameAs">
78-
<i class="fa fa-fw fa-facebook-square" aria-hidden="true"></i>
79-
Facebook
80-
</a></li>
78+
<li>
79+
<a href="https://www.facebook.com/{{ author.facebook }}" itemprop="sameAs">
80+
<i class="fa fa-fw fa-facebook-square" aria-hidden="true"></i> Facebook
81+
</a>
82+
</li>
8183
{% endif %}
84+
8285
{% if author.google_plus %}
83-
<li><a href="https://plus.google.com/+{{ author.google_plus }}" itemprop="sameAs">
84-
<i class="fa fa-fw fa-google-plus-square" aria-hidden="true"></i>
85-
Google+
86-
</a></li>
86+
<li>
87+
<a href="https://plus.google.com/+{{ author.google_plus }}" itemprop="sameAs">
88+
<i class="fa fa-fw fa-google-plus-square" aria-hidden="true"></i> Google+
89+
</a>
90+
</li>
8791
{% endif %}
92+
8893
{% if author.linkedin %}
89-
<li><a href="https://www.linkedin.com/in/{{ author.linkedin }}" itemprop="sameAs">
90-
<i class="fa fa-fw fa-linkedin-square" aria-hidden="true"></i>
91-
LinkedIn
92-
</a></li>
94+
<li>
95+
<a href="https://www.linkedin.com/in/{{ author.linkedin }}" itemprop="sameAs">
96+
<i class="fa fa-fw fa-linkedin-square" aria-hidden="true"></i> LinkedIn
97+
</a>
98+
</li>
9399
{% endif %}
100+
94101
{% if author.xing %}
95-
<li><a href="https://www.xing.com/profile/{{ author.xing }}" itemprop="sameAs">
96-
<i class="fa fa-fw fa-xing-square" aria-hidden="true"></i>
97-
XING
98-
</a></li>
102+
<li>
103+
<a href="https://www.xing.com/profile/{{ author.xing }}" itemprop="sameAs">
104+
<i class="fa fa-fw fa-xing-square" aria-hidden="true"></i> XING
105+
</a>
106+
</li>
99107
{% endif %}
108+
100109
{% if author.instagram %}
101-
<li><a href="https://instagram.com/{{ author.instagram }}" itemprop="sameAs">
102-
<i class="fa fa-fw fa-instagram" aria-hidden="true"></i>
103-
Instagram
104-
</a></li>
110+
<li>
111+
<a href="https://instagram.com/{{ author.instagram }}" itemprop="sameAs">
112+
<i class="fa fa-fw fa-instagram" aria-hidden="true"></i> Instagram
113+
</a>
114+
</li>
105115
{% endif %}
116+
106117
{% if author.tumblr %}
107-
<li><a href="https://{{ author.tumblr }}.tumblr.com" itemprop="sameAs">
108-
<i class="fa fa-fw fa-tumblr-square" aria-hidden="true"></i>
109-
Tumblr
110-
</a></li>
118+
<li>
119+
<a href="https://{{ author.tumblr }}.tumblr.com" itemprop="sameAs">
120+
<i class="fa fa-fw fa-tumblr-square" aria-hidden="true"></i> Tumblr
121+
</a>
122+
</li>
111123
{% endif %}
124+
112125
{% if author.bitbucket %}
113-
<li><a href="https://bitbucket.org/{{ author.bitbucket }}" itemprop="sameAs">
114-
<i class="fa fa-fw fa-bitbucket" aria-hidden="true"></i>
115-
Bitbucket
116-
</a></li>
126+
<li>
127+
<a href="https://bitbucket.org/{{ author.bitbucket }}" itemprop="sameAs">
128+
<i class="fa fa-fw fa-bitbucket" aria-hidden="true"></i> Bitbucket
129+
</a>
130+
</li>
117131
{% endif %}
132+
118133
{% if author.github %}
134+
<<<<<<< HEAD
119135
<li><a href="https://github.com/{{ author.github }}" itemprop="sameAs">
120136
<i class="fa fa-fw fa-github" aria-hidden="true"></i>
121137
GitHub
122138
</a></li>
139+
=======
140+
<li>
141+
<a href="https://github.com/{{ author.github }}" itemprop="sameAs">
142+
<i class="fa fa-fw fa-github" aria-hidden="true"></i> GitHub
143+
</a>
144+
</li>
145+
>>>>>>> upstream/master
123146
{% endif %}
147+
124148
{% if author.stackoverflow %}
125-
<li><a href="https://www.stackoverflow.com/users/{{ author.stackoverflow }}" itemprop="sameAs">
126-
<i class="fa fa-fw fa-stack-overflow" aria-hidden="true"></i>
127-
Stackoverflow
128-
</a></li>
149+
<li>
150+
<a href="https://www.stackoverflow.com/users/{{ author.stackoverflow }}" itemprop="sameAs">
151+
<i class="fa fa-fw fa-stack-overflow" aria-hidden="true"></i> Stackoverflow
152+
</a>
153+
</li>
129154
{% endif %}
155+
130156
{% if author.lastfm %}
131-
<li><a href="https://last.fm/user/{{ author.lastfm }}" itemprop="sameAs">
132-
<i class="fa fa-fw fa-lastfm-square" aria-hidden="true"></i>
133-
Last.fm
134-
</a></li>
157+
<li>
158+
<a href="https://last.fm/user/{{ author.lastfm }}" itemprop="sameAs">
159+
<i class="fa fa-fw fa-lastfm-square" aria-hidden="true"></i> Last.fm
160+
</a>
161+
</li>
135162
{% endif %}
163+
136164
{% if author.dribbble %}
137-
<li><a href="https://dribbble.com/{{ author.dribbble }}" itemprop="sameAs">
138-
<i class="fa fa-fw fa-dribbble" aria-hidden="true"></i>
139-
Dribbble
140-
</a></li>
165+
<li>
166+
<a href="https://dribbble.com/{{ author.dribbble }}" itemprop="sameAs">
167+
<i class="fa fa-fw fa-dribbble" aria-hidden="true"></i> Dribbble
168+
</a>
169+
</li>
141170
{% endif %}
171+
142172
{% if author.pinterest %}
143-
<li><a href="https://www.pinterest.com/{{ author.pinterest }}" itemprop="sameAs">
144-
<i class="fa fa-fw fa-pinterest" aria-hidden="true"></i>
145-
Pinterest
146-
</a></li>
173+
<li>
174+
<a href="https://www.pinterest.com/{{ author.pinterest }}" itemprop="sameAs">
175+
<i class="fa fa-fw fa-pinterest" aria-hidden="true"></i> Pinterest
176+
</a>
177+
</li>
147178
{% endif %}
179+
148180
{% if author.foursquare %}
149-
<li><a href="https://foursquare.com/{{ author.foursquare }}" itemprop="sameAs">
150-
<i class="fa fa-fw fa-foursquare" aria-hidden="true"></i>
151-
Foursquare
152-
</a></li>
181+
<li>
182+
<a href="https://foursquare.com/{{ author.foursquare }}" itemprop="sameAs">
183+
<i class="fa fa-fw fa-foursquare" aria-hidden="true"></i> Foursquare
184+
</a>
185+
</li>
153186
{% endif %}
187+
154188
{% if author.steam %}
155-
<li><a href="https://steamcommunity.com/id/{{ author.steam }}" itemprop="sameAs">
156-
<i class="fa fa-fw fa-steam-square" aria-hidden="true"></i>
157-
Steam
158-
</a></li>
189+
<li>
190+
<a href="https://steamcommunity.com/id/{{ author.steam }}" itemprop="sameAs">
191+
<i class="fa fa-fw fa-steam-square" aria-hidden="true"></i> Steam
192+
</a>
193+
</li>
159194
{% endif %}
195+
160196
{% if author.youtube %}
161-
<li><a href="https://www.youtube.com/user/{{ author.youtube }}" itemprop="sameAs">
162-
<i class="fa fa-fw fa-youtube-square" aria-hidden="true"></i>
163-
YouTube
164-
</a></li>
197+
{% if author.youtube contains "://" %}
198+
<li>
199+
<a href="{{ author.youtube }}" itemprop="sameAs">
200+
<i class="fa fa-fw fa-youtube-square" aria-hidden="true"></i> YouTube
201+
</a>
202+
</li>
203+
{% else author.youtube %}
204+
<li>
205+
<a href="https://www.youtube.com/user/{{ author.youtube }}" itemprop="sameAs">
206+
<i class="fa fa-fw fa-youtube-square" aria-hidden="true"></i> YouTube
207+
</a>
208+
</li>
209+
{% endif %}
165210
{% endif %}
211+
166212
{% if author.soundcloud %}
167-
<li><a href="https://soundcloud.com/{{ author.soundcloud }}" itemprop="sameAs">
168-
<i class="fa fa-fw fa-soundcloud" aria-hidden="true"></i>
169-
Soundcloud
170-
</a></li>
213+
<li>
214+
<a href="https://soundcloud.com/{{ author.soundcloud }}" itemprop="sameAs">
215+
<i class="fa fa-fw fa-soundcloud" aria-hidden="true"></i> Soundcloud
216+
</a>
217+
</li>
171218
{% endif %}
219+
172220
{% if author.weibo %}
173-
<li><a href="https://www.weibo.com/{{ author.weibo }}" itemprop="sameAs">
174-
<i class="fa fa-fw fa-weibo" aria-hidden="true"></i>
175-
Weibo
176-
</a></li>
221+
<li>
222+
<a href="https://www.weibo.com/{{ author.weibo }}" itemprop="sameAs">
223+
<i class="fa fa-fw fa-weibo" aria-hidden="true"></i> Weibo
224+
</a>
225+
</li>
177226
{% endif %}
227+
178228
{% if author.flickr %}
179-
<li><a href="https://www.flickr.com/{{ author.flickr }}" itemprop="sameAs">
180-
<i class="fa fa-fw fa-flickr" aria-hidden="true"></i>
181-
Flickr
182-
</a></li>
229+
<li>
230+
<a href="https://www.flickr.com/{{ author.flickr }}" itemprop="sameAs">
231+
<i class="fa fa-fw fa-flickr" aria-hidden="true"></i> Flickr
232+
</a>
233+
</li>
183234
{% endif %}
235+
184236
{% if author.codepen %}
185-
<li><a href="https://codepen.io/{{ author.codepen }}" itemprop="sameAs">
186-
<i class="fa fa-fw fa-codepen" aria-hidden="true"></i>
187-
CodePen
188-
</a></li>
237+
<li>
238+
<a href="https://codepen.io/{{ author.codepen }}" itemprop="sameAs">
239+
<i class="fa fa-fw fa-codepen" aria-hidden="true"></i> CodePen
240+
</a>
241+
</li>
189242
{% endif %}
243+
190244
{% if author.vine %}
191-
<li><a href="https://vine.co/u/{{ author.vine }}" itemprop="sameAs">
192-
<i class="fa fa-fw fa-vine" aria-hidden="true"></i>
193-
Vine
194-
</a></li>
245+
<li>
246+
<a href="https://vine.co/u/{{ author.vine }}" itemprop="sameAs">
247+
<i class="fa fa-fw fa-vine" aria-hidden="true"></i> Vine
248+
</a>
249+
</li>
195250
{% endif %}
251+
252+
{% include author-profile-custom-links.html %}
196253
</ul>
197254
</div>
198255
</div>

‎_includes/comments-providers/discourse.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(d);
1010
})();
1111
</script>
12-
<noscript>Please enable JavaScript to view the comments powered by [Discourse](http://forum.beta-europe.org/c/beta/website).</a></noscript>
13-
{% endif %}
12+
<noscript>Please enable JavaScript to view the comments powered by <a href="https://www.discourse.org/">Discourse.</a></noscript>
13+
{% endif %}

‎_includes/read-time.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
{% assign words = page.content | strip_html | number_of_words %}
77
{% endif %}
88

9-
{% if words < 180 %}
9+
{% if words < words_per_minute %}
1010
{{ site.data.ui-text[site.locale].less_than | default: "less than" }} 1 {{ site.data.ui-text[site.locale].minute_read | default: "minute read" }}
11-
{% elsif words < 360 %}
11+
{% elsif words == words_per_minute %}
1212
1 {{ site.data.ui-text[site.locale].minute_read | default: "minute read" }}
1313
{% else %}
1414
{{ words | divided_by:words_per_minute }} {{ site.data.ui-text[site.locale].minute_read | default: "minute read" }}

‎_sass/_navigation.scss

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
margin-left: -1px;
7676

7777
a {
78+
display: block;
7879
margin-bottom: 0.25em;
7980
padding: 0.5em 1em;
8081
font-family: $sans-serif;

‎_sass/vendor/font-awesome/_font-awesome.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
2+
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
33
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
44
*/
55

‎_sass/vendor/font-awesome/_icons.scss

+56
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,7 @@
605605
.#{$fa-css-prefix}-opencart:before { content: $fa-var-opencart; }
606606
.#{$fa-css-prefix}-expeditedssl:before { content: $fa-var-expeditedssl; }
607607
.#{$fa-css-prefix}-battery-4:before,
608+
.#{$fa-css-prefix}-battery:before,
608609
.#{$fa-css-prefix}-battery-full:before { content: $fa-var-battery-full; }
609610
.#{$fa-css-prefix}-battery-3:before,
610611
.#{$fa-css-prefix}-battery-three-quarters:before { content: $fa-var-battery-three-quarters; }
@@ -731,3 +732,58 @@
731732
.#{$fa-css-prefix}-google-plus-official:before { content: $fa-var-google-plus-official; }
732733
.#{$fa-css-prefix}-fa:before,
733734
.#{$fa-css-prefix}-font-awesome:before { content: $fa-var-font-awesome; }
735+
.#{$fa-css-prefix}-handshake-o:before { content: $fa-var-handshake-o; }
736+
.#{$fa-css-prefix}-envelope-open:before { content: $fa-var-envelope-open; }
737+
.#{$fa-css-prefix}-envelope-open-o:before { content: $fa-var-envelope-open-o; }
738+
.#{$fa-css-prefix}-linode:before { content: $fa-var-linode; }
739+
.#{$fa-css-prefix}-address-book:before { content: $fa-var-address-book; }
740+
.#{$fa-css-prefix}-address-book-o:before { content: $fa-var-address-book-o; }
741+
.#{$fa-css-prefix}-vcard:before,
742+
.#{$fa-css-prefix}-address-card:before { content: $fa-var-address-card; }
743+
.#{$fa-css-prefix}-vcard-o:before,
744+
.#{$fa-css-prefix}-address-card-o:before { content: $fa-var-address-card-o; }
745+
.#{$fa-css-prefix}-user-circle:before { content: $fa-var-user-circle; }
746+
.#{$fa-css-prefix}-user-circle-o:before { content: $fa-var-user-circle-o; }
747+
.#{$fa-css-prefix}-user-o:before { content: $fa-var-user-o; }
748+
.#{$fa-css-prefix}-id-badge:before { content: $fa-var-id-badge; }
749+
.#{$fa-css-prefix}-drivers-license:before,
750+
.#{$fa-css-prefix}-id-card:before { content: $fa-var-id-card; }
751+
.#{$fa-css-prefix}-drivers-license-o:before,
752+
.#{$fa-css-prefix}-id-card-o:before { content: $fa-var-id-card-o; }
753+
.#{$fa-css-prefix}-quora:before { content: $fa-var-quora; }
754+
.#{$fa-css-prefix}-free-code-camp:before { content: $fa-var-free-code-camp; }
755+
.#{$fa-css-prefix}-telegram:before { content: $fa-var-telegram; }
756+
.#{$fa-css-prefix}-thermometer-4:before,
757+
.#{$fa-css-prefix}-thermometer:before,
758+
.#{$fa-css-prefix}-thermometer-full:before { content: $fa-var-thermometer-full; }
759+
.#{$fa-css-prefix}-thermometer-3:before,
760+
.#{$fa-css-prefix}-thermometer-three-quarters:before { content: $fa-var-thermometer-three-quarters; }
761+
.#{$fa-css-prefix}-thermometer-2:before,
762+
.#{$fa-css-prefix}-thermometer-half:before { content: $fa-var-thermometer-half; }
763+
.#{$fa-css-prefix}-thermometer-1:before,
764+
.#{$fa-css-prefix}-thermometer-quarter:before { content: $fa-var-thermometer-quarter; }
765+
.#{$fa-css-prefix}-thermometer-0:before,
766+
.#{$fa-css-prefix}-thermometer-empty:before { content: $fa-var-thermometer-empty; }
767+
.#{$fa-css-prefix}-shower:before { content: $fa-var-shower; }
768+
.#{$fa-css-prefix}-bathtub:before,
769+
.#{$fa-css-prefix}-s15:before,
770+
.#{$fa-css-prefix}-bath:before { content: $fa-var-bath; }
771+
.#{$fa-css-prefix}-podcast:before { content: $fa-var-podcast; }
772+
.#{$fa-css-prefix}-window-maximize:before { content: $fa-var-window-maximize; }
773+
.#{$fa-css-prefix}-window-minimize:before { content: $fa-var-window-minimize; }
774+
.#{$fa-css-prefix}-window-restore:before { content: $fa-var-window-restore; }
775+
.#{$fa-css-prefix}-times-rectangle:before,
776+
.#{$fa-css-prefix}-window-close:before { content: $fa-var-window-close; }
777+
.#{$fa-css-prefix}-times-rectangle-o:before,
778+
.#{$fa-css-prefix}-window-close-o:before { content: $fa-var-window-close-o; }
779+
.#{$fa-css-prefix}-bandcamp:before { content: $fa-var-bandcamp; }
780+
.#{$fa-css-prefix}-grav:before { content: $fa-var-grav; }
781+
.#{$fa-css-prefix}-etsy:before { content: $fa-var-etsy; }
782+
.#{$fa-css-prefix}-imdb:before { content: $fa-var-imdb; }
783+
.#{$fa-css-prefix}-ravelry:before { content: $fa-var-ravelry; }
784+
.#{$fa-css-prefix}-eercast:before { content: $fa-var-eercast; }
785+
.#{$fa-css-prefix}-microchip:before { content: $fa-var-microchip; }
786+
.#{$fa-css-prefix}-snowflake-o:before { content: $fa-var-snowflake-o; }
787+
.#{$fa-css-prefix}-superpowers:before { content: $fa-var-superpowers; }
788+
.#{$fa-css-prefix}-wpexplorer:before { content: $fa-var-wpexplorer; }
789+
.#{$fa-css-prefix}-meetup:before { content: $fa-var-meetup; }

‎_sass/vendor/font-awesome/_variables.scss

+58-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@
44
$fa-font-path: "../fonts" !default;
55
$fa-font-size-base: 14px !default;
66
$fa-line-height-base: 1 !default;
7-
//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts" !default; // for referencing Bootstrap CDN font files directly
7+
//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts" !default; // for referencing Bootstrap CDN font files directly
88
$fa-css-prefix: fa !default;
9-
$fa-version: "4.6.3" !default;
9+
$fa-version: "4.7.0" !default;
1010
$fa-border-color: #eee !default;
1111
$fa-inverse: #fff !default;
1212
$fa-li-width: (30em / 14) !default;
1313

1414
$fa-var-500px: "\f26e";
15+
$fa-var-address-book: "\f2b9";
16+
$fa-var-address-book-o: "\f2ba";
17+
$fa-var-address-card: "\f2bb";
18+
$fa-var-address-card-o: "\f2bc";
1519
$fa-var-adjust: "\f042";
1620
$fa-var-adn: "\f170";
1721
$fa-var-align-center: "\f037";
@@ -60,11 +64,15 @@ $fa-var-automobile: "\f1b9";
6064
$fa-var-backward: "\f04a";
6165
$fa-var-balance-scale: "\f24e";
6266
$fa-var-ban: "\f05e";
67+
$fa-var-bandcamp: "\f2d5";
6368
$fa-var-bank: "\f19c";
6469
$fa-var-bar-chart: "\f080";
6570
$fa-var-bar-chart-o: "\f080";
6671
$fa-var-barcode: "\f02a";
6772
$fa-var-bars: "\f0c9";
73+
$fa-var-bath: "\f2cd";
74+
$fa-var-bathtub: "\f2cd";
75+
$fa-var-battery: "\f240";
6876
$fa-var-battery-0: "\f244";
6977
$fa-var-battery-1: "\f243";
7078
$fa-var-battery-2: "\f242";
@@ -214,19 +222,25 @@ $fa-var-dollar: "\f155";
214222
$fa-var-dot-circle-o: "\f192";
215223
$fa-var-download: "\f019";
216224
$fa-var-dribbble: "\f17d";
225+
$fa-var-drivers-license: "\f2c2";
226+
$fa-var-drivers-license-o: "\f2c3";
217227
$fa-var-dropbox: "\f16b";
218228
$fa-var-drupal: "\f1a9";
219229
$fa-var-edge: "\f282";
220230
$fa-var-edit: "\f044";
231+
$fa-var-eercast: "\f2da";
221232
$fa-var-eject: "\f052";
222233
$fa-var-ellipsis-h: "\f141";
223234
$fa-var-ellipsis-v: "\f142";
224235
$fa-var-empire: "\f1d1";
225236
$fa-var-envelope: "\f0e0";
226237
$fa-var-envelope-o: "\f003";
238+
$fa-var-envelope-open: "\f2b6";
239+
$fa-var-envelope-open-o: "\f2b7";
227240
$fa-var-envelope-square: "\f199";
228241
$fa-var-envira: "\f299";
229242
$fa-var-eraser: "\f12d";
243+
$fa-var-etsy: "\f2d7";
230244
$fa-var-eur: "\f153";
231245
$fa-var-euro: "\f153";
232246
$fa-var-exchange: "\f0ec";
@@ -294,6 +308,7 @@ $fa-var-fort-awesome: "\f286";
294308
$fa-var-forumbee: "\f211";
295309
$fa-var-forward: "\f04e";
296310
$fa-var-foursquare: "\f180";
311+
$fa-var-free-code-camp: "\f2c5";
297312
$fa-var-frown-o: "\f119";
298313
$fa-var-futbol-o: "\f1e3";
299314
$fa-var-gamepad: "\f11b";
@@ -326,6 +341,7 @@ $fa-var-google-plus-square: "\f0d4";
326341
$fa-var-google-wallet: "\f1ee";
327342
$fa-var-graduation-cap: "\f19d";
328343
$fa-var-gratipay: "\f184";
344+
$fa-var-grav: "\f2d6";
329345
$fa-var-group: "\f0c0";
330346
$fa-var-h-square: "\f0fd";
331347
$fa-var-hacker-news: "\f1d4";
@@ -342,6 +358,7 @@ $fa-var-hand-rock-o: "\f255";
342358
$fa-var-hand-scissors-o: "\f257";
343359
$fa-var-hand-spock-o: "\f259";
344360
$fa-var-hand-stop-o: "\f256";
361+
$fa-var-handshake-o: "\f2b5";
345362
$fa-var-hard-of-hearing: "\f2a4";
346363
$fa-var-hashtag: "\f292";
347364
$fa-var-hdd-o: "\f0a0";
@@ -365,8 +382,12 @@ $fa-var-hourglass-start: "\f251";
365382
$fa-var-houzz: "\f27c";
366383
$fa-var-html5: "\f13b";
367384
$fa-var-i-cursor: "\f246";
385+
$fa-var-id-badge: "\f2c1";
386+
$fa-var-id-card: "\f2c2";
387+
$fa-var-id-card-o: "\f2c3";
368388
$fa-var-ils: "\f20b";
369389
$fa-var-image: "\f03e";
390+
$fa-var-imdb: "\f2d8";
370391
$fa-var-inbox: "\f01c";
371392
$fa-var-indent: "\f03c";
372393
$fa-var-industry: "\f275";
@@ -404,6 +425,7 @@ $fa-var-line-chart: "\f201";
404425
$fa-var-link: "\f0c1";
405426
$fa-var-linkedin: "\f0e1";
406427
$fa-var-linkedin-square: "\f08c";
428+
$fa-var-linode: "\f2b8";
407429
$fa-var-linux: "\f17c";
408430
$fa-var-list: "\f03a";
409431
$fa-var-list-alt: "\f022";
@@ -436,8 +458,10 @@ $fa-var-maxcdn: "\f136";
436458
$fa-var-meanpath: "\f20c";
437459
$fa-var-medium: "\f23a";
438460
$fa-var-medkit: "\f0fa";
461+
$fa-var-meetup: "\f2e0";
439462
$fa-var-meh-o: "\f11a";
440463
$fa-var-mercury: "\f223";
464+
$fa-var-microchip: "\f2db";
441465
$fa-var-microphone: "\f130";
442466
$fa-var-microphone-slash: "\f131";
443467
$fa-var-minus: "\f068";
@@ -502,6 +526,7 @@ $fa-var-plus: "\f067";
502526
$fa-var-plus-circle: "\f055";
503527
$fa-var-plus-square: "\f0fe";
504528
$fa-var-plus-square-o: "\f196";
529+
$fa-var-podcast: "\f2ce";
505530
$fa-var-power-off: "\f011";
506531
$fa-var-print: "\f02f";
507532
$fa-var-product-hunt: "\f288";
@@ -511,10 +536,12 @@ $fa-var-qrcode: "\f029";
511536
$fa-var-question: "\f128";
512537
$fa-var-question-circle: "\f059";
513538
$fa-var-question-circle-o: "\f29c";
539+
$fa-var-quora: "\f2c4";
514540
$fa-var-quote-left: "\f10d";
515541
$fa-var-quote-right: "\f10e";
516542
$fa-var-ra: "\f1d0";
517543
$fa-var-random: "\f074";
544+
$fa-var-ravelry: "\f2d9";
518545
$fa-var-rebel: "\f1d0";
519546
$fa-var-recycle: "\f1b8";
520547
$fa-var-reddit: "\f1a1";
@@ -541,6 +568,7 @@ $fa-var-rss-square: "\f143";
541568
$fa-var-rub: "\f158";
542569
$fa-var-ruble: "\f158";
543570
$fa-var-rupee: "\f156";
571+
$fa-var-s15: "\f2cd";
544572
$fa-var-safari: "\f267";
545573
$fa-var-save: "\f0c7";
546574
$fa-var-scissors: "\f0c4";
@@ -565,6 +593,7 @@ $fa-var-shirtsinbulk: "\f214";
565593
$fa-var-shopping-bag: "\f290";
566594
$fa-var-shopping-basket: "\f291";
567595
$fa-var-shopping-cart: "\f07a";
596+
$fa-var-shower: "\f2cc";
568597
$fa-var-sign-in: "\f090";
569598
$fa-var-sign-language: "\f2a7";
570599
$fa-var-sign-out: "\f08b";
@@ -581,6 +610,7 @@ $fa-var-smile-o: "\f118";
581610
$fa-var-snapchat: "\f2ab";
582611
$fa-var-snapchat-ghost: "\f2ac";
583612
$fa-var-snapchat-square: "\f2ad";
613+
$fa-var-snowflake-o: "\f2dc";
584614
$fa-var-soccer-ball-o: "\f1e3";
585615
$fa-var-sort: "\f0dc";
586616
$fa-var-sort-alpha-asc: "\f15d";
@@ -626,6 +656,7 @@ $fa-var-subscript: "\f12c";
626656
$fa-var-subway: "\f239";
627657
$fa-var-suitcase: "\f0f2";
628658
$fa-var-sun-o: "\f185";
659+
$fa-var-superpowers: "\f2dd";
629660
$fa-var-superscript: "\f12b";
630661
$fa-var-support: "\f1cd";
631662
$fa-var-table: "\f0ce";
@@ -635,6 +666,7 @@ $fa-var-tag: "\f02b";
635666
$fa-var-tags: "\f02c";
636667
$fa-var-tasks: "\f0ae";
637668
$fa-var-taxi: "\f1ba";
669+
$fa-var-telegram: "\f2c6";
638670
$fa-var-television: "\f26c";
639671
$fa-var-tencent-weibo: "\f1d5";
640672
$fa-var-terminal: "\f120";
@@ -644,6 +676,17 @@ $fa-var-th: "\f00a";
644676
$fa-var-th-large: "\f009";
645677
$fa-var-th-list: "\f00b";
646678
$fa-var-themeisle: "\f2b2";
679+
$fa-var-thermometer: "\f2c7";
680+
$fa-var-thermometer-0: "\f2cb";
681+
$fa-var-thermometer-1: "\f2ca";
682+
$fa-var-thermometer-2: "\f2c9";
683+
$fa-var-thermometer-3: "\f2c8";
684+
$fa-var-thermometer-4: "\f2c7";
685+
$fa-var-thermometer-empty: "\f2cb";
686+
$fa-var-thermometer-full: "\f2c7";
687+
$fa-var-thermometer-half: "\f2c9";
688+
$fa-var-thermometer-quarter: "\f2ca";
689+
$fa-var-thermometer-three-quarters: "\f2c8";
647690
$fa-var-thumb-tack: "\f08d";
648691
$fa-var-thumbs-down: "\f165";
649692
$fa-var-thumbs-o-down: "\f088";
@@ -653,6 +696,8 @@ $fa-var-ticket: "\f145";
653696
$fa-var-times: "\f00d";
654697
$fa-var-times-circle: "\f057";
655698
$fa-var-times-circle-o: "\f05c";
699+
$fa-var-times-rectangle: "\f2d3";
700+
$fa-var-times-rectangle-o: "\f2d4";
656701
$fa-var-tint: "\f043";
657702
$fa-var-toggle-down: "\f150";
658703
$fa-var-toggle-left: "\f191";
@@ -693,11 +738,16 @@ $fa-var-upload: "\f093";
693738
$fa-var-usb: "\f287";
694739
$fa-var-usd: "\f155";
695740
$fa-var-user: "\f007";
741+
$fa-var-user-circle: "\f2bd";
742+
$fa-var-user-circle-o: "\f2be";
696743
$fa-var-user-md: "\f0f0";
744+
$fa-var-user-o: "\f2c0";
697745
$fa-var-user-plus: "\f234";
698746
$fa-var-user-secret: "\f21b";
699747
$fa-var-user-times: "\f235";
700748
$fa-var-users: "\f0c0";
749+
$fa-var-vcard: "\f2bb";
750+
$fa-var-vcard-o: "\f2bc";
701751
$fa-var-venus: "\f221";
702752
$fa-var-venus-double: "\f226";
703753
$fa-var-venus-mars: "\f228";
@@ -722,10 +772,16 @@ $fa-var-wheelchair: "\f193";
722772
$fa-var-wheelchair-alt: "\f29b";
723773
$fa-var-wifi: "\f1eb";
724774
$fa-var-wikipedia-w: "\f266";
775+
$fa-var-window-close: "\f2d3";
776+
$fa-var-window-close-o: "\f2d4";
777+
$fa-var-window-maximize: "\f2d0";
778+
$fa-var-window-minimize: "\f2d1";
779+
$fa-var-window-restore: "\f2d2";
725780
$fa-var-windows: "\f17a";
726781
$fa-var-won: "\f159";
727782
$fa-var-wordpress: "\f19a";
728783
$fa-var-wpbeginner: "\f297";
784+
$fa-var-wpexplorer: "\f2de";
729785
$fa-var-wpforms: "\f298";
730786
$fa-var-wrench: "\f0ad";
731787
$fa-var-xing: "\f168";

‎assets/fonts/FontAwesome.otf

9.59 KB
Binary file not shown.

‎assets/fonts/fontawesome-webfont.eot

87.1 KB
Binary file not shown.

‎assets/fonts/fontawesome-webfont.svg

+2,668-682
Loading

‎assets/fonts/fontawesome-webfont.ttf

12.5 KB
Binary file not shown.

‎assets/fonts/fontawesome-webfont.woff

7.43 KB
Binary file not shown.
5.14 KB
Binary file not shown.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minimal-mistakes",
3-
"version": "4.0.10",
3+
"version": "4.1.1",
44
"description": "Minimal Mistakes Jekyll theme npm build scripts",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)
This repository has been archived.