Skip to content

Releases: mmistakes/minimal-mistakes

2.1.0

22 Jan 17:19
Compare
Choose a tag to compare

New

  • Add optional social sharing buttons (#42)
    mm-social-sharing
  • Add Soundcloud, YouTube (#95), Flickr (#119), and Weibo (#116) icons for use in author sidebar.

Updates

  • Fix typos in posts and documentation and remove references to Less
  • Include note about Octopress gem being optional
  • Post author override support extended to the Atom feed (#71)
  • Only include email address in feed if specified in _config.yml or author _data
  • Wrap all page content in #main to harmonize article and post index styles (#86)
  • Include new sample feature images for posts and pages
  • Table of contents improvements: fix collapse toggle, indent nested elements, show on small screens, and create an _include for reusing in posts and pages.
  • Include note about running Jekyll with bundle exec when using Bundler
  • Fix home page path in top navigation
  • Remove Google Authorship (#120)
  • Remove duplicate author content that displayed in div.article-author-bottom
  • Removed unused _sass/print.scss styles
  • Improve comments in .scss files

1.3.3

27 Feb 20:44
Compare
Choose a tag to compare

New

  • Added new icons and profile links for Stackoverflow, Dribbble, Pinterest, Foursquare, and Steam to the author bio sidebar.

Bug fixes

  • Corrected various broken links in README and Theme Setup.

Updates

  • Cleaned up the Kramdown auto table of contents styling to be more readable
  • Removed page width specific .less stylesheets and created mixins for easier updating
  • Removed Modernizr since it wasn't being used
  • Added pages to sitemap.xml
  • Added category: to rake new_post task
  • Minor typographic changes

1.3.1

13 Feb 19:44
Compare
Choose a tag to compare

Updates

  • Cleaned up table of contents styling
  • 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.
    mm-nav

1.2.0

09 Dec 14:44
Compare
Choose a tag to compare

Bug fixes

  • Table weren't filling the entire width of the content container. They now scale at 100%. Thanks @dhruvbhatia

Minor Updates

  • Decreased spacing between Markdown footnotes
  • Removed dark background on footer
  • Removed UPPERCASE styling on post titles in the index listing

1.1.4

14 Oct 12:18
Compare
Choose a tag to compare

Bug fixes

  • Fix top navigation bug issue (#10) for real this time. Remember to clear your floats kids.

1.1.3

11 Oct 15:10
Compare
Choose a tag to compare

Bug fixes

  • Top navigation bug where some links weren't clickable on small viewports (Issue #10)
  • Remove line wrap from top navigation links that may span multiple lines

1.1.2

09 Sep 17:40
Compare
Choose a tag to compare

New

  • Added Grunt build script for compiling .less, .js, and optimizing image assets.
  • Add support for large image summary Twitter card

Minor

  • Stylesheet adjustments

1.1.1

07 Sep 17:19
Compare
Choose a tag to compare

Bug fixes

New

Minor

  • Cleaned up various LESS variables to better align with naming conventions used in my other Jekyll themes
  • Removed Chrome Frame references
  • Added global CSS3 transitions to text and block elements
  • Improved typography in a few places