minimal-mistakes-jekyll 4.8.1 → 4.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +22 -2
  3. data/LICENSE.txt +1 -1
  4. data/README.md +5 -13
  5. data/_data/ui-text.yml +2 -0
  6. data/_includes/archive-single.html +2 -2
  7. data/_includes/author-profile-custom-links.html +1 -1
  8. data/_includes/author-profile.html +27 -27
  9. data/_includes/category-list.html +1 -1
  10. data/_includes/comments-providers/staticman.html +1 -1
  11. data/_includes/comments-providers/staticman_v2.html +1 -1
  12. data/_includes/comments.html +2 -2
  13. data/_includes/footer.html +6 -6
  14. data/_includes/page__hero.html +2 -2
  15. data/_includes/scripts.html +12 -3
  16. data/_includes/social-share.html +4 -4
  17. data/_includes/tag-list.html +1 -1
  18. data/_includes/toc +1 -1
  19. data/_layouts/default.html +2 -2
  20. data/_layouts/single.html +4 -4
  21. data/_sass/minimal-mistakes.scss +2 -3
  22. data/_sass/minimal-mistakes/_base.scss +0 -2
  23. data/_sass/minimal-mistakes/_footer.scss +7 -5
  24. data/_sass/minimal-mistakes/_sidebar.scss +14 -8
  25. data/_sass/minimal-mistakes/_syntax.scss +275 -245
  26. data/_sass/minimal-mistakes/_utilities.scss +15 -11
  27. data/_sass/minimal-mistakes/_variables.scss +108 -92
  28. data/_sass/minimal-mistakes/skins/_air.scss +2 -2
  29. data/_sass/minimal-mistakes/skins/_contrast.scss +20 -3
  30. data/_sass/minimal-mistakes/skins/_dark.scss +20 -3
  31. data/_sass/minimal-mistakes/skins/_dirt.scss +19 -1
  32. data/_sass/minimal-mistakes/skins/_mint.scss +2 -2
  33. data/_sass/minimal-mistakes/skins/_neon.scss +19 -1
  34. data/_sass/minimal-mistakes/skins/_plum.scss +19 -1
  35. data/_sass/minimal-mistakes/skins/_sunrise.scss +20 -2
  36. data/assets/js/_main.js +21 -0
  37. data/assets/js/{lunr-en.js → lunr/lunr-en.js} +15 -44
  38. data/assets/js/lunr/lunr-gr.js +528 -0
  39. data/assets/js/lunr/lunr-store.js +36 -0
  40. data/assets/js/{lunr.min.js → lunr/lunr.min.js} +0 -0
  41. data/assets/js/main.min.js +6 -6
  42. metadata +6 -24
  43. data/_sass/minimal-mistakes/vendor/font-awesome/_animated.scss +0 -34
  44. data/_sass/minimal-mistakes/vendor/font-awesome/_bordered-pulled.scss +0 -25
  45. data/_sass/minimal-mistakes/vendor/font-awesome/_core.scss +0 -12
  46. data/_sass/minimal-mistakes/vendor/font-awesome/_fixed-width.scss +0 -6
  47. data/_sass/minimal-mistakes/vendor/font-awesome/_font-awesome.scss +0 -18
  48. data/_sass/minimal-mistakes/vendor/font-awesome/_icons.scss +0 -789
  49. data/_sass/minimal-mistakes/vendor/font-awesome/_larger.scss +0 -13
  50. data/_sass/minimal-mistakes/vendor/font-awesome/_list.scss +0 -19
  51. data/_sass/minimal-mistakes/vendor/font-awesome/_mixins.scss +0 -60
  52. data/_sass/minimal-mistakes/vendor/font-awesome/_path.scss +0 -15
  53. data/_sass/minimal-mistakes/vendor/font-awesome/_rotated-flipped.scss +0 -20
  54. data/_sass/minimal-mistakes/vendor/font-awesome/_screen-reader.scss +0 -5
  55. data/_sass/minimal-mistakes/vendor/font-awesome/_stacked.scss +0 -20
  56. data/_sass/minimal-mistakes/vendor/font-awesome/_variables.scss +0 -800
  57. data/assets/fonts/FontAwesome.otf +0 -0
  58. data/assets/fonts/fontawesome-webfont.eot +0 -0
  59. data/assets/fonts/fontawesome-webfont.svg +0 -2671
  60. data/assets/fonts/fontawesome-webfont.ttf +0 -0
  61. data/assets/fonts/fontawesome-webfont.woff +0 -0
  62. data/assets/fonts/fontawesome-webfont.woff2 +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cb753a8d37033940e82cfa0f8b6b975f955292f4
