minimal-mistakes-jekyll 4.0.4 → 4.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d086aa37b0e34e365038bd20578f9aac7429ba72
4
- data.tar.gz: af72249879e42af14584bf1b529185b885a9b3d3
3
+ metadata.gz: 585960723374f3027f4d8df6493a2c13a11b5ea3
4
+ data.tar.gz: 22fcce4e93b3ba17e796ea4fb3995afd255ded86
5
5
  SHA512:
6
- metadata.gz: 6f4cd468ae964e85289f867f53bdea0e1cb9ecf83c205987cf370ad9a7aa0de9dd1f0679a5c763838815831274ae23882071e6d368e6c17cfa182575ec09bc98
7
- data.tar.gz: 07666c3a59d127b4dbabe43235ba61737eabab7adc7314bc799280e458b82631004e4e9f9441eeac94859b9c48d8fcfcac019c486a2512d822ff401c13ff2141
6
+ metadata.gz: ac0159b35afc40196ca386faa360cc62b86086912caec172490bb3b3e58dffc115d7f224ecedfd41551d6070f001c96ea679e90cf51f84a9ef4075751f03089f
7
+ data.tar.gz: adef879227c77b233178e56d2f5dcb68201b1240e68b62799bd47ee14d455ec4a7a057ad5ded95fb0bb33c966cc76a49cc65919560821a4f744c58f3c2045046
data/CHANGELOG.md CHANGED
@@ -1,571 +1,609 @@
1
- ## [3.4.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.8)
2
-
3
- ### Enhancements
4
-
5
- - Improve type readability for larger viewports by bumping up base `font-size`. [#533](https://github.com/mmistakes/minimal-mistakes/issues/533)
6
- - Update Portuguese localized UI text. [#541](https://github.com/mmistakes/minimal-mistakes/pull/541)
7
- - Add `page.title` and via parameter to Twitter share link. [#538](https://github.com/mmistakes/minimal-mistakes/pull/538)
8
-
9
- ### Bug Fixes
10
-
11
- - Fix Last.fm author profile URL. [#540](https://github.com/mmistakes/minimal-mistakes/pull/540)
12
-
13
- ### Maintenance
14
-
15
- - Move Brazilian Portuguese localized text under `pt-BR` key.
16
-
17
- ## [3.4.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.7)
18
-
19
- ### Enhancements
20
-
21
- - Add `layout` based and user-defined class names to `<body>` element for added CSS hooks. [#526](https://github.com/mmistakes/minimal-mistakes/pull/526)
22
- - Add simplified Chinese localized UI text. [#532](https://github.com/mmistakes/minimal-mistakes/pull/532)
23
-
24
- ### Bug Fixes
25
-
26
- - Remove duplicate include of `base_path` in category-list.html [#522](https://github.com/mmistakes/minimal-mistakes/pull/522)
27
-
28
- ## [3.4.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.6)
29
-
30
- ### Enhancements
31
-
32
- - Add Italian "comments" related localized UI text. [#514](https://github.com/mmistakes/minimal-mistakes/pull/514)
33
-
34
- ### Bug Fixes
35
-
36
- - Disable `compress` HTML layout by default. To enable add `layout: compress` to `_layouts/default.html`.
37
-
38
- ## [3.4.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.5)
39
-
40
- ### Enhancements
41
-
42
- - Improve line numbered code block styling when using `{% highlight linenos %}` tag. [#513](https://github.com/mmistakes/minimal-mistakes/issues/513)
43
- - Add English fallback to "Follow" button label. [#496](https://github.com/mmistakes/minimal-mistakes/pull/496)
44
-
45
- ### Bug Fixes
46
-
47
- - Fix Firefox alignment issues with code blocks generated with the `{% highlight %}` tag. [#512](https://github.com/mmistakes/minimal-mistakes/issues/512)
48
-
49
- ### Maintenance
50
-
51
- - Clarified comment for `author.stackoverflow` value used in author sidebar links. [#487](https://github.com/mmistakes/minimal-mistakes/pull/487)
52
- - Add list of localized text strings. [#488](https://github.com/mmistakes/minimal-mistakes/pull/488)
53
- - Add `{% highlight %}` code block examples to demo site.
54
- - Add documentation for using custom sidebar navigation menus. [#476](https://github.com/mmistakes/minimal-mistakes/issues/476)
55
-
56
- ## [3.4.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.4)
57
-
58
- ### Enhancements
59
-
60
- - Add French "comments" related localized UI text. [#472](https://github.com/mmistakes/minimal-mistakes/pull/472)
61
-
62
- ### Bug Fixes
63
-
64
- - Exclude `vendor` in Jekyll config file.
65
- - Fix Liquid syntax error for offending parenthesis. [#479](https://github.com/mmistakes/minimal-mistakes/issues/479)
66
-
67
- ### Maintenance
68
-
69
- - Update gems: `colorator` (1.1.0), `forwardable-extended` (2.6.0), `github-pages` (93), `jekyll` (= 3.2.1), `minima` (= 1.0.1).
70
-
71
- ## [3.4.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.3)
72
-
73
- ### Enhancements
74
-
75
- - Make ["honeypot" `input`](https://github.com/mmistakes/minimal-mistakes/commit/06a8249a69a37dddda7e2a5bfbe32056c1a9a607) in Staticman comment form less obvious to spam bots
76
- - Add padding to `.highlight` code blocks to better [align `overflow` scrollbar](https://github.com/mmistakes/minimal-mistakes/commit/e4abec0a6f7f8cff72505ca0754615df294fd5b3) to the bottom.
77
- - Add additional image options for Twitter card social sharing meta tags. [#466](https://github.com/mmistakes/minimal-mistakes/pull/466)
78
- - Add structured data markup for Staticman comments. [#458](https://github.com/mmistakes/minimal-mistakes/issues/458)
79
-
80
- ### Bug Fixes
81
-
82
- - Format `og:locale` tag with `_` instead of `-`. [#462](https://github.com/mmistakes/minimal-mistakes/issues/462)
83
-
84
- ### Maintenance
85
-
86
- - Add note to docs about using `url: http://localhost:4000` when working locally.
87
-
88
- ## [3.4.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.2)
89
-
90
- ### Enhancements
91
-
92
- - Improve UX of static comment forms. [#448](https://github.com/mmistakes/minimal-mistakes/issues/448)
93
-
94
- ## [3.4.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.1)
95
-
96
- ### Enhancements
97
-
98
- - Add `staticman.filename` configuration with UNIX timestamp for sorting data files. example ~> `comment-1470943149`.
99
-
100
- ### Bug Fixes
101
-
102
- - Don't add `<a>` to author name if URL is blank.
103
-
104
- ## [3.4.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.0)
105
-
106
- ### Enhancements
107
-
108
- - Support static-based commenting via [Staticman](https://staticman.net/) for sites hosted with GitHub Pages. [#424](https://github.com/mmistakes/minimal-mistakes/issues/424)
109
-
110
- ## [3.3.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.7)
111
-
112
- ### Bug Fixes
113
-
114
- - Re-enabled Jekyll plugins in `_config.yml` in case they aren't autoloaded in `Gemfile`. [#417](https://github.com/mmistakes/minimal-mistakes/issues/417)
115
-
116
- ### Enhancements
117
-
118
- - Fallback to `site.github.url` for use in `{{ base_path }}` when `site.url` is `nil`.
119
- - 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)
120
-
121
- ### Maintenance
122
-
123
- - Document `site.repository` and its role with [`github-metadata`](https://github.com/jekyll/github-metadata) gem.
124
- - Add sample [archive page with content](https://mmistakes.github.io/minimal-mistakes/archive-layout-with-content/) for testing styles on demo site.
125
-
126
- ## [3.3.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.6)
127
-
128
- ### Bug Fixes
129
-
130
- - Fix blank `site.teaser` bug. [#412](https://github.com/mmistakes/minimal-mistakes/issues/412)
131
-
132
- ## [3.3.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.5)
133
-
134
- ### Enhancements
135
-
136
- - Add English default text `site.locale` strings. [#407](https://github.com/mmistakes/minimal-mistakes/issues/407)
137
- - Add Portuguese localized UI text. [#411](https://github.com/mmistakes/minimal-mistakes/pull/411)
138
- - Add Italian localized UI text. [#409](https://github.com/mmistakes/minimal-mistakes/pull/409)
139
-
140
- ### Maintenance
141
-
142
- - Remove unused Google AdSense variables in `_config.yml`. [#404](https://github.com/mmistakes/minimal-mistakes/issues/404)
143
- - Update `Gemfile` instructions for using `github-pages` vs. native `jekyll` gems.
144
- - Disable `gems:` in `_config.yml` and enable plugins with Bundler instead.
145
- - Add `repository` to `_config.yml` to suppress GitHub Pages error `Liquid Exception: No repo name found.`
146
-
147
- ## [3.3.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.4)
148
-
149
- ### Enhancements
150
-
151
- - 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)
152
- - Add Turkish localized UI text. [#403](https://github.com/mmistakes/minimal-mistakes/pull/403)
153
-
154
- ### Maintenance
155
-
156
- - Update gems: `activesupport` (4.2.7), `ffi` (1.9.14), `github-pages` (88), `jekyll-redirect-from` (0.11.0), `jekyll-watch` (1.5.0).
157
-
158
- ## [3.3.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.3)
159
-
160
- ### Enhancements
161
-
162
- - Make footer stick to the bottom of the page.
163
-
164
- ### Bug Fixes
165
-
166
- - Fix `gallery` size bug [#402](https://github.com/mmistakes/minimal-mistakes/issues/402)
167
-
168
- ### Maintenance
169
-
170
- - Set default `lang` to `en`.
171
-
172
- ## [3.3.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.2)
173
-
174
- ### Bug Fixes
175
-
176
- - Fix JavaScript that triggers "sticky" sidebar to avoid layout issues on screen sizes < `1024px`. [#396](https://github.com/mmistakes/minimal-mistakes/issues/396)
177
-
178
- ## [3.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.1)
179
-
180
- ### Enhancements
181
-
182
- - Enable image popup on < 500px wide screens. [#385](https://github.com/mmistakes/minimal-mistakes/issues/385)
183
- - 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)
184
- - Improve link posts in archive listings. [#276](https://github.com/mmistakes/minimal-mistakes/issues/276)
185
-
186
- ### Maintenance
187
-
188
- - Update gems: `github-pages` (86), `ffi` 1.9.13, `jekyll-mentions` 1.1.3, and `rouge` 1.11.1
189
- - Fix note about custom sidebar content appearing below author profile. [#388](https://github.com/mmistakes/minimal-mistakes/issues/388)
190
-
191
- ## [3.2.13](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.13)
192
-
193
- ### Enhancements
194
-
195
- - Add English default UI text for Canada, Great Britain, and Australia. [#377](https://github.com/mmistakes/minimal-mistakes/issues/377)
196
- - Switch default locale from `en-US` to `en`.
197
-
198
- ## [3.2.12](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.12)
199
-
200
- ### Enhancements
201
-
202
- - Remove window width "magic number" from sticky sidebar check in `main.js` for improved flexibility. [#375](https://github.com/mmistakes/minimal-mistakes/pull/375)
203
-
204
- ### Bug Fixes
205
-
206
- - 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)
207
-
208
- ## [3.2.11](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.11)
209
-
210
- ### Bug Fixes
211
-
212
- - Fix disappearing author sidebar links [#372](https://github.com/mmistakes/minimal-mistakes/issues/372)
213
-
214
- ### Maintenance
215
-
216
- - Update gems: `github-pages` (84), `jekyll-github-metadata` 2.0.2, and `kramdown` 1.11.1
217
- - Update vendor JavaScript: jQuery 1.12.4, Stickyfill.js 1.1.4
218
- - Update Font Awesome 4.6.3
219
-
220
- ## [3.2.10](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.10)
221
-
222
- ### Maintenance
223
-
224
- - Add `CONTRIBUTING.md`
225
-
226
- ## [3.2.9](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.9)
227
-
228
- ### Enhancements
229
-
230
- - 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)
231
-
232
- ### Bug Fixes
233
-
234
- - Fix `Person` typo Schema.org type [#358](https://github.com/mmistakes/minimal-mistakes/pull/358)
235
-
236
- ### Maintenance
237
-
238
- - Update `github-pages` gem and dependencies.
239
- - Remove `minutes_read` to avoid awkward reading time wording [#356](https://github.com/mmistakes/minimal-mistakes/issues/356)
240
-
241
- ## [3.2.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.8)
242
-
243
- ### Bug Fixes
244
-
245
- - Remove `cursor: pointer` that appears on white-space surrounding author side list items and links. [#354](https://github.com/mmistakes/minimal-mistakes/pull/354)
246
-
247
- ### Maintenance
248
-
249
- - Add contributing information to `README.md`. [#357](https://github.com/mmistakes/minimal-mistakes/issues/357)
250
-
251
- ## [3.2.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.7)
252
-
253
- ### Enhancements
254
-
255
- - Add French localized UI text. [#346](https://github.com/mmistakes/minimal-mistakes/pull/346)
256
-
257
- ### Bug Fixes
258
-
259
- - Fix branch logic for Yandex and Alexa in `seo.html`. [#348](https://github.com/mmistakes/minimal-mistakes/pull/348)
260
-
261
- ## [3.2.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.6)
262
-
263
- ### Bug Fixes
264
-
265
- - 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)
266
-
267
- ## [3.2.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.5)
268
-
269
- ### Bug Fixes
270
-
271
- - Fix link color in hero overlay to be white.
272
- - Remove underlines from archive item titles.
273
-
274
- ## [3.2.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.4)
275
-
276
- ### Enhancements
277
-
278
- - 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)
279
- - Add Spanish localized UI text. [#338](https://github.com/mmistakes/minimal-mistakes/pull/338)
280
-
281
- ### Bug Fixes
282
-
283
- - Fix alignment of icons in author sidebar [#341](https://github.com/mmistakes/minimal-mistakes/issues/341)
284
-
285
- ### Maintenance
286
-
287
- - Add background color to page footer to set it apart from main content. [#342](https://github.com/mmistakes/minimal-mistakes/issues/342)
288
- - Add terms and privacy policy to theme's demo site. [#343](https://github.com/mmistakes/minimal-mistakes/issues/343)
289
- - Update screenshots found in theme documentation.
290
-
291
- ## [3.2.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.3)
292
-
293
- ### Enhancements
294
-
295
- - Add [Discourse](https://www.discourse.org/) as a commenting provider. [#335](https://github.com/mmistakes/minimal-mistakes/pull/335)
296
-
297
- ## [3.2.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.2)
298
-
299
- ### Enhancements
300
-
301
- - 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)
302
-
303
- ## [3.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.1)
304
-
305
- ### Bug Fixes
306
-
307
- - Remove need for "double tapping" masthead menu links on iOS devices. [#315](https://github.com/mmistakes/minimal-mistakes/issues/315)
308
-
309
- ### Maintenance
310
-
311
- - Add `ISSUE_TEMPLATE.md` for improve issue submission process.
312
-
313
- ## [3.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.0)
314
-
315
- ### Bug Fixes
316
-
317
- - 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)
318
-
319
- ## [3.1.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.8)
320
-
321
- ### Bug Fixes
322
-
323
- - 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)
324
-
325
- ### Maintenance
326
-
327
- - Remove duplicate `fa-twitter` and `fa-twitter-square` classes from `_utilities.scss`. [#302](https://github.com/mmistakes/minimal-mistakes/issues/302)
328
-
329
- - 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)
330
-
331
- ## [3.1.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.7)
332
-
333
- ### Enhancements
334
-
335
- - Add translation key for "Recent Posts" used in home page `index.html`. [#316](https://github.com/mmistakes/minimal-mistakes/pull/316)
336
-
337
- ### Maintenance
338
-
339
- - Small fix to avoid underlying the whitespace between icons and related text when hovering. [#303](https://github.com/mmistakes/minimal-mistakes/pull/303)
340
-
341
- ## [3.1.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.6)
342
-
343
- ### Maintenance
344
-
345
- - Update gem dependencies. Run `bundle` to update `Gemfile.lock`.
346
-
347
- ## [3.1.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.5)
348
-
349
- ### Maintenance
350
-
351
- - Fix `www` and `https` links in author profile include [#293](https://github.com/mmistakes/minimal-mistakes/pull/293)
352
-
353
- ## [3.1.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.4)
354
-
355
- ### Enhancements
356
-
357
- - Add overlay_filter param to hero headers [#298](https://github.com/mmistakes/minimal-mistakes/pull/298)
358
-
359
- ## [3.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.3)
360
-
361
- ### Enhancements
362
-
363
- - Improve `site.locale` documentation [#284](https://github.com/mmistakes/minimal-mistakes/issues/284)
364
- - Remove ProTip note about protocol-less `site.url` as it is an anti-pattern [#288](https://github.com/mmistakes/minimal-mistakes/issues/288)
365
-
366
- ### Bug Fixes
367
-
368
- - Fix `og_image` URL in seo.html [#277](https://github.com/mmistakes/minimal-mistakes/issues/277)
369
- - Fix `author_profile` toggle when assigned in a `_layout` [#285](https://github.com/mmistakes/minimal-mistakes/issues/285)
370
- - Fix typo in `build:all` npm script [#283](https://github.com/mmistakes/minimal-mistakes/pull/283)
371
- - Fix URL typo documentation [#287](https://github.com/mmistakes/minimal-mistakes/issues/287)
372
- - 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)
373
-
374
- ## [3.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.2)
375
-
376
- ### Enhancements
377
-
378
- - Explain how to use `nav_list` helper in [documentation](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list).
379
- - Reduce left/right padding on smaller screens to increase width of main content column.
380
-
381
- ### Bug Fixes
382
-
383
- - 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).
384
-
385
- ## [3.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.1)
386
-
387
- ### Bug Fix
388
-
389
- - Fixed reading time bug when `words_per_minute` wasn't set in `_config.yml` [#271](https://github.com/mmistakes/minimal-mistakes/issues/271)
390
-
391
- ## [3.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.0)
392
-
393
- ### Enhancements
394
-
395
- - Updated [Font Awesome](https://fortawesome.github.io/Font-Awesome/whats-new/) to version 4.6.1
396
- - Added optional GitHub and Bitbucket links to footer if set on `site.author` in `_config.yml`.
397
-
398
- ### Bug Fixes
399
- - Fixed Bitbucket URL typo in author sidebar.
400
-
401
- ## [3.0.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.0.3)
402
-
403
- ### Enhancements
404
-
405
- - Rebuilt the entire theme: layouts, includes, stylesheets, scripts, you name it.
406
- - Refreshed the look and feel while staying true to the original design of the theme (author sidebar/main content).
407
- - Replaced grid system with [Susy](http://susy.oddbird.net/).
408
- - Replaced Grunt tasks with `npm` scripts.
409
- - 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)
410
- - Greatly improved [theme documentation](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/).
411
- - Increased the amount of sample posts, sample pages, and sample collections to throughly test the theme and edge-cases.
412
- - Moved all sample content and assets out of `master` to keep it as clean as possible for forking.
413
- - 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.
414
- - Added taxonomy links to posts (tags and categories).
415
- - Added optional "reading time" meta data.
416
- - Improved Liquid used for Twitter Cards and Open Graph data in `<head>`.
417
- - Improved `gallery` include helper and added `feature_row` for use with splash page layout.
418
- - Added Keybase.io, author web URI, and Bitbucket optional links to sidebar.
419
- - Add `feed.xml` link to footer.
420
- - Added a [UI text data file](https://mmistakes.github.io/minimal-mistakes/docs/ui-text/) to easily change all text found in the theme.
421
- - Added LinkedIn to optional social share buttons.
422
- - Added Facebook, Google+, and custom commenting options in addition to Disqus.
423
- - Added optional breadcrumb links.
424
-
425
- ## [2.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.1)
426
-
427
- ## [2.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.0)
428
-
429
- ### Enhancements
430
-
431
- - Add support for Jekyll 3.0
432
- - Minor updates to syntax highlighting CSS and theme documentation
433
-
434
- ## [2.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.3)
435
-
436
- ### Enhancements
437
-
438
- - Cleaner print styles that remove the top navigation, social sharing buttons, and other elements not needed when printed.
439
-
440
- ## [2.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.2)
441
-
442
- ### Enhancements
443
-
444
- - Add optional CodePen icon/url to author side bar [#156](https://github.com/mmistakes/minimal-mistakes/pull/156)
445
- - Documented Stackoverflow username explanation in `_config.yml` [#157](https://github.com/mmistakes/minimal-mistakes/pull/157)
446
- - Simplified Liquid in `post-index.html` to better handle year listings [#166](https://github.com/mmistakes/minimal-mistakes/pull/166)
447
-
448
- ### Bug Fixes
449
-
450
- - Cleanup Facebook related Open Graph meta tags [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
451
- - Corrected minor typos [#158](https://github.com/mmistakes/minimal-mistakes/pull/158) [#175](https://github.com/mmistakes/minimal-mistakes/issues/175)
452
-
453
- ## [2.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.1)
454
-
455
- ### Enhancements
456
-
457
- - Add optional XING profile link to author sidebar
458
- - Include open graph meta tags for feature image (if assigned) [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
459
- - Create an include for feed footer
460
-
461
- ### Bug Fixes
462
-
463
- - Remove http protocol from Google search form on sample 404 page
464
- - Only show related posts if there are one or more available
465
- - Fix alignment of email address link in author sidebar
466
-
467
- ## [2.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.0)
468
-
469
- ### Enhancements
470
-
471
- - Add optional social sharing buttons ([#42](https://github.com/mmistakes/minimal-mistakes/issues/42))
472
-
473
- ![social sharing buttons](https://cloud.githubusercontent.com/assets/1376749/5860522/d9f28a96-a22f-11e4-9b83-940a3a9a766a.png)
474
-
475
- - 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.
476
- - Fix typos in posts and documentation and remove references to Less
477
- - Include note about Octopress gem being optional
478
- - Post author override support extended to the Atom feed ([#71](https://github.com/mmistakes/minimal-mistakes/pull/71))
479
- - Only include email address in feed if specified in `_config.yml` or author `_data`
480
- - Wrap all page content in `#main` to harmonize article and post index styles ([#86](https://github.com/mmistakes/minimal-mistakes/issues/86))
481
- - Include new sample feature images for posts and pages
482
- - Table of contents improvements: fix collapse toggle, indent nested elements, show on small screens, and create an `_include` for reusing in posts and pages.
483
- - Include note about running Jekyll with `bundle exec` when using Bundler
484
- - Fix home page path in top navigation
485
- - Remove Google Authorship ([#120](https://github.com/mmistakes/minimal-mistakes/issues/120))
486
- - Remove duplicate author content that displayed in `div.article-author-bottom`
487
- - Removed unused `_sass/print.scss` styles
488
- - Improve comments in `.scss` files
489
-
490
- ## [2.0.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/v2.0)
491
-
492
- ## [1.3.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.3)
493
-
494
- ### Enhancements
495
-
496
- - Added new icons and profile links for Stackoverflow, Dribbble, Pinterest, Foursquare, and Steam to the author bio sidebar.
497
- - Cleaned up the Kramdown auto table of contents styling to be more readable
498
- - Removed page width specific .less stylesheets and created mixins for easier updating
499
- - Removed Modernizr since it wasn't being used
500
- - Added pages to sitemap.xml
501
- - Added category: to rake new_post task
502
- - Minor typographic changes
503
-
504
- ### Bug Fixes
505
-
506
- - Corrected various broken links in README and Theme Setup.
507
-
508
- ## [1.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.1)
509
-
510
- ### Enhancements
511
-
512
- - Cleaned up table of contents styling
513
- - 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.
514
-
515
- ![menu animation](https://camo.githubusercontent.com/3fbd8c1326485f4b1ab32c0005c0fca7660b5d31/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313337363734392f323136343037352f31653366303663322d393465372d313165332d383961612d6436623636376562306564662e676966)
516
-
517
- ## [1.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.2.0)
518
-
519
- ### Bug Fixes
520
-
521
- - Table weren't filling the entire width of the content container. They now scale at 100%. Thanks [@dhruvbhatia](https://github.com/dhruvbhatia)
522
-
523
- ### Enhancements
524
-
525
- - Decreased spacing between Markdown footnotes
526
- - Removed dark background on footer
527
- - Removed UPPERCASE styling on post titles in the index listing
528
-
529
- ## [1.1.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.4)
530
-
531
- ### Bug Fixes
532
-
533
- - Fix top navigation bug issue ([#10](https://github.com/mmistakes/minimal-mistakes/issues/10)) for real this time. Remember to clear your floats kids.
534
-
535
- ## [1.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.3)
536
-
537
- ### Bug Fixes
538
-
539
- - Fix top navigation links that weren't click able on small viewports (Issue [#10](https://github.com/mmistakes/minimal-mistakes/issues/10)).
540
- - Remove line wrap from top navigation links that may span multiple lines.
541
-
542
- ## [1.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.2)
543
-
544
- ### Enhancements
545
-
546
- - Added Grunt build script for compiling Less/JavaScript and optimizing image assets.
547
- - Added support for large image summary Twitter card.
548
- - Stylesheet adjustments
549
-
550
- ## [1.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.1)
551
-
552
- ### Bug Fixes
553
-
554
- - 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.
555
-
556
- ### Enhancements
557
-
558
- - Added [image attribution](http://mmistakes.github.io/minimal-mistakes/theme-setup/#feature-images) for post and page feature images.
559
- - Added [404 page](http://mmistakes.github.io/minimal-mistakes/404.html).
560
- - Cleaned up various Less variables to better align with naming conventions used in other MM Jekyll themes.
561
- - Removed Chrome Frame references.
562
- - Added global CSS3 transitions to text and block elements.
563
- - Improved typography in a few places.
564
-
565
- ## [1.0.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.2)
566
-
567
- ### Enhancements
568
-
569
- - Google Analytics, Google Authorship, webmaster verifies, and Twitter card meta are now optional.
570
-
571
- ## [1.0.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.1)
1
+ ## [4.0.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.5)
2
+
3
+ ### Enhancements
4
+
5
+ - Update gems: `jekyll-sitemap` (0.12), `jekyll-feed` (0.8).
6
+ - Improve next/previous pager links visibility by changing gray color to blue (`$link-color`).
7
+
8
+ ### Bug Fixes
9
+
10
+ - Fix `.sidebar` flicker/jump when hovered. [#583](https://github.com/mmistakes/minimal-mistakes/issues/583)
11
+
12
+ ### Maintenance
13
+
14
+ - Move contents of `gh-pages` branch to `master` inside of the `/docs` folder.
15
+
16
+ ## [4.0.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.4)
17
+
18
+ ### Enhancements
19
+
20
+ - "Gemify" theme ~> `gem "minimal-mistakes-jekyll"`
21
+ - Replace `base_path` include with `absolute_url` filter where possible.
22
+ - 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.**
23
+ - Add [home `layout`](https://github.com/mmistakes/minimal-mistakes/blob/master/_layouts/home.html)
24
+ - Added missing Turkish translations for UI text. [#621](https://github.com/mmistakes/minimal-mistakes/pull/621)
25
+ - Make author avatar optional in sidebar.
26
+ - Update **/_includes/seo.html** for meta description. [#558](https://github.com/mmistakes/minimal-mistakes/pull/558)
27
+
28
+ ### Bug Fixes
29
+
30
+ - Fix navigation bar animation "flicker" in Safari [#568](https://github.com/mmistakes/minimal-mistakes/issues/568)
31
+ - Fix `author.avatar` paths for externally hosted images.
32
+
33
+ ### Maintenance
34
+
35
+ - Add documentation around `gem "minimal-mistakes-jekyll"` installation and use.
36
+ - 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/`.
37
+ - Add "[Overriding Theme Defaults](https://mmistakes.github.io/minimal-mistakes/docs/overriding-theme-defaults/)" page to documentation.
38
+
39
+ ## [3.4.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.8)
40
+
41
+ ### Enhancements
42
+
43
+ - Improve type readability for larger viewports by bumping up base `font-size`. [#533](https://github.com/mmistakes/minimal-mistakes/issues/533)
44
+ - Update Portuguese localized UI text. [#541](https://github.com/mmistakes/minimal-mistakes/pull/541)
45
+ - Add `page.title` and via parameter to Twitter share link. [#538](https://github.com/mmistakes/minimal-mistakes/pull/538)
46
+
47
+ ### Bug Fixes
48
+
49
+ - Fix Last.fm author profile URL. [#540](https://github.com/mmistakes/minimal-mistakes/pull/540)
50
+
51
+ ### Maintenance
52
+
53
+ - Move Brazilian Portuguese localized text under `pt-BR` key.
54
+
55
+ ## [3.4.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.7)
56
+
57
+ ### Enhancements
58
+
59
+ - Add `layout` based and user-defined class names to `<body>` element for added CSS hooks. [#526](https://github.com/mmistakes/minimal-mistakes/pull/526)
60
+ - Add simplified Chinese localized UI text. [#532](https://github.com/mmistakes/minimal-mistakes/pull/532)
61
+
62
+ ### Bug Fixes
63
+
64
+ - Remove duplicate include of `base_path` in category-list.html [#522](https://github.com/mmistakes/minimal-mistakes/pull/522)
65
+
66
+ ## [3.4.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.6)
67
+
68
+ ### Enhancements
69
+
70
+ - Add Italian "comments" related localized UI text. [#514](https://github.com/mmistakes/minimal-mistakes/pull/514)
71
+
72
+ ### Bug Fixes
73
+
74
+ - Disable `compress` HTML layout by default. To enable add `layout: compress` to `_layouts/default.html`.
75
+
76
+ ## [3.4.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.5)
77
+
78
+ ### Enhancements
79
+
80
+ - Improve line numbered code block styling when using `{% highlight linenos %}` tag. [#513](https://github.com/mmistakes/minimal-mistakes/issues/513)
81
+ - Add English fallback to "Follow" button label. [#496](https://github.com/mmistakes/minimal-mistakes/pull/496)
82
+
83
+ ### Bug Fixes
84
+
85
+ - Fix Firefox alignment issues with code blocks generated with the `{% highlight %}` tag. [#512](https://github.com/mmistakes/minimal-mistakes/issues/512)
86
+
87
+ ### Maintenance
88
+
89
+ - Clarified comment for `author.stackoverflow` value used in author sidebar links. [#487](https://github.com/mmistakes/minimal-mistakes/pull/487)
90
+ - Add list of localized text strings. [#488](https://github.com/mmistakes/minimal-mistakes/pull/488)
91
+ - Add `{% highlight %}` code block examples to demo site.
92
+ - Add documentation for using custom sidebar navigation menus. [#476](https://github.com/mmistakes/minimal-mistakes/issues/476)
93
+
94
+ ## [3.4.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.4)
95
+
96
+ ### Enhancements
97
+
98
+ - Add French "comments" related localized UI text. [#472](https://github.com/mmistakes/minimal-mistakes/pull/472)
99
+
100
+ ### Bug Fixes
101
+
102
+ - Exclude `vendor` in Jekyll config file.
103
+ - Fix Liquid syntax error for offending parenthesis. [#479](https://github.com/mmistakes/minimal-mistakes/issues/479)
104
+
105
+ ### Maintenance
106
+
107
+ - Update gems: `colorator` (1.1.0), `forwardable-extended` (2.6.0), `github-pages` (93), `jekyll` (= 3.2.1), `minima` (= 1.0.1).
108
+
109
+ ## [3.4.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.3)
110
+
111
+ ### Enhancements
112
+
113
+ - Make ["honeypot" `input`](https://github.com/mmistakes/minimal-mistakes/commit/06a8249a69a37dddda7e2a5bfbe32056c1a9a607) in Staticman comment form less obvious to spam bots
114
+ - Add padding to `.highlight` code blocks to better [align `overflow` scrollbar](https://github.com/mmistakes/minimal-mistakes/commit/e4abec0a6f7f8cff72505ca0754615df294fd5b3) to the bottom.
115
+ - Add additional image options for Twitter card social sharing meta tags. [#466](https://github.com/mmistakes/minimal-mistakes/pull/466)
116
+ - Add structured data markup for Staticman comments. [#458](https://github.com/mmistakes/minimal-mistakes/issues/458)
117
+
118
+ ### Bug Fixes
119
+
120
+ - Format `og:locale` tag with `_` instead of `-`. [#462](https://github.com/mmistakes/minimal-mistakes/issues/462)
121
+
122
+ ### Maintenance
123
+
124
+ - Add note to docs about using `url: http://localhost:4000` when working locally.
125
+
126
+ ## [3.4.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.2)
127
+
128
+ ### Enhancements
129
+
130
+ - Improve UX of static comment forms. [#448](https://github.com/mmistakes/minimal-mistakes/issues/448)
131
+
132
+ ## [3.4.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.1)
133
+
134
+ ### Enhancements
135
+
136
+ - Add `staticman.filename` configuration with UNIX timestamp for sorting data files. example ~> `comment-1470943149`.
137
+
138
+ ### Bug Fixes
139
+
140
+ - Don't add `<a>` to author name if URL is blank.
141
+
142
+ ## [3.4.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.0)
143
+
144
+ ### Enhancements
145
+
146
+ - Support static-based commenting via [Staticman](https://staticman.net/) for sites hosted with GitHub Pages. [#424](https://github.com/mmistakes/minimal-mistakes/issues/424)
147
+
148
+ ## [3.3.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.7)
149
+
150
+ ### Bug Fixes
151
+
152
+ - Re-enabled Jekyll plugins in `_config.yml` in case they aren't autoloaded in `Gemfile`. [#417](https://github.com/mmistakes/minimal-mistakes/issues/417)
153
+
154
+ ### Enhancements
155
+
156
+ - Fallback to `site.github.url` for use in `{{ base_path }}` when `site.url` is `nil`.
157
+ - 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)
158
+
159
+ ### Maintenance
160
+
161
+ - Document `site.repository` and its role with [`github-metadata`](https://github.com/jekyll/github-metadata) gem.
162
+ - Add sample [archive page with content](https://mmistakes.github.io/minimal-mistakes/archive-layout-with-content/) for testing styles on demo site.
163
+
164
+ ## [3.3.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.6)
165
+
166
+ ### Bug Fixes
167
+
168
+ - Fix blank `site.teaser` bug. [#412](https://github.com/mmistakes/minimal-mistakes/issues/412)
169
+
170
+ ## [3.3.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.5)
171
+
172
+ ### Enhancements
173
+
174
+ - Add English default text `site.locale` strings. [#407](https://github.com/mmistakes/minimal-mistakes/issues/407)
175
+ - Add Portuguese localized UI text. [#411](https://github.com/mmistakes/minimal-mistakes/pull/411)
176
+ - Add Italian localized UI text. [#409](https://github.com/mmistakes/minimal-mistakes/pull/409)
177
+
178
+ ### Maintenance
179
+
180
+ - Remove unused Google AdSense variables in `_config.yml`. [#404](https://github.com/mmistakes/minimal-mistakes/issues/404)
181
+ - Update `Gemfile` instructions for using `github-pages` vs. native `jekyll` gems.
182
+ - Disable `gems:` in `_config.yml` and enable plugins with Bundler instead.
183
+ - Add `repository` to `_config.yml` to suppress GitHub Pages error `Liquid Exception: No repo name found.`
184
+
185
+ ## [3.3.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.4)
186
+
187
+ ### Enhancements
188
+
189
+ - 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)
190
+ - Add Turkish localized UI text. [#403](https://github.com/mmistakes/minimal-mistakes/pull/403)
191
+
192
+ ### Maintenance
193
+
194
+ - Update gems: `activesupport` (4.2.7), `ffi` (1.9.14), `github-pages` (88), `jekyll-redirect-from` (0.11.0), `jekyll-watch` (1.5.0).
195
+
196
+ ## [3.3.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.3)
197
+
198
+ ### Enhancements
199
+
200
+ - Make footer stick to the bottom of the page.
201
+
202
+ ### Bug Fixes
203
+
204
+ - Fix `gallery` size bug [#402](https://github.com/mmistakes/minimal-mistakes/issues/402)
205
+
206
+ ### Maintenance
207
+
208
+ - Set default `lang` to `en`.
209
+
210
+ ## [3.3.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.2)
211
+
212
+ ### Bug Fixes
213
+
214
+ - Fix JavaScript that triggers "sticky" sidebar to avoid layout issues on screen sizes < `1024px`. [#396](https://github.com/mmistakes/minimal-mistakes/issues/396)
215
+
216
+ ## [3.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.1)
217
+
218
+ ### Enhancements
219
+
220
+ - Enable image popup on < 500px wide screens. [#385](https://github.com/mmistakes/minimal-mistakes/issues/385)
221
+ - 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)
222
+ - Improve link posts in archive listings. [#276](https://github.com/mmistakes/minimal-mistakes/issues/276)
223
+
224
+ ### Maintenance
225
+
226
+ - Update gems: `github-pages` (86), `ffi` 1.9.13, `jekyll-mentions` 1.1.3, and `rouge` 1.11.1
227
+ - Fix note about custom sidebar content appearing below author profile. [#388](https://github.com/mmistakes/minimal-mistakes/issues/388)
228
+
229
+ ## [3.2.13](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.13)
230
+
231
+ ### Enhancements
232
+
233
+ - Add English default UI text for Canada, Great Britain, and Australia. [#377](https://github.com/mmistakes/minimal-mistakes/issues/377)
234
+ - Switch default locale from `en-US` to `en`.
235
+
236
+ ## [3.2.12](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.12)
237
+
238
+ ### Enhancements
239
+
240
+ - Remove window width "magic number" from sticky sidebar check in `main.js` for improved flexibility. [#375](https://github.com/mmistakes/minimal-mistakes/pull/375)
241
+
242
+ ### Bug Fixes
243
+
244
+ - 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)
245
+
246
+ ## [3.2.11](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.11)
247
+
248
+ ### Bug Fixes
249
+
250
+ - Fix disappearing author sidebar links [#372](https://github.com/mmistakes/minimal-mistakes/issues/372)
251
+
252
+ ### Maintenance
253
+
254
+ - Update gems: `github-pages` (84), `jekyll-github-metadata` 2.0.2, and `kramdown` 1.11.1
255
+ - Update vendor JavaScript: jQuery 1.12.4, Stickyfill.js 1.1.4
256
+ - Update Font Awesome 4.6.3
257
+
258
+ ## [3.2.10](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.10)
259
+
260
+ ### Maintenance
261
+
262
+ - Add `CONTRIBUTING.md`
263
+
264
+ ## [3.2.9](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.9)
265
+
266
+ ### Enhancements
267
+
268
+ - 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)
269
+
270
+ ### Bug Fixes
271
+
272
+ - Fix `Person` typo Schema.org type [#358](https://github.com/mmistakes/minimal-mistakes/pull/358)
273
+
274
+ ### Maintenance
275
+
276
+ - Update `github-pages` gem and dependencies.
277
+ - Remove `minutes_read` to avoid awkward reading time wording [#356](https://github.com/mmistakes/minimal-mistakes/issues/356)
278
+
279
+ ## [3.2.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.8)
280
+
281
+ ### Bug Fixes
282
+
283
+ - Remove `cursor: pointer` that appears on white-space surrounding author side list items and links. [#354](https://github.com/mmistakes/minimal-mistakes/pull/354)
284
+
285
+ ### Maintenance
286
+
287
+ - Add contributing information to `README.md`. [#357](https://github.com/mmistakes/minimal-mistakes/issues/357)
288
+
289
+ ## [3.2.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.7)
290
+
291
+ ### Enhancements
292
+
293
+ - Add French localized UI text. [#346](https://github.com/mmistakes/minimal-mistakes/pull/346)
294
+
295
+ ### Bug Fixes
296
+
297
+ - Fix branch logic for Yandex and Alexa in `seo.html`. [#348](https://github.com/mmistakes/minimal-mistakes/pull/348)
298
+
299
+ ## [3.2.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.6)
300
+
301
+ ### Bug Fixes
302
+
303
+ - 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)
304
+
305
+ ## [3.2.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.5)
306
+
307
+ ### Bug Fixes
308
+
309
+ - Fix link color in hero overlay to be white.
310
+ - Remove underlines from archive item titles.
311
+
312
+ ## [3.2.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.4)
313
+
314
+ ### Enhancements
315
+
316
+ - 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)
317
+ - Add Spanish localized UI text. [#338](https://github.com/mmistakes/minimal-mistakes/pull/338)
318
+
319
+ ### Bug Fixes
320
+
321
+ - Fix alignment of icons in author sidebar [#341](https://github.com/mmistakes/minimal-mistakes/issues/341)
322
+
323
+ ### Maintenance
324
+
325
+ - Add background color to page footer to set it apart from main content. [#342](https://github.com/mmistakes/minimal-mistakes/issues/342)
326
+ - Add terms and privacy policy to theme's demo site. [#343](https://github.com/mmistakes/minimal-mistakes/issues/343)
327
+ - Update screenshots found in theme documentation.
328
+
329
+ ## [3.2.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.3)
330
+
331
+ ### Enhancements
332
+
333
+ - Add [Discourse](https://www.discourse.org/) as a commenting provider. [#335](https://github.com/mmistakes/minimal-mistakes/pull/335)
334
+
335
+ ## [3.2.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.2)
336
+
337
+ ### Enhancements
338
+
339
+ - 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)
340
+
341
+ ## [3.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.1)
342
+
343
+ ### Bug Fixes
344
+
345
+ - Remove need for "double tapping" masthead menu links on iOS devices. [#315](https://github.com/mmistakes/minimal-mistakes/issues/315)
346
+
347
+ ### Maintenance
348
+
349
+ - Add `ISSUE_TEMPLATE.md` for improve issue submission process.
350
+
351
+ ## [3.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.0)
352
+
353
+ ### Bug Fixes
354
+
355
+ - 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)
356
+
357
+ ## [3.1.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.8)
358
+
359
+ ### Bug Fixes
360
+
361
+ - 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)
362
+
363
+ ### Maintenance
364
+
365
+ - Remove duplicate `fa-twitter` and `fa-twitter-square` classes from `_utilities.scss`. [#302](https://github.com/mmistakes/minimal-mistakes/issues/302)
366
+
367
+ - 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)
368
+
369
+ ## [3.1.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.7)
370
+
371
+ ### Enhancements
372
+
373
+ - Add translation key for "Recent Posts" used in home page `index.html`. [#316](https://github.com/mmistakes/minimal-mistakes/pull/316)
374
+
375
+ ### Maintenance
376
+
377
+ - Small fix to avoid underlying the whitespace between icons and related text when hovering. [#303](https://github.com/mmistakes/minimal-mistakes/pull/303)
378
+
379
+ ## [3.1.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.6)
380
+
381
+ ### Maintenance
382
+
383
+ - Update gem dependencies. Run `bundle` to update `Gemfile.lock`.
384
+
385
+ ## [3.1.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.5)
386
+
387
+ ### Maintenance
388
+
389
+ - Fix `www` and `https` links in author profile include [#293](https://github.com/mmistakes/minimal-mistakes/pull/293)
390
+
391
+ ## [3.1.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.4)
392
+
393
+ ### Enhancements
394
+
395
+ - Add overlay_filter param to hero headers [#298](https://github.com/mmistakes/minimal-mistakes/pull/298)
396
+
397
+ ## [3.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.3)
398
+
399
+ ### Enhancements
400
+
401
+ - Improve `site.locale` documentation [#284](https://github.com/mmistakes/minimal-mistakes/issues/284)
402
+ - Remove ProTip note about protocol-less `site.url` as it is an anti-pattern [#288](https://github.com/mmistakes/minimal-mistakes/issues/288)
403
+
404
+ ### Bug Fixes
405
+
406
+ - Fix `og_image` URL in seo.html [#277](https://github.com/mmistakes/minimal-mistakes/issues/277)
407
+ - Fix `author_profile` toggle when assigned in a `_layout` [#285](https://github.com/mmistakes/minimal-mistakes/issues/285)
408
+ - Fix typo in `build:all` npm script [#283](https://github.com/mmistakes/minimal-mistakes/pull/283)
409
+ - Fix URL typo documentation [#287](https://github.com/mmistakes/minimal-mistakes/issues/287)
410
+ - 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)
411
+
412
+ ## [3.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.2)
413
+
414
+ ### Enhancements
415
+
416
+ - Explain how to use `nav_list` helper in [documentation](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list).
417
+ - Reduce left/right padding on smaller screens to increase width of main content column.
418
+
419
+ ### Bug Fixes
420
+
421
+ - 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).
422
+
423
+ ## [3.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.1)
424
+
425
+ ### Bug Fix
426
+
427
+ - Fixed reading time bug when `words_per_minute` wasn't set in `_config.yml` [#271](https://github.com/mmistakes/minimal-mistakes/issues/271)
428
+
429
+ ## [3.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.0)
430
+
431
+ ### Enhancements
432
+
433
+ - Updated [Font Awesome](https://fortawesome.github.io/Font-Awesome/whats-new/) to version 4.6.1
434
+ - Added optional GitHub and Bitbucket links to footer if set on `site.author` in `_config.yml`.
435
+
436
+ ### Bug Fixes
437
+ - Fixed Bitbucket URL typo in author sidebar.
438
+
439
+ ## [3.0.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.0.3)
440
+
441
+ ### Enhancements
442
+
443
+ - Rebuilt the entire theme: layouts, includes, stylesheets, scripts, you name it.
444
+ - Refreshed the look and feel while staying true to the original design of the theme (author sidebar/main content).
445
+ - Replaced grid system with [Susy](http://susy.oddbird.net/).
446
+ - Replaced Grunt tasks with `npm` scripts.
447
+ - 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)
448
+ - Greatly improved [theme documentation](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/).
449
+ - Increased the amount of sample posts, sample pages, and sample collections to throughly test the theme and edge-cases.
450
+ - Moved all sample content and assets out of `master` to keep it as clean as possible for forking.
451
+ - 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.
452
+ - Added taxonomy links to posts (tags and categories).
453
+ - Added optional "reading time" meta data.
454
+ - Improved Liquid used for Twitter Cards and Open Graph data in `<head>`.
455
+ - Improved `gallery` include helper and added `feature_row` for use with splash page layout.
456
+ - Added Keybase.io, author web URI, and Bitbucket optional links to sidebar.
457
+ - Add `feed.xml` link to footer.
458
+ - Added a [UI text data file](https://mmistakes.github.io/minimal-mistakes/docs/ui-text/) to easily change all text found in the theme.
459
+ - Added LinkedIn to optional social share buttons.
460
+ - Added Facebook, Google+, and custom commenting options in addition to Disqus.
461
+ - Added optional breadcrumb links.
462
+
463
+ ## [2.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.1)
464
+
465
+ ## [2.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.0)
466
+
467
+ ### Enhancements
468
+
469
+ - Add support for Jekyll 3.0
470
+ - Minor updates to syntax highlighting CSS and theme documentation
471
+
472
+ ## [2.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.3)
473
+
474
+ ### Enhancements
475
+
476
+ - Cleaner print styles that remove the top navigation, social sharing buttons, and other elements not needed when printed.
477
+
478
+ ## [2.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.2)
479
+
480
+ ### Enhancements
481
+
482
+ - Add optional CodePen icon/url to author side bar [#156](https://github.com/mmistakes/minimal-mistakes/pull/156)
483
+ - Documented Stackoverflow username explanation in `_config.yml` [#157](https://github.com/mmistakes/minimal-mistakes/pull/157)
484
+ - Simplified Liquid in `post-index.html` to better handle year listings [#166](https://github.com/mmistakes/minimal-mistakes/pull/166)
485
+
486
+ ### Bug Fixes
487
+
488
+ - Cleanup Facebook related Open Graph meta tags [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
489
+ - Corrected minor typos [#158](https://github.com/mmistakes/minimal-mistakes/pull/158) [#175](https://github.com/mmistakes/minimal-mistakes/issues/175)
490
+
491
+ ## [2.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.1)
492
+
493
+ ### Enhancements
494
+
495
+ - Add optional XING profile link to author sidebar
496
+ - Include open graph meta tags for feature image (if assigned) [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
497
+ - Create an include for feed footer
498
+
499
+ ### Bug Fixes
500
+
501
+ - Remove http protocol from Google search form on sample 404 page
502
+ - Only show related posts if there are one or more available
503
+ - Fix alignment of email address link in author sidebar
504
+
505
+ ## [2.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.0)
506
+
507
+ ### Enhancements
508
+
509
+ - Add optional social sharing buttons ([#42](https://github.com/mmistakes/minimal-mistakes/issues/42))
510
+
511
+ ![social sharing buttons](https://cloud.githubusercontent.com/assets/1376749/5860522/d9f28a96-a22f-11e4-9b83-940a3a9a766a.png)
512
+
513
+ - 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.
514
+ - Fix typos in posts and documentation and remove references to Less
515
+ - Include note about Octopress gem being optional
516
+ - Post author override support extended to the Atom feed ([#71](https://github.com/mmistakes/minimal-mistakes/pull/71))
517
+ - Only include email address in feed if specified in `_config.yml` or author `_data`
518
+ - Wrap all page content in `#main` to harmonize article and post index styles ([#86](https://github.com/mmistakes/minimal-mistakes/issues/86))
519
+ - Include new sample feature images for posts and pages
520
+ - Table of contents improvements: fix collapse toggle, indent nested elements, show on small screens, and create an `_include` for reusing in posts and pages.
521
+ - Include note about running Jekyll with `bundle exec` when using Bundler
522
+ - Fix home page path in top navigation
523
+ - Remove Google Authorship ([#120](https://github.com/mmistakes/minimal-mistakes/issues/120))
524
+ - Remove duplicate author content that displayed in `div.article-author-bottom`
525
+ - Removed unused `_sass/print.scss` styles
526
+ - Improve comments in `.scss` files
527
+
528
+ ## [2.0.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/v2.0)
529
+
530
+ ## [1.3.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.3)
531
+
532
+ ### Enhancements
533
+
534
+ - Added new icons and profile links for Stackoverflow, Dribbble, Pinterest, Foursquare, and Steam to the author bio sidebar.
535
+ - Cleaned up the Kramdown auto table of contents styling to be more readable
536
+ - Removed page width specific .less stylesheets and created mixins for easier updating
537
+ - Removed Modernizr since it wasn't being used
538
+ - Added pages to sitemap.xml
539
+ - Added category: to rake new_post task
540
+ - Minor typographic changes
541
+
542
+ ### Bug Fixes
543
+
544
+ - Corrected various broken links in README and Theme Setup.
545
+
546
+ ## [1.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.1)
547
+
548
+ ### Enhancements
549
+
550
+ - Cleaned up table of contents styling
551
+ - 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.
552
+
553
+ ![menu animation](https://camo.githubusercontent.com/3fbd8c1326485f4b1ab32c0005c0fca7660b5d31/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313337363734392f323136343037352f31653366303663322d393465372d313165332d383961612d6436623636376562306564662e676966)
554
+
555
+ ## [1.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.2.0)
556
+
557
+ ### Bug Fixes
558
+
559
+ - Table weren't filling the entire width of the content container. They now scale at 100%. Thanks [@dhruvbhatia](https://github.com/dhruvbhatia)
560
+
561
+ ### Enhancements
562
+
563
+ - Decreased spacing between Markdown footnotes
564
+ - Removed dark background on footer
565
+ - Removed UPPERCASE styling on post titles in the index listing
566
+
567
+ ## [1.1.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.4)
568
+
569
+ ### Bug Fixes
570
+
571
+ - Fix top navigation bug issue ([#10](https://github.com/mmistakes/minimal-mistakes/issues/10)) for real this time. Remember to clear your floats kids.
572
+
573
+ ## [1.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.3)
574
+
575
+ ### Bug Fixes
576
+
577
+ - Fix top navigation links that weren't click able on small viewports (Issue [#10](https://github.com/mmistakes/minimal-mistakes/issues/10)).
578
+ - Remove line wrap from top navigation links that may span multiple lines.
579
+
580
+ ## [1.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.2)
581
+
582
+ ### Enhancements
583
+
584
+ - Added Grunt build script for compiling Less/JavaScript and optimizing image assets.
585
+ - Added support for large image summary Twitter card.
586
+ - Stylesheet adjustments
587
+
588
+ ## [1.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.1)
589
+
590
+ ### Bug Fixes
591
+
592
+ - 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.
593
+
594
+ ### Enhancements
595
+
596
+ - Added [image attribution](http://mmistakes.github.io/minimal-mistakes/theme-setup/#feature-images) for post and page feature images.
597
+ - Added [404 page](http://mmistakes.github.io/minimal-mistakes/404.html).
598
+ - Cleaned up various Less variables to better align with naming conventions used in other MM Jekyll themes.
599
+ - Removed Chrome Frame references.
600
+ - Added global CSS3 transitions to text and block elements.
601
+ - Improved typography in a few places.
602
+
603
+ ## [1.0.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.2)
604
+
605
+ ### Enhancements
606
+
607
+ - Google Analytics, Google Authorship, webmaster verifies, and Twitter card meta are now optional.
608
+
609
+ ## [1.0.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.1)