Skip to content

Releases: mmistakes/minimal-mistakes

3.1.5

02 May 16:10
Compare
Choose a tag to compare

Maintenance

  • Fix www and https links in author profile include [#293]

3.1.4

02 May 16:10
Compare
Choose a tag to compare

Enhancements

  • Add overlay_filter param to hero headers [#298]

3.1.3

27 Apr 15:19
Compare
Choose a tag to compare

Enhancements

  • Improve site.locale documentation #284
  • Remove ProTip note about protocol-less site.url as it is an anti-pattern #288

Bug Fixes

  • Fix og_image URL in seo.html #277
  • Fix author_profile toggle when assigned in a _layout #285
  • Fix typo in build:all npm script #283
  • Fix URL typo documentation #287
  • SEO author bug. If twitter.username is set and author.twitter is nil bad things happen. #289

3.1.2

18 Apr 20:37
Compare
Choose a tag to compare

Enhancement

  • Explain how to use nav_list helper in documentation. #272
  • Reduce left/right padding on smaller screens to increase width of main content column.

Bug Fixes

  • Fix alignment issues with related posts #273 and "Follow" button in author profile #274.

3.1.0

15 Apr 13:59
Compare
Choose a tag to compare

Enhancements

  • Updated Font Awesome to version 4.6.1
  • Added optional GitHub and Bitbucket links to footer if set on site.author in _config.yml.

Bug Fixes

  • Fixed Bitbucket URL typo in author sidebar.

3.0.3

15 Apr 02:49
Compare
Choose a tag to compare

This is a huge update. Be sure to read the new set of docs for all the details on how to install fresh or upgrade from an older version of Minimal Mistakes.

Enhancements

  • Rebuilt the entire theme: layouts, includes, stylesheets, scripts, you name it.
  • Refreshed the look and feel while staying true to the original design of the theme (author sidebar/main content).
  • Replaced grid system with Susy.
  • Replaced Grunt tasks with npm scripts.
  • Removed Google Fonts and replaced with system fonts to improve performance (they can be added back if desired)
  • Greatly improved theme documentation.
  • Increased the amount of sample posts, sample pages, and sample collections to throughly test the theme and edge-cases.
  • Moved all sample content and assets out of master to keep it as clean as possible for forking.
  • Added new layouts for splash pages, archives for jekyll-archives if enabled, and compress.html to improve performance.
  • Added taxonomy links to posts (tags and categories).
  • Added optional "reading time" meta data.
  • Improved Liquid used for Twitter Cards and Open Graph data in <head>.
  • Improved gallery include helper and added feature_row for use with splash page layout.
  • Added Keybase.io, author web URI, and Bitbucket optional links to sidebar.
  • Add feed.xml link to footer.
  • Added a UI text data file to easily change all text found in the theme.
  • Added LinkedIn to optional social share buttons.
  • Added Facebook, Google+, and custom commenting options in addition to Disqus.
  • Added optional breadcrumb links.

2.2.0

02 Feb 02:37
Compare
Choose a tag to compare

New

  • Add support for Jekyll 3.0

Updates

  • Minor updates to syntax highlighting CSS and theme documentation

2.1.3

03 Dec 16:22
Compare
Choose a tag to compare

New

  • Cleaner print styles that remove the top navigation, social sharing buttons, and other elements not needed when printed.

2.1.2

19 Aug 17:00
Compare
Choose a tag to compare

Bug Fixes

  • Cleanup Facebook related Open Graph meta tags #149
  • Corrected minor typos #158 #175

New

  • Add optional CodePen icon/url to author side bar #156
  • Documented Stackoverflow username explanation in _config.yml #157
  • Simplified Liquid in post-index.html to better handle year listings #166

2.1.1

11 Jun 13:51
Compare
Choose a tag to compare

New

  • Add optional XING profile link to author sidebar
  • Include open graph meta tags for feature image (if assigned) #149

Updates

Bug fixes

  • Remove http protocol from Google search form on sample 404 page
  • Only show related posts if there are one or more available
  • Fix alignment of email address link in author sidebar