minimal-mistakes-jekyll 4.3.0 → 4.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 484226ebcdb0141c56fadc3f5a28798ffe96d88d
4
- data.tar.gz: ee5822f84a5b718895b65e29b82d2a6ca027b82d
3
+ metadata.gz: 2460824a3786ed6abe8c908a4ca43b38c9c8915e
4
+ data.tar.gz: 920767b7070232bebdc6e576ecd2bb2e4a66e30c
5
5
  SHA512:
6
- metadata.gz: 40fdfeb1c550ea49f459809e2c23ff67579fdf836e34eaa5194a8b2e23b03b79f9eaaf908984967f65911f1d97b592cdf3dd998c67cdfb716638a5ea8e56462f
7
- data.tar.gz: 2e08ed915bcef8ecd633d57c9f6f168e74bdce744e2b6ea8745b254e1873bad91c3cf3351410464d25d6d3e45910fe69ce0c771b2a50d8e16d7872f60c7d39a7
6
+ metadata.gz: f09b01bd8e7af5e44229bce9ac019ecb88ab6771a3cacc93ccf9446f1f6a3e83ffeb63490033eb6d78e3d8043d49b9b5768cfbb57e39cc34b2944eb3e13a503f
7
+ data.tar.gz: 5b509f833ee72ba458e22ed34b21d8d8240a71cc66002e107e95cc44558398a9ef9c7ea0419b871a73131c286b6062b4ba67ae04495d99328de9c44e3a1c5a8c
@@ -1,752 +1,758 @@
1
- ## [4.3.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.3.0)
2
-
3
- ### Enhancements
4
-
5
- - Add workaround to allow theme gem's `/assets/js/main.min.js` file to be overridden by a local version. Simply add the following YAML Front Matter to the file:
6
-
7
- ```
8
- ---
9
- layout:
10
- ---
11
- ```
12
-
13
- Any local customizations you make to `/assets/js/main.min.js` should now replace the theme gem's version.
14
-
15
- ## [4.2.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.2.2)
16
-
17
- ### Enhancements
18
-
19
- - Update [Greedy Navigation](https://github.com/lukejacksonn/GreedyNav) to flexbox version to make it more flexible when dealing with long site titles (`site.title`). [#836](https://github.com/mmistakes/minimal-mistakes/issues/836)
20
- - Adjust `box-shadow` in navigation and author sidebar. [#576](https://github.com/mmistakes/minimal-mistakes/pull/576)
21
- - Add Russian, Korean, and zh-TW localized UI text. [#815](https://github.com/mmistakes/minimal-mistakes/issues/815) [#834](https://github.com/mmistakes/minimal-mistakes/pull/834) [#838](https://github.com/mmistakes/minimal-mistakes/pull/838)
22
-
23
- ### Bug Fixes
24
-
25
- - Fix Discourse embedded comments bug. [#823](https://github.com/mmistakes/minimal-mistakes/issues/823)
26
- - Fix `seo_author` default value in `seo.html` and add `author` meta. [#858](https://github.com/mmistakes/minimal-mistakes/pull/858)
27
-
28
- ### Maintenance
29
-
30
- - Add theme meta info to `_layouts/default.html` and `main.css`.
31
- - Update README.
32
- - Improve the pagination and taxonomy archive documentation. [#826](https://github.com/mmistakes/minimal-mistakes/pull/826)
33
- - Add comments to `/docs/_config.yml` to clarify use of YAML references. [#847](https://github.com/mmistakes/minimal-mistakes/pull/847)
34
-
35
- ## [4.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.2.1)
36
-
37
- ### Enhancements
38
-
39
- - Improve `paginator.html` to support paginated pages that live inside of a subfolder. See [documentation](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#home-page) for more details. [#764](https://github.com/mmistakes/minimal-mistakes/pull/764/)
40
-
41
- ### Maintenance
42
-
43
- - Add `https` protocol to Google Universal Analytics embed. [#772](https://github.com/mmistakes/minimal-mistakes/pull/772)
44
-
45
- ## [4.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.2.0)
46
-
47
- ### Enhancements
48
-
49
- - Add `video` helper (for YouTube/Vimeo) and video headers to `single`, `archive`, and `splash` layouts. [#788](https://github.com/mmistakes/minimal-mistakes/pull/788)
50
- - Add missing simplified Chinese localized UI text strings. [#747](https://github.com/mmistakes/minimal-mistakes/pull/747)
51
- - Add Nepali (Nepalese) localized UI text strings. [#785](https://github.com/mmistakes/minimal-mistakes/pull/785)
52
- - Remove borders from table elements found in Google Custom Search Engine widget. [#759](https://github.com/mmistakes/minimal-mistakes/issues/759)
53
-
54
- ### Bug Fixes
55
-
56
- - Remove `position: sticky` JavaScript polyfill and fallback to default positioning for browsers that don't support it. [#752](https://github.com/mmistakes/minimal-mistakes/issues/752)
57
-
58
- ### Maintenance
59
-
60
- - Fix invalid Google Universal Analytics example in documentation. [#783](https://github.com/mmistakes/minimal-mistakes/pull/783)
61
- - Bump `jekyll-sitemap` gem dependency to (1.0).
62
-
63
- ## [4.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.1.1)
64
-
65
- ### Enhancements
66
-
67
- - Remove hardcoded `words_per_minute` "less than" and "minute read" values and make dynamic. [#703](https://github.com/mmistakes/minimal-mistakes/issues/703)
68
- - Update Font Awesome to `v4.7.0`. [#723](https://github.com/mmistakes/minimal-mistakes/issues/723), [#722](https://github.com/mmistakes/minimal-mistakes/issues/722)
69
- - Add support for YouTube channel URLs in author profile. [#716](https://github.com/mmistakes/minimal-mistakes/issues/716)
70
-
71
- ### Bug Fixes
72
-
73
- - Add Jekyll as `spec.add_runtime_dependency` in `.gemspec`.
74
-
75
- ## [4.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.1.0)
76
-
77
- ### Enhancements
78
-
79
- - Add Jekyll include for adding [custom author profile links](https://github.com/mmistakes/minimal-mistakes/blob/master/_includes/author-profile-custom-links.html) to sidebar
80
-
81
- ### Bug Fixes
82
-
83
- - Fix link to Discourse.org homepage in `noscript` section [#699](https://github.com/mmistakes/minimal-mistakes/pull/699)
84
- - Fix padding issue with pagination buttons [#694](https://github.com/mmistakes/minimal-mistakes/issues/694)
85
-
86
- ## [4.0.10](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.10)
87
-
88
- ### Bug Fixes
89
-
90
- - Add Staticman default `path`. [#683](https://github.com/mmistakes/minimal-mistakes/issues/683)
91
-
92
- ### Maintenance
93
-
94
- - Slight correction/improvements to French UI text. [#685](https://github.com/mmistakes/minimal-mistakes/pull/685)
95
-
96
- ## [4.0.9](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.9)
97
-
98
- ### Bug Fixes
99
-
100
- - Fix overlapping sidebar navigation lists due to `max-height: 100vh`. [#668](https://github.com/mmistakes/minimal-mistakes/issues/668)
101
-
102
- ## [4.0.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.8)
103
-
104
- ### Bug Fixes
105
-
106
- - Set default value for `words_per_minute`. [#657](https://github.com/mmistakes/minimal-mistakes/issues/657)
107
- - Adjust sidebar navigation list CSS so it collapses at the correct width.
108
-
109
- ### Maintenance
110
-
111
- - Add Google AdSense banner to `/docs/_layouts/default.html` for demo site.
112
-
113
- ## [4.0.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.7)
114
-
115
- ### Enhancements
116
-
117
- - Add `!default` values to **_sass/_variables.scss**.
118
- - Collapse sidebar navigation lists on smaller screens. [#607](https://github.com/mmistakes/minimal-mistakes/issues/607)
119
-
120
- ### Bug Fixes
121
-
122
- - Rename `#comments` to something more unique to avoid clashes with Kramdown generated headline IDs. [#582](https://github.com/mmistakes/minimal-mistakes/issues/582)
123
-
124
- ### Maintenance
125
-
126
- - Reorganize SCSS partials in **assets/css/main.scss**
127
-
128
- ## [4.0.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.6)
129
-
130
- ### Enhancements
131
-
132
- - Add [`figure` helper](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#figure) to make generating a `<figure>` element with a single image and caption easier. [#572](https://github.com/mmistakes/minimal-mistakes/pull/572)
133
- - Add structured data markup for `itemprop="person"` in author profile sidebar. [#647](https://github.com/mmistakes/minimal-mistakes/pull/647)
134
-
135
- ### Bug Fixes
136
-
137
- - Fix improper YAML formatting of some locales. [#651](https://github.com/mmistakes/minimal-mistakes/pull/651)
138
-
139
- ### Maintenance
140
-
141
- - Clarify "migrating to gem-theme" instructions in **Quick Start Guide**.
142
- - Add `rake preview` task for testing `/test` during theme development.
143
-
144
- ## [4.0.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.5)
145
-
146
- ### Enhancements
147
-
148
- - Update gems: `jekyll-sitemap` (0.12), `jekyll-feed` (0.8).
149
- - Improve next/previous pager links visibility by changing gray color to blue (`$link-color`).
150
-
151
- ### Bug Fixes
152
-
153
- - Fix `.sidebar` flicker/jump when hovered. [#583](https://github.com/mmistakes/minimal-mistakes/issues/583)
154
-
155
- ### Maintenance
156
-
157
- - Move contents of `gh-pages` branch to `master` inside of the `/docs` folder.
158
-
159
- ## [4.0.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.4)
160
-
161
- ### Enhancements
162
-
163
- - "Gemify" theme ~> `gem "minimal-mistakes-jekyll"`
164
- - Replace `base_path` include with `absolute_url` filter where possible.
165
- - Allow images to be placed in other folders. Remove `/images/` only restriction and encourage placement in `/assets/images/` instead. **Full paths are now required. If upgrading from MM 3.4 add `/images/` before filenames in Front Matter and `_config.yml` variables.**
166
- - Add [home `layout`](https://github.com/mmistakes/minimal-mistakes/blob/master/_layouts/home.html)
167
- - Added missing Turkish translations for UI text. [#621](https://github.com/mmistakes/minimal-mistakes/pull/621)
168
- - Make author avatar optional in sidebar.
169
- - Update **/_includes/seo.html** for meta description. [#558](https://github.com/mmistakes/minimal-mistakes/pull/558)
170
-
171
- ### Bug Fixes
172
-
173
- - Fix navigation bar animation "flicker" in Safari [#568](https://github.com/mmistakes/minimal-mistakes/issues/568)
174
- - Fix `author.avatar` paths for externally hosted images.
175
-
176
- ### Maintenance
177
-
178
- - Add documentation around `gem "minimal-mistakes-jekyll"` installation and use.
179
- - Add note about using full image paths for eg. `assets/images/filename.jpg` (header images, overlays, galleries, feature rows, etc.) instead of assuming they will always be in `/images/`.
180
- - Add "[Overriding Theme Defaults](https://mmistakes.github.io/minimal-mistakes/docs/overriding-theme-defaults/)" page to documentation.
181
-
182
- ## [3.4.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.8)
183
-
184
- ### Enhancements
185
-
186
- - Improve type readability for larger viewports by bumping up base `font-size`. [#533](https://github.com/mmistakes/minimal-mistakes/issues/533)
187
- - Update Portuguese localized UI text. [#541](https://github.com/mmistakes/minimal-mistakes/pull/541)
188
- - Add `page.title` and via parameter to Twitter share link. [#538](https://github.com/mmistakes/minimal-mistakes/pull/538)
189
-
190
- ### Bug Fixes
191
-
192
- - Fix Last.fm author profile URL. [#540](https://github.com/mmistakes/minimal-mistakes/pull/540)
193
-
194
- ### Maintenance
195
-
196
- - Move Brazilian Portuguese localized text under `pt-BR` key.
197
-
198
- ## [3.4.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.7)
199
-
200
- ### Enhancements
201
-
202
- - Add `layout` based and user-defined class names to `<body>` element for added CSS hooks. [#526](https://github.com/mmistakes/minimal-mistakes/pull/526)
203
- - Add simplified Chinese localized UI text. [#532](https://github.com/mmistakes/minimal-mistakes/pull/532)
204
-
205
- ### Bug Fixes
206
-
207
- - Remove duplicate include of `base_path` in category-list.html [#522](https://github.com/mmistakes/minimal-mistakes/pull/522)
208
-
209
- ## [3.4.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.6)
210
-
211
- ### Enhancements
212
-
213
- - Add Italian "comments" related localized UI text. [#514](https://github.com/mmistakes/minimal-mistakes/pull/514)
214
-
215
- ### Bug Fixes
216
-
217
- - Disable `compress` HTML layout by default. To enable add `layout: compress` to `_layouts/default.html`.
218
-
219
- ## [3.4.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.5)
220
-
221
- ### Enhancements
222
-
223
- - Improve line numbered code block styling when using `{% highlight linenos %}` tag. [#513](https://github.com/mmistakes/minimal-mistakes/issues/513)
224
- - Add English fallback to "Follow" button label. [#496](https://github.com/mmistakes/minimal-mistakes/pull/496)
225
-
226
- ### Bug Fixes
227
-
228
- - Fix Firefox alignment issues with code blocks generated with the `{% highlight %}` tag. [#512](https://github.com/mmistakes/minimal-mistakes/issues/512)
229
-
230
- ### Maintenance
231
-
232
- - Clarified comment for `author.stackoverflow` value used in author sidebar links. [#487](https://github.com/mmistakes/minimal-mistakes/pull/487)
233
- - Add list of localized text strings. [#488](https://github.com/mmistakes/minimal-mistakes/pull/488)
234
- - Add `{% highlight %}` code block examples to demo site.
235
- - Add documentation for using custom sidebar navigation menus. [#476](https://github.com/mmistakes/minimal-mistakes/issues/476)
236
-
237
- ## [3.4.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.4)
238
-
239
- ### Enhancements
240
-
241
- - Add French "comments" related localized UI text. [#472](https://github.com/mmistakes/minimal-mistakes/pull/472)
242
-
243
- ### Bug Fixes
244
-
245
- - Exclude `vendor` in Jekyll config file.
246
- - Fix Liquid syntax error for offending parenthesis. [#479](https://github.com/mmistakes/minimal-mistakes/issues/479)
247
-
248
- ### Maintenance
249
-
250
- - Update gems: `colorator` (1.1.0), `forwardable-extended` (2.6.0), `github-pages` (93), `jekyll` (= 3.2.1), `minima` (= 1.0.1).
251
-
252
- ## [3.4.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.3)
253
-
254
- ### Enhancements
255
-
256
- - Make ["honeypot" `input`](https://github.com/mmistakes/minimal-mistakes/commit/06a8249a69a37dddda7e2a5bfbe32056c1a9a607) in Staticman comment form less obvious to spam bots
257
- - Add padding to `.highlight` code blocks to better [align `overflow` scrollbar](https://github.com/mmistakes/minimal-mistakes/commit/e4abec0a6f7f8cff72505ca0754615df294fd5b3) to the bottom.
258
- - Add additional image options for Twitter card social sharing meta tags. [#466](https://github.com/mmistakes/minimal-mistakes/pull/466)
259
- - Add structured data markup for Staticman comments. [#458](https://github.com/mmistakes/minimal-mistakes/issues/458)
260
-
261
- ### Bug Fixes
262
-
263
- - Format `og:locale` tag with `_` instead of `-`. [#462](https://github.com/mmistakes/minimal-mistakes/issues/462)
264
-
265
- ### Maintenance
266
-
267
- - Add note to docs about using `url: http://localhost:4000` when working locally.
268
-
269
- ## [3.4.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.2)
270
-
271
- ### Enhancements
272
-
273
- - Improve UX of static comment forms. [#448](https://github.com/mmistakes/minimal-mistakes/issues/448)
274
-
275
- ## [3.4.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.1)
276
-
277
- ### Enhancements
278
-
279
- - Add `staticman.filename` configuration with UNIX timestamp for sorting data files. example ~> `comment-1470943149`.
280
-
281
- ### Bug Fixes
282
-
283
- - Don't add `<a>` to author name if URL is blank.
284
-
285
- ## [3.4.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.0)
286
-
287
- ### Enhancements
288
-
289
- - Support static-based commenting via [Staticman](https://staticman.net/) for sites hosted with GitHub Pages. [#424](https://github.com/mmistakes/minimal-mistakes/issues/424)
290
-
291
- ## [3.3.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.7)
292
-
293
- ### Bug Fixes
294
-
295
- - Re-enabled Jekyll plugins in `_config.yml` in case they aren't autoloaded in `Gemfile`. [#417](https://github.com/mmistakes/minimal-mistakes/issues/417)
296
-
297
- ### Enhancements
298
-
299
- - Fallback to `site.github.url` for use in `{{ base_path }}` when `site.url` is `nil`.
300
- - Replace Sass and Autoprefixer `npm` build scripts with [Jekyll's built-in asset support](https://jekyllrb.com/docs/assets/). [#333](https://github.com/mmistakes/minimal-mistakes/issues/333)
301
-
302
- ### Maintenance
303
-
304
- - Document `site.repository` and its role with [`github-metadata`](https://github.com/jekyll/github-metadata) gem.
305
- - Add sample [archive page with content](https://mmistakes.github.io/minimal-mistakes/archive-layout-with-content/) for testing styles on demo site.
306
-
307
- ## [3.3.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.6)
308
-
309
- ### Bug Fixes
310
-
311
- - Fix blank `site.teaser` bug. [#412](https://github.com/mmistakes/minimal-mistakes/issues/412)
312
-
313
- ## [3.3.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.5)
314
-
315
- ### Enhancements
316
-
317
- - Add English default text `site.locale` strings. [#407](https://github.com/mmistakes/minimal-mistakes/issues/407)
318
- - Add Portuguese localized UI text. [#411](https://github.com/mmistakes/minimal-mistakes/pull/411)
319
- - Add Italian localized UI text. [#409](https://github.com/mmistakes/minimal-mistakes/pull/409)
320
-
321
- ### Maintenance
322
-
323
- - Remove unused Google AdSense variables in `_config.yml`. [#404](https://github.com/mmistakes/minimal-mistakes/issues/404)
324
- - Update `Gemfile` instructions for using `github-pages` vs. native `jekyll` gems.
325
- - Disable `gems:` in `_config.yml` and enable plugins with Bundler instead.
326
- - Add `repository` to `_config.yml` to suppress GitHub Pages error `Liquid Exception: No repo name found.`
327
-
328
- ## [3.3.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.4)
329
-
330
- ### Enhancements
331
-
332
- - Add support for configurable feed URL to use a service like FeedBurner instead of linking directly to `feed.xml` in `<head>` and the site footer. [#378](https://github.com/mmistakes/minimal-mistakes/issues/378), [#379](https://github.com/mmistakes/minimal-mistakes/pull/379), [#406](https://github.com/mmistakes/minimal-mistakes/pull/406)
333
- - Add Turkish localized UI text. [#403](https://github.com/mmistakes/minimal-mistakes/pull/403)
334
-
335
- ### Maintenance
336
-
337
- - Update gems: `activesupport` (4.2.7), `ffi` (1.9.14), `github-pages` (88), `jekyll-redirect-from` (0.11.0), `jekyll-watch` (1.5.0).
338
-
339
- ## [3.3.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.3)
340
-
341
- ### Enhancements
342
-
343
- - Make footer stick to the bottom of the page.
344
-
345
- ### Bug Fixes
346
-
347
- - Fix `gallery` size bug [#402](https://github.com/mmistakes/minimal-mistakes/issues/402)
348
-
349
- ### Maintenance
350
-
351
- - Set default `lang` to `en`.
352
-
353
- ## [3.3.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.2)
354
-
355
- ### Bug Fixes
356
-
357
- - Fix JavaScript that triggers "sticky" sidebar to avoid layout issues on screen sizes < `1024px`. [#396](https://github.com/mmistakes/minimal-mistakes/issues/396)
358
-
359
- ## [3.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.1)
360
-
361
- ### Enhancements
362
-
363
- - Enable image popup on < 500px wide screens. [#385](https://github.com/mmistakes/minimal-mistakes/issues/385)
364
- - Indicate the relationship between component URLs in a paginated series by applying `rel="prev"` and `rel="next"` to pages that use `site.paginator`. [#253](https://github.com/mmistakes/minimal-mistakes/issues/253)
365
- - Improve link posts in archive listings. [#276](https://github.com/mmistakes/minimal-mistakes/issues/276)
366
-
367
- ### Maintenance
368
-
369
- - Update gems: `github-pages` (86), `ffi` 1.9.13, `jekyll-mentions` 1.1.3, and `rouge` 1.11.1
370
- - Fix note about custom sidebar content appearing below author profile. [#388](https://github.com/mmistakes/minimal-mistakes/issues/388)
371
-
372
- ## [3.2.13](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.13)
373
-
374
- ### Enhancements
375
-
376
- - Add English default UI text for Canada, Great Britain, and Australia. [#377](https://github.com/mmistakes/minimal-mistakes/issues/377)
377
- - Switch default locale from `en-US` to `en`.
378
-
379
- ## [3.2.12](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.12)
380
-
381
- ### Enhancements
382
-
383
- - Remove window width "magic number" from sticky sidebar check in `main.js` for improved flexibility. [#375](https://github.com/mmistakes/minimal-mistakes/pull/375)
384
-
385
- ### Bug Fixes
386
-
387
- - Fix author override conditional where a missing `authors.yml` would show broken sidebar content. Defaults to `site.author`. [#376](https://github.com/mmistakes/minimal-mistakes/pull/376)
388
-
389
- ## [3.2.11](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.11)
390
-
391
- ### Bug Fixes
392
-
393
- - Fix disappearing author sidebar links [#372](https://github.com/mmistakes/minimal-mistakes/issues/372)
394
-
395
- ### Maintenance
396
-
397
- - Update gems: `github-pages` (84), `jekyll-github-metadata` 2.0.2, and `kramdown` 1.11.1
398
- - Update vendor JavaScript: jQuery 1.12.4, Stickyfill.js 1.1.4
399
- - Update Font Awesome 4.6.3
400
-
401
- ## [3.2.10](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.10)
402
-
403
- ### Maintenance
404
-
405
- - Add `CONTRIBUTING.md`
406
-
407
- ## [3.2.9](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.9)
408
-
409
- ### Enhancements
410
-
411
- - Add support for [header overlay images](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#header-overlay) for Open Graph images. [#358](https://github.com/mmistakes/minimal-mistakes/pull/358)
412
-
413
- ### Bug Fixes
414
-
415
- - Fix `Person` typo Schema.org type [#358](https://github.com/mmistakes/minimal-mistakes/pull/358)
416
-
417
- ### Maintenance
418
-
419
- - Update `github-pages` gem and dependencies.
420
- - Remove `minutes_read` to avoid awkward reading time wording [#356](https://github.com/mmistakes/minimal-mistakes/issues/356)
421
-
422
- ## [3.2.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.8)
423
-
424
- ### Bug Fixes
425
-
426
- - Remove `cursor: pointer` that appears on white-space surrounding author side list items and links. [#354](https://github.com/mmistakes/minimal-mistakes/pull/354)
427
-
428
- ### Maintenance
429
-
430
- - Add contributing information to `README.md`. [#357](https://github.com/mmistakes/minimal-mistakes/issues/357)
431
-
432
- ## [3.2.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.7)
433
-
434
- ### Enhancements
435
-
436
- - Add French localized UI text. [#346](https://github.com/mmistakes/minimal-mistakes/pull/346)
437
-
438
- ### Bug Fixes
439
-
440
- - Fix branch logic for Yandex and Alexa in `seo.html`. [#348](https://github.com/mmistakes/minimal-mistakes/pull/348)
441
-
442
- ## [3.2.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.6)
443
-
444
- ### Bug Fixes
445
-
446
- - Fix error `Liquid Exception: divided by 0 in _includes/archive-single.html, included in _layouts/single.html` caused by null `words_per_minute` in `_config.yml`. [#345](https://github.com/mmistakes/minimal-mistakes/pull/345)
447
-
448
- ## [3.2.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.5)
449
-
450
- ### Bug Fixes
451
-
452
- - Fix link color in hero overlay to be white.
453
- - Remove underlines from archive item titles.
454
-
455
- ## [3.2.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.4)
456
-
457
- ### Enhancements
458
-
459
- - Improve text alignment of masthead, hero overlay, page footer to be flush left and remove awkward white-space gaps. [#342](https://github.com/mmistakes/minimal-mistakes/issues/342)
460
- - Add Spanish localized UI text. [#338](https://github.com/mmistakes/minimal-mistakes/pull/338)
461
-
462
- ### Bug Fixes
463
-
464
- - Fix alignment of icons in author sidebar [#341](https://github.com/mmistakes/minimal-mistakes/issues/341)
465
-
466
- ### Maintenance
467
-
468
- - Add background color to page footer to set it apart from main content. [#342](https://github.com/mmistakes/minimal-mistakes/issues/342)
469
- - Add terms and privacy policy to theme's demo site. [#343](https://github.com/mmistakes/minimal-mistakes/issues/343)
470
- - Update screenshots found in theme documentation.
471
-
472
- ## [3.2.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.3)
473
-
474
- ### Enhancements
475
-
476
- - Add [Discourse](https://www.discourse.org/) as a commenting provider. [#335](https://github.com/mmistakes/minimal-mistakes/pull/335)
477
-
478
- ## [3.2.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.2)
479
-
480
- ### Enhancements
481
-
482
- - Add support for image captions in Magnific Popup overlays via the [`gallery`](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery) helper. [#334](https://github.com/mmistakes/minimal-mistakes/issues/334)
483
-
484
- ## [3.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.1)
485
-
486
- ### Bug Fixes
487
-
488
- - Remove need for "double tapping" masthead menu links on iOS devices. [#315](https://github.com/mmistakes/minimal-mistakes/issues/315)
489
-
490
- ### Maintenance
491
-
492
- - Add `ISSUE_TEMPLATE.md` for improve issue submission process.
493
-
494
- ## [3.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.0)
495
-
496
- ### Bug Fixes
497
-
498
- - Fix missing category/tag links in post footer due to possible conflict with `site.tags` and `site.categories`. [#329](https://github.com/mmistakes/minimal-mistakes/issues/329#issuecomment-222375568)
499
-
500
- ## [3.1.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.8)
501
-
502
- ### Bug Fixes
503
-
504
- - Fix `Liquid Exception: undefined method 'gsub' for nil:NilClass in _layouts/single.html` error when `page.title` is null. `<h1>` element is now conditional if `title: ` is not set for a `page` or collection item. [#312](https://github.com/mmistakes/minimal-mistakes/issues/312)
505
-
506
- ### Maintenance
507
-
508
- - Remove duplicate `fa-twitter` and `fa-twitter-square` classes from `_utilities.scss`. [#302](https://github.com/mmistakes/minimal-mistakes/issues/302)
509
-
510
- - Document installing additional Jekyll gem dependencies when using `gem "jekyll"` instead of `gem "github-pages"` to avoid any errors on run. [#305](https://github.com/mmistakes/minimal-mistakes/issues/305)
511
-
512
- ## [3.1.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.7)
513
-
514
- ### Enhancements
515
-
516
- - Add translation key for "Recent Posts" used in home page `index.html`. [#316](https://github.com/mmistakes/minimal-mistakes/pull/316)
517
-
518
- ### Maintenance
519
-
520
- - Small fix to avoid underlying the whitespace between icons and related text when hovering. [#303](https://github.com/mmistakes/minimal-mistakes/pull/303)
521
-
522
- ## [3.1.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.6)
523
-
524
- ### Maintenance
525
-
526
- - Update gem dependencies. Run `bundle` to update `Gemfile.lock`.
527
-
528
- ## [3.1.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.5)
529
-
530
- ### Maintenance
531
-
532
- - Fix `www` and `https` links in author profile include [#293](https://github.com/mmistakes/minimal-mistakes/pull/293)
533
-
534
- ## [3.1.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.4)
535
-
536
- ### Enhancements
537
-
538
- - Add overlay_filter param to hero headers [#298](https://github.com/mmistakes/minimal-mistakes/pull/298)
539
-
540
- ## [3.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.3)
541
-
542
- ### Enhancements
543
-
544
- - Improve `site.locale` documentation [#284](https://github.com/mmistakes/minimal-mistakes/issues/284)
545
- - Remove ProTip note about protocol-less `site.url` as it is an anti-pattern [#288](https://github.com/mmistakes/minimal-mistakes/issues/288)
546
-
547
- ### Bug Fixes
548
-
549
- - Fix `og_image` URL in seo.html [#277](https://github.com/mmistakes/minimal-mistakes/issues/277)
550
- - Fix `author_profile` toggle when assigned in a `_layout` [#285](https://github.com/mmistakes/minimal-mistakes/issues/285)
551
- - Fix typo in `build:all` npm script [#283](https://github.com/mmistakes/minimal-mistakes/pull/283)
552
- - Fix URL typo documentation [#287](https://github.com/mmistakes/minimal-mistakes/issues/287)
553
- - SEO author bug. If `twitter.username` is set and `author.twitter` is `nil` bad things happen. [#289](https://github.com/mmistakes/minimal-mistakes/issues/289)
554
-
555
- ## [3.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.2)
556
-
557
- ### Enhancements
558
-
559
- - Explain how to use `nav_list` helper in [documentation](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list).
560
- - Reduce left/right padding on smaller screens to increase width of main content column.
561
-
562
- ### Bug Fixes
563
-
564
- - Fix alignment issues with related posts [#273](https://github.com/mmistakes/minimal-mistakes/issues/273) and "Follow" button in author profile [#274](https://github.com/mmistakes/minimal-mistakes/issues/274).
565
-
566
- ## [3.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.1)
567
-
568
- ### Bug Fix
569
-
570
- - Fixed reading time bug when `words_per_minute` wasn't set in `_config.yml` [#271](https://github.com/mmistakes/minimal-mistakes/issues/271)
571
-
572
- ## [3.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.0)
573
-
574
- ### Enhancements
575
-
576
- - Updated [Font Awesome](https://fortawesome.github.io/Font-Awesome/whats-new/) to version 4.6.1
577
- - Added optional GitHub and Bitbucket links to footer if set on `site.author` in `_config.yml`.
578
-
579
- ### Bug Fixes
580
- - Fixed Bitbucket URL typo in author sidebar.
581
-
582
- ## [3.0.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.0.3)
583
-
584
- ### Enhancements
585
-
586
- - Rebuilt the entire theme: layouts, includes, stylesheets, scripts, you name it.
587
- - Refreshed the look and feel while staying true to the original design of the theme (author sidebar/main content).
588
- - Replaced grid system with [Susy](http://susy.oddbird.net/).
589
- - Replaced Grunt tasks with `npm` scripts.
590
- - Removed Google Fonts and replaced with system fonts to improve performance (they can be [added back](https://mmistakes.github.io/minimal-mistakes/docs/stylesheets/) if desired)
591
- - Greatly improved [theme documentation](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/).
592
- - Increased the amount of sample posts, sample pages, and sample collections to throughly test the theme and edge-cases.
593
- - Moved all sample content and assets out of `master` to keep it as clean as possible for forking.
594
- - Added new layouts for `splash` pages, archives for [`jekyll-archives`](https://github.com/jekyll/jekyll-archives) if enabled, and [`compress.html`](https://github.com/penibelst/jekyll-compress-html) to improve performance.
595
- - Added taxonomy links to posts (tags and categories).
596
- - Added optional "reading time" meta data.
597
- - Improved Liquid used for Twitter Cards and Open Graph data in `<head>`.
598
- - Improved `gallery` include helper and added `feature_row` for use with splash page layout.
599
- - Added Keybase.io, author web URI, and Bitbucket optional links to sidebar.
600
- - Add `feed.xml` link to footer.
601
- - Added a [UI text data file](https://mmistakes.github.io/minimal-mistakes/docs/ui-text/) to easily change all text found in the theme.
602
- - Added LinkedIn to optional social share buttons.
603
- - Added Facebook, Google+, and custom commenting options in addition to Disqus.
604
- - Added optional breadcrumb links.
605
-
606
- ## [2.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.1)
607
-
608
- ## [2.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.0)
609
-
610
- ### Enhancements
611
-
612
- - Add support for Jekyll 3.0
613
- - Minor updates to syntax highlighting CSS and theme documentation
614
-
615
- ## [2.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.3)
616
-
617
- ### Enhancements
618
-
619
- - Cleaner print styles that remove the top navigation, social sharing buttons, and other elements not needed when printed.
620
-
621
- ## [2.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.2)
622
-
623
- ### Enhancements
624
-
625
- - Add optional CodePen icon/url to author side bar [#156](https://github.com/mmistakes/minimal-mistakes/pull/156)
626
- - Documented Stackoverflow username explanation in `_config.yml` [#157](https://github.com/mmistakes/minimal-mistakes/pull/157)
627
- - Simplified Liquid in `post-index.html` to better handle year listings [#166](https://github.com/mmistakes/minimal-mistakes/pull/166)
628
-
629
- ### Bug Fixes
630
-
631
- - Cleanup Facebook related Open Graph meta tags [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
632
- - Corrected minor typos [#158](https://github.com/mmistakes/minimal-mistakes/pull/158) [#175](https://github.com/mmistakes/minimal-mistakes/issues/175)
633
-
634
- ## [2.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.1)
635
-
636
- ### Enhancements
637
-
638
- - Add optional XING profile link to author sidebar
639
- - Include open graph meta tags for feature image (if assigned) [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
640
- - Create an include for feed footer
641
-
642
- ### Bug Fixes
643
-
644
- - Remove http protocol from Google search form on sample 404 page
645
- - Only show related posts if there are one or more available
646
- - Fix alignment of email address link in author sidebar
647
-
648
- ## [2.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.0)
649
-
650
- ### Enhancements
651
-
652
- - Add optional social sharing buttons ([#42](https://github.com/mmistakes/minimal-mistakes/issues/42))
653
-
654
- ![social sharing buttons](https://cloud.githubusercontent.com/assets/1376749/5860522/d9f28a96-a22f-11e4-9b83-940a3a9a766a.png)
655
-
656
- - Add Soundcloud, YouTube ([#95](https://github.com/mmistakes/minimal-mistakes/pull/95)), Flickr ([#119](https://github.com/mmistakes/minimal-mistakes/pull/119)), and Weibo ([#116](https://github.com/mmistakes/minimal-mistakes/pull/116)) icons for use in author sidebar.
657
- - Fix typos in posts and documentation and remove references to Less
658
- - Include note about Octopress gem being optional
659
- - Post author override support extended to the Atom feed ([#71](https://github.com/mmistakes/minimal-mistakes/pull/71))
660
- - Only include email address in feed if specified in `_config.yml` or author `_data`
661
- - Wrap all page content in `#main` to harmonize article and post index styles ([#86](https://github.com/mmistakes/minimal-mistakes/issues/86))
662
- - Include new sample feature images for posts and pages
663
- - Table of contents improvements: fix collapse toggle, indent nested elements, show on small screens, and create an `_include` for reusing in posts and pages.
664
- - Include note about running Jekyll with `bundle exec` when using Bundler
665
- - Fix home page path in top navigation
666
- - Remove Google Authorship ([#120](https://github.com/mmistakes/minimal-mistakes/issues/120))
667
- - Remove duplicate author content that displayed in `div.article-author-bottom`
668
- - Removed unused `_sass/print.scss` styles
669
- - Improve comments in `.scss` files
670
-
671
- ## [2.0.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/v2.0)
672
-
673
- ## [1.3.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.3)
674
-
675
- ### Enhancements
676
-
677
- - Added new icons and profile links for Stackoverflow, Dribbble, Pinterest, Foursquare, and Steam to the author bio sidebar.
678
- - Cleaned up the Kramdown auto table of contents styling to be more readable
679
- - Removed page width specific .less stylesheets and created mixins for easier updating
680
- - Removed Modernizr since it wasn't being used
681
- - Added pages to sitemap.xml
682
- - Added category: to rake new_post task
683
- - Minor typographic changes
684
-
685
- ### Bug Fixes
686
-
687
- - Corrected various broken links in README and Theme Setup.
688
-
689
- ## [1.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.1)
690
-
691
- ### Enhancements
692
-
693
- - Cleaned up table of contents styling
694
- - Reworked top navigation to be a better experience on small screens. Nav items now display vertically when the menu button is tapped, revealing links with larger touch targets.
695
-
696
- ![menu animation](https://camo.githubusercontent.com/3fbd8c1326485f4b1ab32c0005c0fca7660b5d31/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313337363734392f323136343037352f31653366303663322d393465372d313165332d383961612d6436623636376562306564662e676966)
697
-
698
- ## [1.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.2.0)
699
-
700
- ### Bug Fixes
701
-
702
- - Table weren't filling the entire width of the content container. They now scale at 100%. Thanks [@dhruvbhatia](https://github.com/dhruvbhatia)
703
-
704
- ### Enhancements
705
-
706
- - Decreased spacing between Markdown footnotes
707
- - Removed dark background on footer
708
- - Removed UPPERCASE styling on post titles in the index listing
709
-
710
- ## [1.1.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.4)
711
-
712
- ### Bug Fixes
713
-
714
- - Fix top navigation bug issue ([#10](https://github.com/mmistakes/minimal-mistakes/issues/10)) for real this time. Remember to clear your floats kids.
715
-
716
- ## [1.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.3)
717
-
718
- ### Bug Fixes
719
-
720
- - Fix top navigation links that weren't click able on small viewports (Issue [#10](https://github.com/mmistakes/minimal-mistakes/issues/10)).
721
- - Remove line wrap from top navigation links that may span multiple lines.
722
-
723
- ## [1.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.2)
724
-
725
- ### Enhancements
726
-
727
- - Added Grunt build script for compiling Less/JavaScript and optimizing image assets.
728
- - Added support for large image summary Twitter card.
729
- - Stylesheet adjustments
730
-
731
- ## [1.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.1)
732
-
733
- ### Bug Fixes
734
-
735
- - Removed [Typeplate](http://typeplate.com/) styles. Was [causing issues with newer versions of Less](https://github.com/typeplate/typeplate.github.io/issues/108) and is no longer maintained.
736
-
737
- ### Enhancements
738
-
739
- - Added [image attribution](http://mmistakes.github.io/minimal-mistakes/theme-setup/#feature-images) for post and page feature images.
740
- - Added [404 page](http://mmistakes.github.io/minimal-mistakes/404.html).
741
- - Cleaned up various Less variables to better align with naming conventions used in other MM Jekyll themes.
742
- - Removed Chrome Frame references.
743
- - Added global CSS3 transitions to text and block elements.
744
- - Improved typography in a few places.
745
-
746
- ## [1.0.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.2)
747
-
748
- ### Enhancements
749
-
750
- - Google Analytics, Google Authorship, webmaster verifies, and Twitter card meta are now optional.
751
-
752
- ## [1.0.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.1)
1
+ ## [4.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.3.1)
2
+
3
+ ### Bug Fixes
4
+
5
+ - Correctly show Related Posts heading when UI Text data file is omitted and `related: true` in YAML Front Matter. [#901](https://github.com/mmistakes/minimal-mistakes/pull/901)
6
+
7
+ ## [4.3.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.3.0)
8
+
9
+ ### Enhancements
10
+
11
+ - Add workaround to allow theme gem's `/assets/js/main.min.js` file to be overridden by a local version. Simply add the following YAML Front Matter to the file:
12
+
13
+ ```
14
+ ---
15
+ layout:
16
+ ---
17
+ ```
18
+
19
+ Any local customizations you make to `/assets/js/main.min.js` should now replace the theme gem's version.
20
+
21
+ ## [4.2.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.2.2)
22
+
23
+ ### Enhancements
24
+
25
+ - Update [Greedy Navigation](https://github.com/lukejacksonn/GreedyNav) to flexbox version to make it more flexible when dealing with long site titles (`site.title`). [#836](https://github.com/mmistakes/minimal-mistakes/issues/836)
26
+ - Adjust `box-shadow` in navigation and author sidebar. [#576](https://github.com/mmistakes/minimal-mistakes/pull/576)
27
+ - Add Russian, Korean, and zh-TW localized UI text. [#815](https://github.com/mmistakes/minimal-mistakes/issues/815) [#834](https://github.com/mmistakes/minimal-mistakes/pull/834) [#838](https://github.com/mmistakes/minimal-mistakes/pull/838)
28
+
29
+ ### Bug Fixes
30
+
31
+ - Fix Discourse embedded comments bug. [#823](https://github.com/mmistakes/minimal-mistakes/issues/823)
32
+ - Fix `seo_author` default value in `seo.html` and add `author` meta. [#858](https://github.com/mmistakes/minimal-mistakes/pull/858)
33
+
34
+ ### Maintenance
35
+
36
+ - Add theme meta info to `_layouts/default.html` and `main.css`.
37
+ - Update README.
38
+ - Improve the pagination and taxonomy archive documentation. [#826](https://github.com/mmistakes/minimal-mistakes/pull/826)
39
+ - Add comments to `/docs/_config.yml` to clarify use of YAML references. [#847](https://github.com/mmistakes/minimal-mistakes/pull/847)
40
+
41
+ ## [4.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.2.1)
42
+
43
+ ### Enhancements
44
+
45
+ - Improve `paginator.html` to support paginated pages that live inside of a subfolder. See [documentation](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#home-page) for more details. [#764](https://github.com/mmistakes/minimal-mistakes/pull/764/)
46
+
47
+ ### Maintenance
48
+
49
+ - Add `https` protocol to Google Universal Analytics embed. [#772](https://github.com/mmistakes/minimal-mistakes/pull/772)
50
+
51
+ ## [4.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.2.0)
52
+
53
+ ### Enhancements
54
+
55
+ - Add `video` helper (for YouTube/Vimeo) and video headers to `single`, `archive`, and `splash` layouts. [#788](https://github.com/mmistakes/minimal-mistakes/pull/788)
56
+ - Add missing simplified Chinese localized UI text strings. [#747](https://github.com/mmistakes/minimal-mistakes/pull/747)
57
+ - Add Nepali (Nepalese) localized UI text strings. [#785](https://github.com/mmistakes/minimal-mistakes/pull/785)
58
+ - Remove borders from table elements found in Google Custom Search Engine widget. [#759](https://github.com/mmistakes/minimal-mistakes/issues/759)
59
+
60
+ ### Bug Fixes
61
+
62
+ - Remove `position: sticky` JavaScript polyfill and fallback to default positioning for browsers that don't support it. [#752](https://github.com/mmistakes/minimal-mistakes/issues/752)
63
+
64
+ ### Maintenance
65
+
66
+ - Fix invalid Google Universal Analytics example in documentation. [#783](https://github.com/mmistakes/minimal-mistakes/pull/783)
67
+ - Bump `jekyll-sitemap` gem dependency to (1.0).
68
+
69
+ ## [4.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.1.1)
70
+
71
+ ### Enhancements
72
+
73
+ - Remove hardcoded `words_per_minute` "less than" and "minute read" values and make dynamic. [#703](https://github.com/mmistakes/minimal-mistakes/issues/703)
74
+ - Update Font Awesome to `v4.7.0`. [#723](https://github.com/mmistakes/minimal-mistakes/issues/723), [#722](https://github.com/mmistakes/minimal-mistakes/issues/722)
75
+ - Add support for YouTube channel URLs in author profile. [#716](https://github.com/mmistakes/minimal-mistakes/issues/716)
76
+
77
+ ### Bug Fixes
78
+
79
+ - Add Jekyll as `spec.add_runtime_dependency` in `.gemspec`.
80
+
81
+ ## [4.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.1.0)
82
+
83
+ ### Enhancements
84
+
85
+ - Add Jekyll include for adding [custom author profile links](https://github.com/mmistakes/minimal-mistakes/blob/master/_includes/author-profile-custom-links.html) to sidebar
86
+
87
+ ### Bug Fixes
88
+
89
+ - Fix link to Discourse.org homepage in `noscript` section [#699](https://github.com/mmistakes/minimal-mistakes/pull/699)
90
+ - Fix padding issue with pagination buttons [#694](https://github.com/mmistakes/minimal-mistakes/issues/694)
91
+
92
+ ## [4.0.10](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.10)
93
+
94
+ ### Bug Fixes
95
+
96
+ - Add Staticman default `path`. [#683](https://github.com/mmistakes/minimal-mistakes/issues/683)
97
+
98
+ ### Maintenance
99
+
100
+ - Slight correction/improvements to French UI text. [#685](https://github.com/mmistakes/minimal-mistakes/pull/685)
101
+
102
+ ## [4.0.9](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.9)
103
+
104
+ ### Bug Fixes
105
+
106
+ - Fix overlapping sidebar navigation lists due to `max-height: 100vh`. [#668](https://github.com/mmistakes/minimal-mistakes/issues/668)
107
+
108
+ ## [4.0.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.8)
109
+
110
+ ### Bug Fixes
111
+
112
+ - Set default value for `words_per_minute`. [#657](https://github.com/mmistakes/minimal-mistakes/issues/657)
113
+ - Adjust sidebar navigation list CSS so it collapses at the correct width.
114
+
115
+ ### Maintenance
116
+
117
+ - Add Google AdSense banner to `/docs/_layouts/default.html` for demo site.
118
+
119
+ ## [4.0.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.7)
120
+
121
+ ### Enhancements
122
+
123
+ - Add `!default` values to **_sass/_variables.scss**.
124
+ - Collapse sidebar navigation lists on smaller screens. [#607](https://github.com/mmistakes/minimal-mistakes/issues/607)
125
+
126
+ ### Bug Fixes
127
+
128
+ - Rename `#comments` to something more unique to avoid clashes with Kramdown generated headline IDs. [#582](https://github.com/mmistakes/minimal-mistakes/issues/582)
129
+
130
+ ### Maintenance
131
+
132
+ - Reorganize SCSS partials in **assets/css/main.scss**
133
+
134
+ ## [4.0.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.6)
135
+
136
+ ### Enhancements
137
+
138
+ - Add [`figure` helper](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#figure) to make generating a `<figure>` element with a single image and caption easier. [#572](https://github.com/mmistakes/minimal-mistakes/pull/572)
139
+ - Add structured data markup for `itemprop="person"` in author profile sidebar. [#647](https://github.com/mmistakes/minimal-mistakes/pull/647)
140
+
141
+ ### Bug Fixes
142
+
143
+ - Fix improper YAML formatting of some locales. [#651](https://github.com/mmistakes/minimal-mistakes/pull/651)
144
+
145
+ ### Maintenance
146
+
147
+ - Clarify "migrating to gem-theme" instructions in **Quick Start Guide**.
148
+ - Add `rake preview` task for testing `/test` during theme development.
149
+
150
+ ## [4.0.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.5)
151
+
152
+ ### Enhancements
153
+
154
+ - Update gems: `jekyll-sitemap` (0.12), `jekyll-feed` (0.8).
155
+ - Improve next/previous pager links visibility by changing gray color to blue (`$link-color`).
156
+
157
+ ### Bug Fixes
158
+
159
+ - Fix `.sidebar` flicker/jump when hovered. [#583](https://github.com/mmistakes/minimal-mistakes/issues/583)
160
+
161
+ ### Maintenance
162
+
163
+ - Move contents of `gh-pages` branch to `master` inside of the `/docs` folder.
164
+
165
+ ## [4.0.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.4)
166
+
167
+ ### Enhancements
168
+
169
+ - "Gemify" theme ~> `gem "minimal-mistakes-jekyll"`
170
+ - Replace `base_path` include with `absolute_url` filter where possible.
171
+ - Allow images to be placed in other folders. Remove `/images/` only restriction and encourage placement in `/assets/images/` instead. **Full paths are now required. If upgrading from MM 3.4 add `/images/` before filenames in Front Matter and `_config.yml` variables.**
172
+ - Add [home `layout`](https://github.com/mmistakes/minimal-mistakes/blob/master/_layouts/home.html)
173
+ - Added missing Turkish translations for UI text. [#621](https://github.com/mmistakes/minimal-mistakes/pull/621)
174
+ - Make author avatar optional in sidebar.
175
+ - Update **/_includes/seo.html** for meta description. [#558](https://github.com/mmistakes/minimal-mistakes/pull/558)
176
+
177
+ ### Bug Fixes
178
+
179
+ - Fix navigation bar animation "flicker" in Safari [#568](https://github.com/mmistakes/minimal-mistakes/issues/568)
180
+ - Fix `author.avatar` paths for externally hosted images.
181
+
182
+ ### Maintenance
183
+
184
+ - Add documentation around `gem "minimal-mistakes-jekyll"` installation and use.
185
+ - Add note about using full image paths for eg. `assets/images/filename.jpg` (header images, overlays, galleries, feature rows, etc.) instead of assuming they will always be in `/images/`.
186
+ - Add "[Overriding Theme Defaults](https://mmistakes.github.io/minimal-mistakes/docs/overriding-theme-defaults/)" page to documentation.
187
+
188
+ ## [3.4.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.8)
189
+
190
+ ### Enhancements
191
+
192
+ - Improve type readability for larger viewports by bumping up base `font-size`. [#533](https://github.com/mmistakes/minimal-mistakes/issues/533)
193
+ - Update Portuguese localized UI text. [#541](https://github.com/mmistakes/minimal-mistakes/pull/541)
194
+ - Add `page.title` and via parameter to Twitter share link. [#538](https://github.com/mmistakes/minimal-mistakes/pull/538)
195
+
196
+ ### Bug Fixes
197
+
198
+ - Fix Last.fm author profile URL. [#540](https://github.com/mmistakes/minimal-mistakes/pull/540)
199
+
200
+ ### Maintenance
201
+
202
+ - Move Brazilian Portuguese localized text under `pt-BR` key.
203
+
204
+ ## [3.4.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.7)
205
+
206
+ ### Enhancements
207
+
208
+ - Add `layout` based and user-defined class names to `<body>` element for added CSS hooks. [#526](https://github.com/mmistakes/minimal-mistakes/pull/526)
209
+ - Add simplified Chinese localized UI text. [#532](https://github.com/mmistakes/minimal-mistakes/pull/532)
210
+
211
+ ### Bug Fixes
212
+
213
+ - Remove duplicate include of `base_path` in category-list.html [#522](https://github.com/mmistakes/minimal-mistakes/pull/522)
214
+
215
+ ## [3.4.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.6)
216
+
217
+ ### Enhancements
218
+
219
+ - Add Italian "comments" related localized UI text. [#514](https://github.com/mmistakes/minimal-mistakes/pull/514)
220
+
221
+ ### Bug Fixes
222
+
223
+ - Disable `compress` HTML layout by default. To enable add `layout: compress` to `_layouts/default.html`.
224
+
225
+ ## [3.4.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.5)
226
+
227
+ ### Enhancements
228
+
229
+ - Improve line numbered code block styling when using `{% highlight linenos %}` tag. [#513](https://github.com/mmistakes/minimal-mistakes/issues/513)
230
+ - Add English fallback to "Follow" button label. [#496](https://github.com/mmistakes/minimal-mistakes/pull/496)
231
+
232
+ ### Bug Fixes
233
+
234
+ - Fix Firefox alignment issues with code blocks generated with the `{% highlight %}` tag. [#512](https://github.com/mmistakes/minimal-mistakes/issues/512)
235
+
236
+ ### Maintenance
237
+
238
+ - Clarified comment for `author.stackoverflow` value used in author sidebar links. [#487](https://github.com/mmistakes/minimal-mistakes/pull/487)
239
+ - Add list of localized text strings. [#488](https://github.com/mmistakes/minimal-mistakes/pull/488)
240
+ - Add `{% highlight %}` code block examples to demo site.
241
+ - Add documentation for using custom sidebar navigation menus. [#476](https://github.com/mmistakes/minimal-mistakes/issues/476)
242
+
243
+ ## [3.4.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.4)
244
+
245
+ ### Enhancements
246
+
247
+ - Add French "comments" related localized UI text. [#472](https://github.com/mmistakes/minimal-mistakes/pull/472)
248
+
249
+ ### Bug Fixes
250
+
251
+ - Exclude `vendor` in Jekyll config file.
252
+ - Fix Liquid syntax error for offending parenthesis. [#479](https://github.com/mmistakes/minimal-mistakes/issues/479)
253
+
254
+ ### Maintenance
255
+
256
+ - Update gems: `colorator` (1.1.0), `forwardable-extended` (2.6.0), `github-pages` (93), `jekyll` (= 3.2.1), `minima` (= 1.0.1).
257
+
258
+ ## [3.4.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.3)
259
+
260
+ ### Enhancements
261
+
262
+ - Make ["honeypot" `input`](https://github.com/mmistakes/minimal-mistakes/commit/06a8249a69a37dddda7e2a5bfbe32056c1a9a607) in Staticman comment form less obvious to spam bots
263
+ - Add padding to `.highlight` code blocks to better [align `overflow` scrollbar](https://github.com/mmistakes/minimal-mistakes/commit/e4abec0a6f7f8cff72505ca0754615df294fd5b3) to the bottom.
264
+ - Add additional image options for Twitter card social sharing meta tags. [#466](https://github.com/mmistakes/minimal-mistakes/pull/466)
265
+ - Add structured data markup for Staticman comments. [#458](https://github.com/mmistakes/minimal-mistakes/issues/458)
266
+
267
+ ### Bug Fixes
268
+
269
+ - Format `og:locale` tag with `_` instead of `-`. [#462](https://github.com/mmistakes/minimal-mistakes/issues/462)
270
+
271
+ ### Maintenance
272
+
273
+ - Add note to docs about using `url: http://localhost:4000` when working locally.
274
+
275
+ ## [3.4.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.2)
276
+
277
+ ### Enhancements
278
+
279
+ - Improve UX of static comment forms. [#448](https://github.com/mmistakes/minimal-mistakes/issues/448)
280
+
281
+ ## [3.4.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.1)
282
+
283
+ ### Enhancements
284
+
285
+ - Add `staticman.filename` configuration with UNIX timestamp for sorting data files. example ~> `comment-1470943149`.
286
+
287
+ ### Bug Fixes
288
+
289
+ - Don't add `<a>` to author name if URL is blank.
290
+
291
+ ## [3.4.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.0)
292
+
293
+ ### Enhancements
294
+
295
+ - Support static-based commenting via [Staticman](https://staticman.net/) for sites hosted with GitHub Pages. [#424](https://github.com/mmistakes/minimal-mistakes/issues/424)
296
+
297
+ ## [3.3.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.7)
298
+
299
+ ### Bug Fixes
300
+
301
+ - Re-enabled Jekyll plugins in `_config.yml` in case they aren't autoloaded in `Gemfile`. [#417](https://github.com/mmistakes/minimal-mistakes/issues/417)
302
+
303
+ ### Enhancements
304
+
305
+ - Fallback to `site.github.url` for use in `{{ base_path }}` when `site.url` is `nil`.
306
+ - Replace Sass and Autoprefixer `npm` build scripts with [Jekyll's built-in asset support](https://jekyllrb.com/docs/assets/). [#333](https://github.com/mmistakes/minimal-mistakes/issues/333)
307
+
308
+ ### Maintenance
309
+
310
+ - Document `site.repository` and its role with [`github-metadata`](https://github.com/jekyll/github-metadata) gem.
311
+ - Add sample [archive page with content](https://mmistakes.github.io/minimal-mistakes/archive-layout-with-content/) for testing styles on demo site.
312
+
313
+ ## [3.3.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.6)
314
+
315
+ ### Bug Fixes
316
+
317
+ - Fix blank `site.teaser` bug. [#412](https://github.com/mmistakes/minimal-mistakes/issues/412)
318
+
319
+ ## [3.3.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.5)
320
+
321
+ ### Enhancements
322
+
323
+ - Add English default text `site.locale` strings. [#407](https://github.com/mmistakes/minimal-mistakes/issues/407)
324
+ - Add Portuguese localized UI text. [#411](https://github.com/mmistakes/minimal-mistakes/pull/411)
325
+ - Add Italian localized UI text. [#409](https://github.com/mmistakes/minimal-mistakes/pull/409)
326
+
327
+ ### Maintenance
328
+
329
+ - Remove unused Google AdSense variables in `_config.yml`. [#404](https://github.com/mmistakes/minimal-mistakes/issues/404)
330
+ - Update `Gemfile` instructions for using `github-pages` vs. native `jekyll` gems.
331
+ - Disable `gems:` in `_config.yml` and enable plugins with Bundler instead.
332
+ - Add `repository` to `_config.yml` to suppress GitHub Pages error `Liquid Exception: No repo name found.`
333
+
334
+ ## [3.3.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.4)
335
+
336
+ ### Enhancements
337
+
338
+ - Add support for configurable feed URL to use a service like FeedBurner instead of linking directly to `feed.xml` in `<head>` and the site footer. [#378](https://github.com/mmistakes/minimal-mistakes/issues/378), [#379](https://github.com/mmistakes/minimal-mistakes/pull/379), [#406](https://github.com/mmistakes/minimal-mistakes/pull/406)
339
+ - Add Turkish localized UI text. [#403](https://github.com/mmistakes/minimal-mistakes/pull/403)
340
+
341
+ ### Maintenance
342
+
343
+ - Update gems: `activesupport` (4.2.7), `ffi` (1.9.14), `github-pages` (88), `jekyll-redirect-from` (0.11.0), `jekyll-watch` (1.5.0).
344
+
345
+ ## [3.3.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.3)
346
+
347
+ ### Enhancements
348
+
349
+ - Make footer stick to the bottom of the page.
350
+
351
+ ### Bug Fixes
352
+
353
+ - Fix `gallery` size bug [#402](https://github.com/mmistakes/minimal-mistakes/issues/402)
354
+
355
+ ### Maintenance
356
+
357
+ - Set default `lang` to `en`.
358
+
359
+ ## [3.3.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.2)
360
+
361
+ ### Bug Fixes
362
+
363
+ - Fix JavaScript that triggers "sticky" sidebar to avoid layout issues on screen sizes < `1024px`. [#396](https://github.com/mmistakes/minimal-mistakes/issues/396)
364
+
365
+ ## [3.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.1)
366
+
367
+ ### Enhancements
368
+
369
+ - Enable image popup on < 500px wide screens. [#385](https://github.com/mmistakes/minimal-mistakes/issues/385)
370
+ - Indicate the relationship between component URLs in a paginated series by applying `rel="prev"` and `rel="next"` to pages that use `site.paginator`. [#253](https://github.com/mmistakes/minimal-mistakes/issues/253)
371
+ - Improve link posts in archive listings. [#276](https://github.com/mmistakes/minimal-mistakes/issues/276)
372
+
373
+ ### Maintenance
374
+
375
+ - Update gems: `github-pages` (86), `ffi` 1.9.13, `jekyll-mentions` 1.1.3, and `rouge` 1.11.1
376
+ - Fix note about custom sidebar content appearing below author profile. [#388](https://github.com/mmistakes/minimal-mistakes/issues/388)
377
+
378
+ ## [3.2.13](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.13)
379
+
380
+ ### Enhancements
381
+
382
+ - Add English default UI text for Canada, Great Britain, and Australia. [#377](https://github.com/mmistakes/minimal-mistakes/issues/377)
383
+ - Switch default locale from `en-US` to `en`.
384
+
385
+ ## [3.2.12](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.12)
386
+
387
+ ### Enhancements
388
+
389
+ - Remove window width "magic number" from sticky sidebar check in `main.js` for improved flexibility. [#375](https://github.com/mmistakes/minimal-mistakes/pull/375)
390
+
391
+ ### Bug Fixes
392
+
393
+ - Fix author override conditional where a missing `authors.yml` would show broken sidebar content. Defaults to `site.author`. [#376](https://github.com/mmistakes/minimal-mistakes/pull/376)
394
+
395
+ ## [3.2.11](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.11)
396
+
397
+ ### Bug Fixes
398
+
399
+ - Fix disappearing author sidebar links [#372](https://github.com/mmistakes/minimal-mistakes/issues/372)
400
+
401
+ ### Maintenance
402
+
403
+ - Update gems: `github-pages` (84), `jekyll-github-metadata` 2.0.2, and `kramdown` 1.11.1
404
+ - Update vendor JavaScript: jQuery 1.12.4, Stickyfill.js 1.1.4
405
+ - Update Font Awesome 4.6.3
406
+
407
+ ## [3.2.10](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.10)
408
+
409
+ ### Maintenance
410
+
411
+ - Add `CONTRIBUTING.md`
412
+
413
+ ## [3.2.9](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.9)
414
+
415
+ ### Enhancements
416
+
417
+ - Add support for [header overlay images](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#header-overlay) for Open Graph images. [#358](https://github.com/mmistakes/minimal-mistakes/pull/358)
418
+
419
+ ### Bug Fixes
420
+
421
+ - Fix `Person` typo Schema.org type [#358](https://github.com/mmistakes/minimal-mistakes/pull/358)
422
+
423
+ ### Maintenance
424
+
425
+ - Update `github-pages` gem and dependencies.
426
+ - Remove `minutes_read` to avoid awkward reading time wording [#356](https://github.com/mmistakes/minimal-mistakes/issues/356)
427
+
428
+ ## [3.2.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.8)
429
+
430
+ ### Bug Fixes
431
+
432
+ - Remove `cursor: pointer` that appears on white-space surrounding author side list items and links. [#354](https://github.com/mmistakes/minimal-mistakes/pull/354)
433
+
434
+ ### Maintenance
435
+
436
+ - Add contributing information to `README.md`. [#357](https://github.com/mmistakes/minimal-mistakes/issues/357)
437
+
438
+ ## [3.2.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.7)
439
+
440
+ ### Enhancements
441
+
442
+ - Add French localized UI text. [#346](https://github.com/mmistakes/minimal-mistakes/pull/346)
443
+
444
+ ### Bug Fixes
445
+
446
+ - Fix branch logic for Yandex and Alexa in `seo.html`. [#348](https://github.com/mmistakes/minimal-mistakes/pull/348)
447
+
448
+ ## [3.2.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.6)
449
+
450
+ ### Bug Fixes
451
+
452
+ - Fix error `Liquid Exception: divided by 0 in _includes/archive-single.html, included in _layouts/single.html` caused by null `words_per_minute` in `_config.yml`. [#345](https://github.com/mmistakes/minimal-mistakes/pull/345)
453
+
454
+ ## [3.2.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.5)
455
+
456
+ ### Bug Fixes
457
+
458
+ - Fix link color in hero overlay to be white.
459
+ - Remove underlines from archive item titles.
460
+
461
+ ## [3.2.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.4)
462
+
463
+ ### Enhancements
464
+
465
+ - Improve text alignment of masthead, hero overlay, page footer to be flush left and remove awkward white-space gaps. [#342](https://github.com/mmistakes/minimal-mistakes/issues/342)
466
+ - Add Spanish localized UI text. [#338](https://github.com/mmistakes/minimal-mistakes/pull/338)
467
+
468
+ ### Bug Fixes
469
+
470
+ - Fix alignment of icons in author sidebar [#341](https://github.com/mmistakes/minimal-mistakes/issues/341)
471
+
472
+ ### Maintenance
473
+
474
+ - Add background color to page footer to set it apart from main content. [#342](https://github.com/mmistakes/minimal-mistakes/issues/342)
475
+ - Add terms and privacy policy to theme's demo site. [#343](https://github.com/mmistakes/minimal-mistakes/issues/343)
476
+ - Update screenshots found in theme documentation.
477
+
478
+ ## [3.2.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.3)
479
+
480
+ ### Enhancements
481
+
482
+ - Add [Discourse](https://www.discourse.org/) as a commenting provider. [#335](https://github.com/mmistakes/minimal-mistakes/pull/335)
483
+
484
+ ## [3.2.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.2)
485
+
486
+ ### Enhancements
487
+
488
+ - Add support for image captions in Magnific Popup overlays via the [`gallery`](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery) helper. [#334](https://github.com/mmistakes/minimal-mistakes/issues/334)
489
+
490
+ ## [3.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.1)
491
+
492
+ ### Bug Fixes
493
+
494
+ - Remove need for "double tapping" masthead menu links on iOS devices. [#315](https://github.com/mmistakes/minimal-mistakes/issues/315)
495
+
496
+ ### Maintenance
497
+
498
+ - Add `ISSUE_TEMPLATE.md` for improve issue submission process.
499
+
500
+ ## [3.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.0)
501
+
502
+ ### Bug Fixes
503
+
504
+ - Fix missing category/tag links in post footer due to possible conflict with `site.tags` and `site.categories`. [#329](https://github.com/mmistakes/minimal-mistakes/issues/329#issuecomment-222375568)
505
+
506
+ ## [3.1.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.8)
507
+
508
+ ### Bug Fixes
509
+
510
+ - Fix `Liquid Exception: undefined method 'gsub' for nil:NilClass in _layouts/single.html` error when `page.title` is null. `<h1>` element is now conditional if `title: ` is not set for a `page` or collection item. [#312](https://github.com/mmistakes/minimal-mistakes/issues/312)
511
+
512
+ ### Maintenance
513
+
514
+ - Remove duplicate `fa-twitter` and `fa-twitter-square` classes from `_utilities.scss`. [#302](https://github.com/mmistakes/minimal-mistakes/issues/302)
515
+
516
+ - Document installing additional Jekyll gem dependencies when using `gem "jekyll"` instead of `gem "github-pages"` to avoid any errors on run. [#305](https://github.com/mmistakes/minimal-mistakes/issues/305)
517
+
518
+ ## [3.1.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.7)
519
+
520
+ ### Enhancements
521
+
522
+ - Add translation key for "Recent Posts" used in home page `index.html`. [#316](https://github.com/mmistakes/minimal-mistakes/pull/316)
523
+
524
+ ### Maintenance
525
+
526
+ - Small fix to avoid underlying the whitespace between icons and related text when hovering. [#303](https://github.com/mmistakes/minimal-mistakes/pull/303)
527
+
528
+ ## [3.1.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.6)
529
+
530
+ ### Maintenance
531
+
532
+ - Update gem dependencies. Run `bundle` to update `Gemfile.lock`.
533
+
534
+ ## [3.1.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.5)
535
+
536
+ ### Maintenance
537
+
538
+ - Fix `www` and `https` links in author profile include [#293](https://github.com/mmistakes/minimal-mistakes/pull/293)
539
+
540
+ ## [3.1.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.4)
541
+
542
+ ### Enhancements
543
+
544
+ - Add overlay_filter param to hero headers [#298](https://github.com/mmistakes/minimal-mistakes/pull/298)
545
+
546
+ ## [3.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.3)
547
+
548
+ ### Enhancements
549
+
550
+ - Improve `site.locale` documentation [#284](https://github.com/mmistakes/minimal-mistakes/issues/284)
551
+ - Remove ProTip note about protocol-less `site.url` as it is an anti-pattern [#288](https://github.com/mmistakes/minimal-mistakes/issues/288)
552
+
553
+ ### Bug Fixes
554
+
555
+ - Fix `og_image` URL in seo.html [#277](https://github.com/mmistakes/minimal-mistakes/issues/277)
556
+ - Fix `author_profile` toggle when assigned in a `_layout` [#285](https://github.com/mmistakes/minimal-mistakes/issues/285)
557
+ - Fix typo in `build:all` npm script [#283](https://github.com/mmistakes/minimal-mistakes/pull/283)
558
+ - Fix URL typo documentation [#287](https://github.com/mmistakes/minimal-mistakes/issues/287)
559
+ - SEO author bug. If `twitter.username` is set and `author.twitter` is `nil` bad things happen. [#289](https://github.com/mmistakes/minimal-mistakes/issues/289)
560
+
561
+ ## [3.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.2)
562
+
563
+ ### Enhancements
564
+
565
+ - Explain how to use `nav_list` helper in [documentation](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list).
566
+ - Reduce left/right padding on smaller screens to increase width of main content column.
567
+
568
+ ### Bug Fixes
569
+
570
+ - Fix alignment issues with related posts [#273](https://github.com/mmistakes/minimal-mistakes/issues/273) and "Follow" button in author profile [#274](https://github.com/mmistakes/minimal-mistakes/issues/274).
571
+
572
+ ## [3.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.1)
573
+
574
+ ### Bug Fix
575
+
576
+ - Fixed reading time bug when `words_per_minute` wasn't set in `_config.yml` [#271](https://github.com/mmistakes/minimal-mistakes/issues/271)
577
+
578
+ ## [3.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.0)
579
+
580
+ ### Enhancements
581
+
582
+ - Updated [Font Awesome](https://fortawesome.github.io/Font-Awesome/whats-new/) to version 4.6.1
583
+ - Added optional GitHub and Bitbucket links to footer if set on `site.author` in `_config.yml`.
584
+
585
+ ### Bug Fixes
586
+ - Fixed Bitbucket URL typo in author sidebar.
587
+
588
+ ## [3.0.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.0.3)
589
+
590
+ ### Enhancements
591
+
592
+ - Rebuilt the entire theme: layouts, includes, stylesheets, scripts, you name it.
593
+ - Refreshed the look and feel while staying true to the original design of the theme (author sidebar/main content).
594
+ - Replaced grid system with [Susy](http://susy.oddbird.net/).
595
+ - Replaced Grunt tasks with `npm` scripts.
596
+ - Removed Google Fonts and replaced with system fonts to improve performance (they can be [added back](https://mmistakes.github.io/minimal-mistakes/docs/stylesheets/) if desired)
597
+ - Greatly improved [theme documentation](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/).
598
+ - Increased the amount of sample posts, sample pages, and sample collections to throughly test the theme and edge-cases.
599
+ - Moved all sample content and assets out of `master` to keep it as clean as possible for forking.
600
+ - Added new layouts for `splash` pages, archives for [`jekyll-archives`](https://github.com/jekyll/jekyll-archives) if enabled, and [`compress.html`](https://github.com/penibelst/jekyll-compress-html) to improve performance.
601
+ - Added taxonomy links to posts (tags and categories).
602
+ - Added optional "reading time" meta data.
603
+ - Improved Liquid used for Twitter Cards and Open Graph data in `<head>`.
604
+ - Improved `gallery` include helper and added `feature_row` for use with splash page layout.
605
+ - Added Keybase.io, author web URI, and Bitbucket optional links to sidebar.
606
+ - Add `feed.xml` link to footer.
607
+ - Added a [UI text data file](https://mmistakes.github.io/minimal-mistakes/docs/ui-text/) to easily change all text found in the theme.
608
+ - Added LinkedIn to optional social share buttons.
609
+ - Added Facebook, Google+, and custom commenting options in addition to Disqus.
610
+ - Added optional breadcrumb links.
611
+
612
+ ## [2.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.1)
613
+
614
+ ## [2.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.0)
615
+
616
+ ### Enhancements
617
+
618
+ - Add support for Jekyll 3.0
619
+ - Minor updates to syntax highlighting CSS and theme documentation
620
+
621
+ ## [2.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.3)
622
+
623
+ ### Enhancements
624
+
625
+ - Cleaner print styles that remove the top navigation, social sharing buttons, and other elements not needed when printed.
626
+
627
+ ## [2.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.2)
628
+
629
+ ### Enhancements
630
+
631
+ - Add optional CodePen icon/url to author side bar [#156](https://github.com/mmistakes/minimal-mistakes/pull/156)
632
+ - Documented Stackoverflow username explanation in `_config.yml` [#157](https://github.com/mmistakes/minimal-mistakes/pull/157)
633
+ - Simplified Liquid in `post-index.html` to better handle year listings [#166](https://github.com/mmistakes/minimal-mistakes/pull/166)
634
+
635
+ ### Bug Fixes
636
+
637
+ - Cleanup Facebook related Open Graph meta tags [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
638
+ - Corrected minor typos [#158](https://github.com/mmistakes/minimal-mistakes/pull/158) [#175](https://github.com/mmistakes/minimal-mistakes/issues/175)
639
+
640
+ ## [2.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.1)
641
+
642
+ ### Enhancements
643
+
644
+ - Add optional XING profile link to author sidebar
645
+ - Include open graph meta tags for feature image (if assigned) [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
646
+ - Create an include for feed footer
647
+
648
+ ### Bug Fixes
649
+
650
+ - Remove http protocol from Google search form on sample 404 page
651
+ - Only show related posts if there are one or more available
652
+ - Fix alignment of email address link in author sidebar
653
+
654
+ ## [2.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.0)
655
+
656
+ ### Enhancements
657
+
658
+ - Add optional social sharing buttons ([#42](https://github.com/mmistakes/minimal-mistakes/issues/42))
659
+
660
+ ![social sharing buttons](https://cloud.githubusercontent.com/assets/1376749/5860522/d9f28a96-a22f-11e4-9b83-940a3a9a766a.png)
661
+
662
+ - Add Soundcloud, YouTube ([#95](https://github.com/mmistakes/minimal-mistakes/pull/95)), Flickr ([#119](https://github.com/mmistakes/minimal-mistakes/pull/119)), and Weibo ([#116](https://github.com/mmistakes/minimal-mistakes/pull/116)) icons for use in author sidebar.
663
+ - Fix typos in posts and documentation and remove references to Less
664
+ - Include note about Octopress gem being optional
665
+ - Post author override support extended to the Atom feed ([#71](https://github.com/mmistakes/minimal-mistakes/pull/71))
666
+ - Only include email address in feed if specified in `_config.yml` or author `_data`
667
+ - Wrap all page content in `#main` to harmonize article and post index styles ([#86](https://github.com/mmistakes/minimal-mistakes/issues/86))
668
+ - Include new sample feature images for posts and pages
669
+ - Table of contents improvements: fix collapse toggle, indent nested elements, show on small screens, and create an `_include` for reusing in posts and pages.
670
+ - Include note about running Jekyll with `bundle exec` when using Bundler
671
+ - Fix home page path in top navigation
672
+ - Remove Google Authorship ([#120](https://github.com/mmistakes/minimal-mistakes/issues/120))
673
+ - Remove duplicate author content that displayed in `div.article-author-bottom`
674
+ - Removed unused `_sass/print.scss` styles
675
+ - Improve comments in `.scss` files
676
+
677
+ ## [2.0.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/v2.0)
678
+
679
+ ## [1.3.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.3)
680
+
681
+ ### Enhancements
682
+
683
+ - Added new icons and profile links for Stackoverflow, Dribbble, Pinterest, Foursquare, and Steam to the author bio sidebar.
684
+ - Cleaned up the Kramdown auto table of contents styling to be more readable
685
+ - Removed page width specific .less stylesheets and created mixins for easier updating
686
+ - Removed Modernizr since it wasn't being used
687
+ - Added pages to sitemap.xml
688
+ - Added category: to rake new_post task
689
+ - Minor typographic changes
690
+
691
+ ### Bug Fixes
692
+
693
+ - Corrected various broken links in README and Theme Setup.
694
+
695
+ ## [1.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.1)
696
+
697
+ ### Enhancements
698
+
699
+ - Cleaned up table of contents styling
700
+ - Reworked top navigation to be a better experience on small screens. Nav items now display vertically when the menu button is tapped, revealing links with larger touch targets.
701
+
702
+ ![menu animation](https://camo.githubusercontent.com/3fbd8c1326485f4b1ab32c0005c0fca7660b5d31/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313337363734392f323136343037352f31653366303663322d393465372d313165332d383961612d6436623636376562306564662e676966)
703
+
704
+ ## [1.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.2.0)
705
+
706
+ ### Bug Fixes
707
+
708
+ - Table weren't filling the entire width of the content container. They now scale at 100%. Thanks [@dhruvbhatia](https://github.com/dhruvbhatia)
709
+
710
+ ### Enhancements
711
+
712
+ - Decreased spacing between Markdown footnotes
713
+ - Removed dark background on footer
714
+ - Removed UPPERCASE styling on post titles in the index listing
715
+
716
+ ## [1.1.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.4)
717
+
718
+ ### Bug Fixes
719
+
720
+ - Fix top navigation bug issue ([#10](https://github.com/mmistakes/minimal-mistakes/issues/10)) for real this time. Remember to clear your floats kids.
721
+
722
+ ## [1.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.3)
723
+
724
+ ### Bug Fixes
725
+
726
+ - Fix top navigation links that weren't click able on small viewports (Issue [#10](https://github.com/mmistakes/minimal-mistakes/issues/10)).
727
+ - Remove line wrap from top navigation links that may span multiple lines.
728
+
729
+ ## [1.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.2)
730
+
731
+ ### Enhancements
732
+
733
+ - Added Grunt build script for compiling Less/JavaScript and optimizing image assets.
734
+ - Added support for large image summary Twitter card.
735
+ - Stylesheet adjustments
736
+
737
+ ## [1.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.1)
738
+
739
+ ### Bug Fixes
740
+
741
+ - Removed [Typeplate](http://typeplate.com/) styles. Was [causing issues with newer versions of Less](https://github.com/typeplate/typeplate.github.io/issues/108) and is no longer maintained.
742
+
743
+ ### Enhancements
744
+
745
+ - Added [image attribution](http://mmistakes.github.io/minimal-mistakes/theme-setup/#feature-images) for post and page feature images.
746
+ - Added [404 page](http://mmistakes.github.io/minimal-mistakes/404.html).
747
+ - Cleaned up various Less variables to better align with naming conventions used in other MM Jekyll themes.
748
+ - Removed Chrome Frame references.
749
+ - Added global CSS3 transitions to text and block elements.
750
+ - Improved typography in a few places.
751
+
752
+ ## [1.0.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.2)
753
+
754
+ ### Enhancements
755
+
756
+ - Google Analytics, Google Authorship, webmaster verifies, and Twitter card meta are now optional.
757
+
758
+ ## [1.0.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.1)