4
- data.tar.gz: 44a5876d04bba53d131c44874f62a3149c36aa8a
3
+ metadata.gz: 966f528a3b2045a34c1a08c0702338ede939bb74
4
+ data.tar.gz: 0417b6ac88dde9e8c8b672048856df4fee769f2b
5
5
  SHA512:
6
- metadata.gz: 748f3988e79bd6993136b8d299fcf8644464086e8177df34e2dc53e1291d70310850be4864d89ba6636d0e05bccf684d1ea6834c1179360ed79a0987b4bc6dcf
7
- data.tar.gz: b95527901b0a8cc71482d898dfb394a5730ed13f37baac8b3e2872bdbe17f970cb2a2d16df7e2bf2163e4725ccd27a2b4cb5279bd07945bb24e779460b59136e
6
+ metadata.gz: 29fb67e5a2472075c3b84c57772fb0eba026a20092c4986e7a09f9f7d591805196e701bf6a602f7c163f6e023c22fb339bc98b58efe56cde3e68d216d36fd721
7
+ data.tar.gz: fd028a08440b17d02af4031b6c58f8d3c9b9469aa6ce795f32b58421c7e50fa02c40613c629290376837e89692b44f598705c0741790809f1daf955b316bbb24
@@ -1,3 +1,23 @@
1
+ ## [4.9.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.9.0)
2
+
3
+ ### Enhancements
4
+
5
+ * Add `show_overlay_excerpt` for disabling overlay image excerpt text. [#1436](https://github.com/mmistakes/minimal-mistakes/pull/1436)
6
+ * Update remote theme installation instructions in Quick Start Guide. [#1439](https://github.com/mmistakes/minimal-mistakes/pull/1439)
7
+ * Reduce visual weight of code blocks.
8
+ * Add Lunr.js Greek stemmer. [#1445](https://github.com/mmistakes/minimal-mistakes/pull/1445)
9
+ * Update Font Awesome 5 [SVG with JavaScript version](https://fontawesome.com/how-to-use/svg-with-js). [#1446](https://github.com/mmistakes/minimal-mistakes/pull/1446)
10
+ * Note: if Font Awesome icons were used in the content of posts/pages or custom table of contents, find and replace any icons that have different names between version 4 and 5. Make sure to read the [complete list](https://fontawesome.com/how-to-use/upgrading-from-4#icon-name-changes-full) on Font Awesome's site.
11
+ * Reduce size of Lunr.js search JSON data and introduce `site.search_full_content` flag for limiting size of JSON file. [#1449](https://github.com/mmistakes/minimal-mistakes/pull/1449)
12
+ * Improve syntax highlighting styles. [#1450](https://github.com/mmistakes/minimal-mistakes/pull/1450)
13
+
14
+ ### Bug Fixes
15
+
16
+ * Fix code block extra white-space when using [Jekyll's highlight tag](https://jekyllrb.com/docs/templates/#code-snippet-highlighting) with `linenos`. [#1437](https://github.com/mmistakes/minimal-mistakes/issues/1437)
17
+ * Round top-right corner of code block icon.
18
+ * Remove Lunr.js trimmer and bring back colons. [#1445](https://github.com/mmistakes/minimal-mistakes/pull/1445)
19
+ * Fix sticky `.sidebar` that overlaps main content when resizing viewport. [#1447](https://github.com/mmistakes/minimal-mistakes/issues/1447)
20
+
1
21
  ## [4.8.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.8.1)
2
22
 
3
23
  ### Enhancements
@@ -330,7 +350,7 @@
330
350
 
331
351
  ### Enhancements
332
352
 
333
- * Add `!default` values to **_sass/_variables.scss**.
353
+ * Add `!default` values to **\_sass/\_variables.scss**.
334
354
  * Collapse sidebar navigation lists on smaller screens. [#607](https://github.com/mmistakes/minimal-mistakes/issues/607)
335
355
 
336
356
  ### Bug Fixes
@@ -382,7 +402,7 @@
382
402
  * Add [home `layout`](https://github.com/mmistakes/minimal-mistakes/blob/master/_layouts/home.html)
383
403
  * Added missing Turkish translations for UI text. [#621](https://github.com/mmistakes/minimal-mistakes/pull/621)
384
404
  * Make author avatar optional in sidebar.
385
- * Update **/_includes/seo.html** for meta description. [#558](https://github.com/mmistakes/minimal-mistakes/pull/558)
405
+ * Update **/\_includes/seo.html** for meta description. [#558](https://github.com/mmistakes/minimal-mistakes/pull/558)
386
406
 
387
407
  ### Bug Fixes
388
408
 
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2013-2017 Michael Rose and contributors
3
+ Copyright (c) 2013-2018 Michael Rose and contributors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -91,7 +91,7 @@ There are three ways to install the theme: as a Ruby gem (for self-hosted sites)
91
91
 
92
92
  To update the theme run `bundle update`.
93
93
 
94
- ## GitHub Pages Compatible Methods
94
+ ### GitHub Pages Method
95
95
 
96
96
  1. Create/replace the contents of your `Gemfile` with the following:
97
97
 
@@ -99,7 +99,6 @@ To update the theme run `bundle update`.
99
99
  source "https://rubygems.org"
100
100
 
101
101
  gem "github-pages", group: :jekyll_plugins
102
- gem "jekyll-remote-theme"
103
102
  ```
104
103
 
105
104
  2. Fetch and update bundled gems by running the following [Bundler](http://bundler.io/) command:
@@ -108,14 +107,7 @@ To update the theme run `bundle update`.
108
107
  bundle
109
108
  ```
110
109
 
111
- 3. Add `remote_theme: "mmistakes/minimal-mistakes"` to your `_config.yml` file.
112
-
113
- 4. Add `jekyll-remote-theme` to the `plugins` (previously gems) array in your `_config.yml` file:
114
-
115
- ```yaml
116
- plugins:
117
- - jekyll-remote-theme
118
- ```
110
+ 3. Add `remote_theme: "mmistakes/minimal-mistakes"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
119
111
 
120
112
  ## Usage
121
113
 
@@ -162,7 +154,7 @@ To test the theme, run `bundle exec rake preview` and open your browser at `http
162
154
  ### Icons + Demo Images:
163
155
 
164
156
  - [The Noun Project](https://thenounproject.com) -- Garrett Knoll, Arthur Shlain, and [tracy tam](https://thenounproject.com/tracytam)
165
- - [Font Awesome](http://fortawesome.github.io/Font-Awesome/)
157
+ - [Font Awesome](http://fontawesome.io/)
166
158
  - [Unsplash](https://unsplash.com/)
167
159
 
168
160
  ### Other:
@@ -173,7 +165,7 @@ To test the theme, run `bundle exec rake preview` and open your browser at `http
173
165
  - [Breakpoint](http://breakpoint-sass.com/)
174
166
  - [Magnific Popup](http://dimsemenov.com/plugins/magnific-popup/)
175
167
  - [FitVids.JS](http://fitvidsjs.com/)
176
- - Greedy Navigation - [lukejacksonn](http://codepen.io/lukejacksonn/pen/PwmwWV)
168
+ - [GreedyNav.js](https://github.com/lukejacksonn/GreedyNav)
177
169
  - [jQuery Smooth Scroll](https://github.com/kswedberg/jquery-smooth-scroll)
178
170
 
179
171
  ---
@@ -182,7 +174,7 @@ To test the theme, run `bundle exec rake preview` and open your browser at `http
182
174
 
183
175
  The MIT License (MIT)
184
176
 
185
- Copyright (c) 2017 Michael Rose
177
+ Copyright (c) 2013-2018 Michael Rose and contributors
186
178
 
187
179
  Permission is hereby granted, free of charge, to any person obtaining a copy
188
180
  of this software and associated documentation files (the "Software"), to deal
@@ -662,6 +662,8 @@ gr: &DEFAULT_GR
662
662
  comment_success_msg : "Ευχαριστούμε για το σχόλιό σας! Θα εμφανιστεί στην ιστοσελίδα αφού εγκριθεί."
663
663
  comment_error_msg : "Λυπούμαστε, παρουσιάστηκε σφάλμα με την υποβολή σας. Παρακαλούμε βεβαιωθείτε ότι έχετε όλα τα απαιτούμενα πεδία συμπληρωμένα και δοκιμάστε ξανά."
664
664
  loading_label : "Φόρτωση..."
665
+ search_placeholder_text : "Εισάγετε όρο αναζήτησης..."
666
+ results_found : "Αποτελέσματα"
665
667
  gr-GR:
666
668
  <<: *DEFAULT_GR
667
669
 
@@ -25,13 +25,13 @@
25
25
  {% endif %}
26
26
  <h2 class="archive__item-title" itemprop="headline">
27
27
  {% if post.link %}
28
- <a href="{{ post.link }}">{{ title }}</a> <a href="{{ post.url | absolute_url }}" rel="permalink"><i class="fa fa-link" aria-hidden="true" title="permalink"></i><span class="sr-only">Permalink</span></a>
28
+ <a href="{{ post.link }}">{{ title }}</a> <a href="{{ post.url | absolute_url }}" rel="permalink"><i class="fas fa-link" aria-hidden="true" title="permalink"></i><span class="sr-only">Permalink</span></a>
29
29
  {% else %}
30
30
  <a href="{{ post.url | absolute_url }}" rel="permalink">{{ title }}</a>
31
31
  {% endif %}
32
32
  </h2>
33
33
  {% if post.read_time %}
34
- <p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i> {% include read-time.html %}</p>
34
+ <p class="page__meta"><i class="far fa-clock" aria-hidden="true"></i> {% include read-time.html %}</p>
35
35
  {% endif %}
36
36
  {% if post.excerpt %}<p class="archive__item-excerpt" itemprop="description">{{ post.excerpt | markdownify | strip_html | truncate: 160 }}</p>{% endif %}
37
37
  </article>
@@ -1,7 +1,7 @@
1
1
  <!--
2
2
  <li>
3
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
4
+ <i class="fas fa-fw" aria-hidden="true"></i> Custom Social Profile Link
5
5
  </a>
6
6
  </li>
7
7
  -->
@@ -47,14 +47,14 @@
47
47
  <ul class="author__urls social-icons">
48
48
  {% if author.location %}
49
49
  <li itemprop="homeLocation" itemscope itemtype="http://schema.org/Place">
50
- <i class="fa fa-fw fa-map-marker" aria-hidden="true"></i> <span itemprop="name">{{ author.location }}</span>
50
+ <i class="fas fa-fw fa-map-marker-alt" aria-hidden="true"></i> <span itemprop="name">{{ author.location }}</span>
51
51
  </li>
52
52
  {% endif %}
53
53
 
54
54
  {% if author.uri %}
55
55
  <li>
56
56
  <a href="{{ author.uri }}" itemprop="url">
57
- <i class="fa fa-fw fa-chain" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].website_label | default: "Website" }}
57
+ <i class="fas fa-fw fa-link" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].website_label | default: "Website" }}
58
58
  </a>
59
59
  </li>
60
60
  {% endif %}
@@ -63,7 +63,7 @@
63
63
  <li>
64
64
  <a href="mailto:{{ author.email }}">
65
65
  <meta itemprop="email" content="{{ author.email }}" />
66
- <i class="fa fa-fw fa-envelope-square" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].email_label | default: "Email" }}
66
+ <i class="fas fa-fw fa-envelope-square" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].email_label | default: "Email" }}
67
67
  </a>
68
68
  </li>
69
69
  {% endif %}
@@ -71,7 +71,7 @@
71
71
  {% if author.keybase %}
72
72
  <li>
73
73
  <a href="https://keybase.io/{{ author.keybase }}" itemprop="sameAs">
74
- <i class="fa fa-fw fa-key" aria-hidden="true"></i> Keybase
74
+ <i class="fas fa-fw fa-key" aria-hidden="true"></i> Keybase
75
75
  </a>
76
76
  </li>
77
77
  {% endif %}
@@ -79,7 +79,7 @@
79
79
  {% if author.twitter %}
80
80
  <li>
81
81
  <a href="https://twitter.com/{{ author.twitter }}" itemprop="sameAs">
82
- <i class="fa fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter
82
+ <i class="fab fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter
83
83
  </a>
84
84
  </li>
85
85
  {% endif %}
@@ -87,7 +87,7 @@
87
87
  {% if author.facebook %}
88
88
  <li>
89
89
  <a href="https://www.facebook.com/{{ author.facebook }}" itemprop="sameAs">
90
- <i class="fa fa-fw fa-facebook-square" aria-hidden="true"></i> Facebook
90
+ <i class="fab fa-fw fa-facebook-square" aria-hidden="true"></i> Facebook
91
91
  </a>
92
92
  </li>
93
93
  {% endif %}
@@ -95,7 +95,7 @@
95
95
  {% if author.google_plus %}
96
96
  <li>
97
97
  <a href="https://plus.google.com/{{ author.google_plus }}" itemprop="sameAs">
98
- <i class="fa fa-fw fa-google-plus-square" aria-hidden="true"></i> Google+
98
+ <i class="fab fa-fw fa-google-plus-square" aria-hidden="true"></i> Google+
99
99
  </a>
100
100
  </li>
101
101
  {% endif %}
@@ -103,7 +103,7 @@
103
103
  {% if author.linkedin %}
104
104
  <li>
105
105
  <a href="https://www.linkedin.com/in/{{ author.linkedin }}" itemprop="sameAs">
106
- <i class="fa fa-fw fa-linkedin-square" aria-hidden="true"></i> LinkedIn
106
+ <i class="fab fa-fw fa-linkedin" aria-hidden="true"></i> LinkedIn
107
107
  </a>
108
108
  </li>
109
109
  {% endif %}
@@ -111,7 +111,7 @@
111
111
  {% if author.xing %}
112
112
  <li>
113
113
  <a href="https://www.xing.com/profile/{{ author.xing }}" itemprop="sameAs">
114
- <i class="fa fa-fw fa-xing-square" aria-hidden="true"></i> XING
114
+ <i class="fab fa-fw fa-xing-square" aria-hidden="true"></i> XING
115
115
  </a>
116
116
  </li>
117
117
  {% endif %}
@@ -119,7 +119,7 @@
119
119
  {% if author.instagram %}
120
120
  <li>
121
121
  <a href="https://instagram.com/{{ author.instagram }}" itemprop="sameAs">
122
- <i class="fa fa-fw fa-instagram" aria-hidden="true"></i> Instagram
122
+ <i class="fab fa-fw fa-instagram" aria-hidden="true"></i> Instagram
123
123
  </a>
124
124
  </li>
125
125
  {% endif %}
@@ -127,7 +127,7 @@
127
127
  {% if author.tumblr %}
128
128
  <li>
129
129
  <a href="https://{{ author.tumblr }}.tumblr.com" itemprop="sameAs">
130
- <i class="fa fa-fw fa-tumblr-square" aria-hidden="true"></i> Tumblr
130
+ <i class="fab fa-fw fa-tumblr-square" aria-hidden="true"></i> Tumblr
131
131
  </a>
132
132
  </li>
133
133
  {% endif %}
@@ -135,7 +135,7 @@
135
135
  {% if author.bitbucket %}
136
136
  <li>
137
137
  <a href="https://bitbucket.org/{{ author.bitbucket }}" itemprop="sameAs">
138
- <i class="fa fa-fw fa-bitbucket" aria-hidden="true"></i> Bitbucket
138
+ <i class="fab fa-fw fa-bitbucket" aria-hidden="true"></i> Bitbucket
139
139
  </a>
140
140
  </li>
141
141
  {% endif %}
@@ -143,7 +143,7 @@
143
143
  {% if author.github %}
144
144
  <li>
145
145
  <a href="https://github.com/{{ author.github }}" itemprop="sameAs">
146
- <i class="fa fa-fw fa-github" aria-hidden="true"></i> GitHub
146
+ <i class="fab fa-fw fa-github" aria-hidden="true"></i> GitHub
147
147
  </a>
148
148
  </li>
149
149
  {% endif %}
@@ -151,7 +151,7 @@
151
151
  {% if author.gitlab %}
152
152
  <li>
153
153
  <a href="https://gitlab.com/{{ author.gitlab }}" itemprop="sameAs">
154
- <i class="fa fa-fw fa-gitlab" aria-hidden="true"></i> GitLab
154
+ <i class="fab fa-fw fa-gitlab" aria-hidden="true"></i> GitLab
155
155
  </a>
156
156
  </li>
157
157
  {% endif %}
@@ -159,7 +159,7 @@
159
159
  {% if author.stackoverflow %}
160
160
  <li>
161
161
  <a href="https://www.stackoverflow.com/users/{{ author.stackoverflow }}" itemprop="sameAs">
162
- <i class="fa fa-fw fa-stack-overflow" aria-hidden="true"></i> Stack Overflow
162
+ <i class="fab fa-fw fa-stack-overflow" aria-hidden="true"></i> Stack Overflow
163
163
  </a>
164
164
  </li>
165
165
  {% endif %}
@@ -167,7 +167,7 @@
167
167
  {% if author.lastfm %}
168
168
  <li>
169
169
  <a href="https://last.fm/user/{{ author.lastfm }}" itemprop="sameAs">
170
- <i class="fa fa-fw fa-lastfm-square" aria-hidden="true"></i> Last.fm
170
+ <i class="fab fa-fw fa-lastfm-square" aria-hidden="true"></i> Last.fm
171
171
  </a>
172
172
  </li>
173
173
  {% endif %}
@@ -175,7 +175,7 @@
175
175
  {% if author.dribbble %}
176
176
  <li>
177
177
  <a href="https://dribbble.com/{{ author.dribbble }}" itemprop="sameAs">
178
- <i class="fa fa-fw fa-dribbble" aria-hidden="true"></i> Dribbble
178
+ <i class="fab fa-fw fa-dribbble" aria-hidden="true"></i> Dribbble
179
179
  </a>
180
180
  </li>
181
181
  {% endif %}
@@ -183,7 +183,7 @@
183
183
  {% if author.pinterest %}
184
184
  <li>
185
185
  <a href="https://www.pinterest.com/{{ author.pinterest }}" itemprop="sameAs">
186
- <i class="fa fa-fw fa-pinterest" aria-hidden="true"></i> Pinterest
186
+ <i class="fab fa-fw fa-pinterest" aria-hidden="true"></i> Pinterest
187
187
  </a>
188
188
  </li>
189
189
  {% endif %}
@@ -191,7 +191,7 @@
191
191
  {% if author.foursquare %}
192
192
  <li>
193
193
  <a href="https://foursquare.com/{{ author.foursquare }}" itemprop="sameAs">
194
- <i class="fa fa-fw fa-foursquare" aria-hidden="true"></i> Foursquare
194
+ <i class="fab fa-fw fa-foursquare" aria-hidden="true"></i> Foursquare
195
195
  </a>
196
196
  </li>
197
197
  {% endif %}
@@ -199,7 +199,7 @@
199
199
  {% if author.steam %}
200
200
  <li>
201
201
  <a href="https://steamcommunity.com/id/{{ author.steam }}" itemprop="sameAs">
202
- <i class="fa fa-fw fa-steam-square" aria-hidden="true"></i> Steam
202
+ <i class="fab fa-fw fa-steam" aria-hidden="true"></i> Steam
203
203
  </a>
204
204
  </li>
205
205
  {% endif %}
@@ -208,13 +208,13 @@
208
208
  {% if author.youtube contains "://" %}
209
209
  <li>
210
210
  <a href="{{ author.youtube }}" itemprop="sameAs">
211
- <i class="fa fa-fw fa-youtube-square" aria-hidden="true"></i> YouTube
211
+ <i class="fab fa-fw fa-youtube" aria-hidden="true"></i> YouTube
212
212
  </a>
213
213
  </li>
214
214
  {% else author.youtube %}
215
215
  <li>
216
216
  <a href="https://www.youtube.com/user/{{ author.youtube }}" itemprop="sameAs">
217
- <i class="fa fa-fw fa-youtube-square" aria-hidden="true"></i> YouTube
217
+ <i class="fab fa-fw fa-youtube" aria-hidden="true"></i> YouTube
218
218
  </a>
219
219
  </li>
220
220
  {% endif %}
@@ -223,7 +223,7 @@
223
223
  {% if author.soundcloud %}
224
224
  <li>
225
225
  <a href="https://soundcloud.com/{{ author.soundcloud }}" itemprop="sameAs">
226
- <i class="fa fa-fw fa-soundcloud" aria-hidden="true"></i> SoundCloud
226
+ <i class="fab fa-fw fa-soundcloud" aria-hidden="true"></i> SoundCloud
227
227
  </a>
228
228
  </li>
229
229
  {% endif %}
@@ -231,7 +231,7 @@
231
231
  {% if author.weibo %}
232
232
  <li>
233
233
  <a href="https://www.weibo.com/{{ author.weibo }}" itemprop="sameAs">
234
- <i class="fa fa-fw fa-weibo" aria-hidden="true"></i> Weibo
234
+ <i class="fab fa-fw fa-weibo" aria-hidden="true"></i> Weibo
235
235
  </a>
236
236
  </li>
237
237
  {% endif %}
@@ -239,7 +239,7 @@
239
239
  {% if author.flickr %}
240
240
  <li>
241
241
  <a href="https://www.flickr.com/{{ author.flickr }}" itemprop="sameAs">
242
- <i class="fa fa-fw fa-flickr" aria-hidden="true"></i> Flickr
242
+ <i class="fab fa-fw fa-flickr" aria-hidden="true"></i> Flickr
243
243
  </a>
244
244
  </li>
245
245
  {% endif %}
@@ -247,7 +247,7 @@
247
247
  {% if author.codepen %}
248
248
  <li>
249
249
  <a href="https://codepen.io/{{ author.codepen }}" itemprop="sameAs">
250
- <i class="fa fa-fw fa-codepen" aria-hidden="true"></i> CodePen
250
+ <i class="fab fa-fw fa-codepen" aria-hidden="true"></i> CodePen
251
251
  </a>
252
252
  </li>
253
253
  {% endif %}
@@ -255,7 +255,7 @@
255
255
  {% if author.vine %}
256
256
  <li>
257
257
  <a href="https://vine.co/u/{{ author.vine }}" itemprop="sameAs">
258
- <i class="fa fa-fw fa-vine" aria-hidden="true"></i> Vine
258
+ <i class="fab fa-fw fa-vine" aria-hidden="true"></i> Vine
259
259
  </a>
260
260
  </li>
261
261
  {% endif %}
@@ -14,7 +14,7 @@
14
14
  {% assign category_hashes = page_categories | split: ',' | sort %}
15
15
 
16
16
  <p class="page__taxonomy">
17
- <strong><i class="fa fa-fw fa-folder-open" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].categories_label | default: "Categories:" }} </strong>
17
+ <strong><i class="fas fa-fw fa-folder-open" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].categories_label | default: "Categories:" }} </strong>
18
18
  <span itemprop="keywords">
19
19
  {% for hash in category_hashes %}
20
20
  {% assign keyValue = hash | split: '#' %}
@@ -7,7 +7,7 @@
7
7
  var form = this;
8
8
 
9
9
  $(form).addClass('disabled');
10
- $('#comment-form-submit').html('<i class="fa fa-spinner fa-spin fa-fw"></i> {{ site.data.ui-text[site.locale].loading_label | default: "Loading..." }}');
10
+ $('#comment-form-submit').html('<i class="fas fa-spinner fa-spin fa-fw"></i> {{ site.data.ui-text[site.locale].loading_label | default: "Loading..." }}');
11
11
 
12
12
  $.ajax({
13
13
  type: $(this).attr('method'),
@@ -7,7 +7,7 @@
7
7
  var form = this;
8
8
 
9
9
  $(form).addClass('disabled');
10
- $('#comment-form-submit').html('<i class="fa fa-spinner fa-spin fa-fw"></i> {{ site.data.ui-text[site.locale].loading_label | default: "Loading..." }}');
10
+ $('#comment-form-submit').html('<i class="fas fa-spinner fa-spin fa-fw"></i> {{ site.data.ui-text[site.locale].loading_label | default: "Loading..." }}');
11
11
 
12
12
  $.ajax({
13
13
  type: $(this).attr('method'),
@@ -52,7 +52,7 @@
52
52
  <p class="small">{{ site.data.ui-text[site.locale].comment_form_info | default: "Your email address will not be published. Required fields are marked" }} <span class="required">*</span></p>
53
53
  <form id="new_comment" class="page__comments-form js-form form" method="post" action="https://api.staticman.net/v2/entry/{{ site.repository }}/{{ site.staticman.branch }}/comments">
54
54
  <div class="form__spinner">
55
- <i class="fa fa-spinner fa-spin fa-3x fa-fw"></i>
55
+ <i class="fas fa-spinner fa-spin fa-3x fa-fw"></i>
56
56
  <span class="sr-only">{{ site.data.ui-text[site.locale].loading_label | default: "Loading..." }}</span>
57
57
  </div>
58
58
 
@@ -124,7 +124,7 @@
124
124
  <p class="small">{{ site.data.ui-text[site.locale].comment_form_info | default: "Your email address will not be published. Required fields are marked" }} <span class="required">*</span></p>
125
125
  <form id="new_comment" class="page__comments-form js-form form" method="post" action="https://api.staticman.net/v1/entry/{{ site.repository }}/{{ site.staticman.branch }}">
126
126
  <div class="form__spinner">
127
- <i class="fa fa-spinner fa-spin fa-3x fa-fw"></i>
127
+ <i class="fas fa-spinner fa-spin fa-3x fa-fw"></i>
128
128
  <span class="sr-only">{{ site.data.ui-text[site.locale].loading_label | default: "Loading..." }}</span>
129
129
  </div>
130
130
 
@@ -4,21 +4,21 @@
4
4
  <li><strong>{{ site.data.ui-text[site.locale].follow_label }}</strong></li>
5
5
  {% endif %}
6
6
  {% if site.twitter.username %}
7
- <li><a href="https://twitter.com/{{ site.twitter.username }}"><i class="fa fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter</a></li>
7
+ <li><a href="https://twitter.com/{{ site.twitter.username }}"><i class="fab fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter</a></li>
8
8
  {% endif %}
9
9
  {% if site.facebook.username %}
10
- <li><a href="https://www.facebook.com/{{ site.facebook.username }}"><i class="fa fa-fw fa-facebook-square" aria-hidden="true"></i> Facebook</a></li>
10
+ <li><a href="https://www.facebook.com/{{ site.facebook.username }}"><i class="fab fa-fw fa-facebook-square" aria-hidden="true"></i> Facebook</a></li>
11
11
  {% endif %}
12
12
  {% if site.author.github %}
13
- <li><a href="https://github.com/{{ site.author.github }}"><i class="fa fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li>
13
+ <li><a href="https://github.com/{{ site.author.github }}"><i class="fab fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li>
14
14
  {% endif %}
15
15
  {% if site.author.gitlab %}
16
- <li><a href="https://gitlab.com/{{ site.author.gitlab }}"><i class="fa fa-fw fa-gitlab" aria-hidden="true"></i> Gitlab</a></li>
16
+ <li><a href="https://gitlab.com/{{ site.author.gitlab }}"><i class="fab fa-fw fa-gitlab" aria-hidden="true"></i> Gitlab</a></li>
17
17
  {% endif %}
18
18
  {% if site.author.bitbucket %}
19
- <li><a href="https://bitbucket.org/{{ site.author.bitbucket }}"><i class="fa fa-fw fa-bitbucket" aria-hidden="true"></i> Bitbucket</a></li>
19
+ <li><a href="https://bitbucket.org/{{ site.author.bitbucket }}"><i class="fab fa-fw fa-bitbucket" aria-hidden="true"></i> Bitbucket</a></li>
20
20
  {% endif %}
21
- <li><a href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | absolute_url }}{% endif %}"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].feed_label | default: "Feed" }}</a></li>
21
+ <li><a href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | absolute_url }}{% endif %}"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].feed_label | default: "Feed" }}</a></li>
22
22
  </ul>
23
23
  </div>
24
24