diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e1ffa95..1bc7cd48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,119 @@ +## [3.0.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.0.3) + +### 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](http://susy.oddbird.net/). +- Replaced Grunt tasks with `npm` scripts. +- 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) +- Greatly improved [theme documentation](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/). +- 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`](https://github.com/jekyll/jekyll-archives) if enabled, and [`compress.html`](https://github.com/penibelst/jekyll-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 ``. +- 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](https://mmistakes.github.io/minimal-mistakes/docs/ui-text/) 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.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.1) + +## [2.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.0) + +### Enhancements + +- Add support for Jekyll 3.0 +- Minor updates to syntax highlighting CSS and theme documentation + +## [2.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.3) + +### Enhancements + +- Cleaner print styles that remove the top navigation, social sharing buttons, and other elements not needed when printed. + +## [2.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.2) + +### Enhancements + +- Add optional CodePen icon/url to author side bar [#156](https://github.com/mmistakes/minimal-mistakes/pull/156) +- Documented Stackoverflow username explanation in `_config.yml` [#157](https://github.com/mmistakes/minimal-mistakes/pull/157) +- Simplified Liquid in `post-index.html` to better handle year listings [#166](https://github.com/mmistakes/minimal-mistakes/pull/166) + +### Bug Fixes + +- Cleanup Facebook related Open Graph meta tags [#149](https://github.com/mmistakes/minimal-mistakes/issues/149) +- Corrected minor typos [#158](https://github.com/mmistakes/minimal-mistakes/pull/158) [#175](https://github.com/mmistakes/minimal-mistakes/issues/175) + +## [2.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.1) + +### Enhancements + +- Add optional XING profile link to author sidebar +- Include open graph meta tags for feature image (if assigned) [#149](https://github.com/mmistakes/minimal-mistakes/issues/149) +- Create an include for feed footer + +### 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 + +## [2.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.0) + +### Enhancements + +- Add optional social sharing buttons ([#42](https://github.com/mmistakes/minimal-mistakes/issues/42)) + +![social sharing buttons](https://cloud.githubusercontent.com/assets/1376749/5860522/d9f28a96-a22f-11e4-9b83-940a3a9a766a.png) + +- 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. +- 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](https://github.com/mmistakes/minimal-mistakes/pull/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](https://github.com/mmistakes/minimal-mistakes/issues/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](https://github.com/mmistakes/minimal-mistakes/issues/120)) +- Remove duplicate author content that displayed in `div.article-author-bottom` +- Removed unused `_sass/print.scss` styles +- Improve comments in `.scss` files + +## [2.0.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/v2.0) + +## [1.3.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.3) + +### Enhancements + +- Added new icons and profile links for Stackoverflow, Dribbble, Pinterest, Foursquare, and Steam to the author bio sidebar. +- 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 + +### Bug Fixes + +- Corrected various broken links in README and Theme Setup. + +## [1.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.1) + +### Enhancements + +- 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. + +![menu animation](https://camo.githubusercontent.com/3fbd8c1326485f4b1ab32c0005c0fca7660b5d31/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313337363734392f323136343037352f31653366303663322d393465372d313165332d383961612d6436623636376562306564662e676966) + ## [1.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.2.0) ### Bug Fixes diff --git a/_docs/01-quick-start-guide.md b/_docs/01-quick-start-guide.md index 457b1782..d0abc62d 100644 --- a/_docs/01-quick-start-guide.md +++ b/_docs/01-quick-start-guide.md @@ -3,7 +3,7 @@ title: "Quick-Start Guide" permalink: /docs/quick-start-guide/ excerpt: "How to quickly install and setup Minimal Mistakes for use with GitHub Pages." sidebar: - title: "v3.0.2" + title: "v3.0.3" nav: docs modified: 2016-04-13T15:54:02-04:00 --- diff --git a/_docs/02-structure.md b/_docs/02-structure.md index 04f42b3a..ca1370b2 100644 --- a/_docs/02-structure.md +++ b/_docs/02-structure.md @@ -3,7 +3,7 @@ title: "Structure" permalink: /docs/structure/ excerpt: "How the theme is organized and what all of the files are for." sidebar: - title: "v3.0.2" + title: "v3.0.3" nav: docs modified: 2016-04-13T15:54:02-04:00 --- diff --git a/_docs/03-installation.md b/_docs/03-installation.md index cef9a31d..1aeb1e82 100644 --- a/_docs/03-installation.md +++ b/_docs/03-installation.md @@ -3,7 +3,7 @@ title: "Installation" permalink: /docs/installation/ excerpt: "Instructions for installing the theme for new and existing Jekyll based sites." sidebar: - title: "v3.0.2" + title: "v3.0.3" nav: docs modified: 2016-04-13T15:54:02-04:00 --- diff --git a/_docs/04-upgrading.md b/_docs/04-upgrading.md index ca500865..a6d13ca8 100644 --- a/_docs/04-upgrading.md +++ b/_docs/04-upgrading.md @@ -3,7 +3,7 @@ title: "Upgrading" permalink: /docs/upgrading/ excerpt: "Instructions and suggestions for upgrading the theme." sidebar: - title: "v3.0.2" + title: "v3.0.3" nav: docs modified: 2016-04-13T15:54:02-04:00 --- diff --git a/_docs/05-configuration.md b/_docs/05-configuration.md index 71aeb526..b2f8ad89 100644 --- a/_docs/05-configuration.md +++ b/_docs/05-configuration.md @@ -3,7 +3,7 @@ title: "Configuration" permalink: /docs/configuration/ excerpt: "Settings for configuring and customizing the theme." sidebar: - title: "v3.0.2" + title: "v3.0.3" nav: docs modified: 2016-04-14 --- diff --git a/_docs/06-navigation.md b/_docs/06-navigation.md index d735563c..dd45e1f6 100644 --- a/_docs/06-navigation.md +++ b/_docs/06-navigation.md @@ -3,7 +3,7 @@ title: "Navigation" permalink: /docs/navigation/ excerpt: "Instructions on how to customize the main navigation and enabling breadcrumb links." sidebar: - title: "v3.0.2" + title: "v3.0.3" nav: docs modified: 2016-04-13T15:54:02-04:00 --- diff --git a/_docs/07-ui-text.md b/_docs/07-ui-text.md index 45a0d5f7..7518e325 100644 --- a/_docs/07-ui-text.md +++ b/_docs/07-ui-text.md @@ -3,7 +3,7 @@ title: "UI Text" permalink: /docs/ui-text/ excerpt: "Text for customizing various user interface elements found in the theme." sidebar: - title: "v3.0.2" + title: "v3.0.3" nav: docs modified: 2016-04-13T15:54:02-04:00 --- diff --git a/_docs/08-authors.md b/_docs/08-authors.md index 74cebca8..47b287d5 100644 --- a/_docs/08-authors.md +++ b/_docs/08-authors.md @@ -3,7 +3,7 @@ title: "Authors" permalink: /docs/authors/ excerpt: "Instructions and settings for working with multiple site authors." sidebar: - title: "v3.0.2" + title: "v3.0.3" nav: docs modified: 2016-04-13T15:54:02-04:00 --- diff --git a/_docs/09-layouts.md b/_docs/09-layouts.md index 38efd475..2d0d6d99 100644 --- a/_docs/09-layouts.md +++ b/_docs/09-layouts.md @@ -3,7 +3,7 @@ title: "Layouts" permalink: /docs/layouts/ excerpt: "Descriptions and samples of all layouts included with the theme and how to best use them." sidebar: - title: "v3.0.2" + title: "v3.0.3" nav: docs single_layout_gallery: - image_path: mm-layout-single-header.png diff --git a/_docs/10-posts.md b/_docs/10-posts.md index 958944be..6ecf6120 100644 --- a/_docs/10-posts.md +++ b/_docs/10-posts.md @@ -3,7 +3,7 @@ title: "Working with Posts" permalink: /docs/posts/ excerpt: "Suggestions and Front Matter defaults for working with posts." sidebar: - title: "v3.0.2" + title: "v3.0.3" nav: docs modified: 2016-04-13T15:54:02-04:00 --- diff --git a/_docs/11-pages.md b/_docs/11-pages.md index c928c62f..75ae0d46 100644 --- a/_docs/11-pages.md +++ b/_docs/11-pages.md @@ -3,7 +3,7 @@ title: "Working with Pages" permalink: /docs/pages/ excerpt: "Suggestions and Front Matter defaults for working with pages." sidebar: - title: "v3.0.2" + title: "v3.0.3" nav: docs modified: 2016-04-13T15:54:02-04:00 --- diff --git a/_docs/12-collections.md b/_docs/12-collections.md index 5ec1731a..580e11f2 100644 --- a/_docs/12-collections.md +++ b/_docs/12-collections.md @@ -3,7 +3,7 @@ title: "Working with Collections" permalink: /docs/collections/ excerpt: "Suggestions and Front Matter defaults for working with collections." sidebar: - title: "v3.0.2" + title: "v3.0.3" nav: docs modified: 2016-04-13T15:54:02-04:00 --- diff --git a/_docs/13-helpers.md b/_docs/13-helpers.md index a4bd45a6..24b1b167 100644 --- a/_docs/13-helpers.md +++ b/_docs/13-helpers.md @@ -3,7 +3,7 @@ title: "Helpers" permalink: /docs/helpers/ excerpt: "Jekyll `_includes` and other helpers to use as shortcuts for creating archives, galleries, table of contents, and more." sidebar: - title: "v3.0.2" + title: "v3.0.3" nav: docs gallery: - url: unsplash-gallery-image-1.jpg diff --git a/_docs/14-utility-classes.md b/_docs/14-utility-classes.md index d37a5e16..6cd03ce4 100644 --- a/_docs/14-utility-classes.md +++ b/_docs/14-utility-classes.md @@ -3,7 +3,7 @@ title: "Utility Classes" permalink: /docs/utility-classes/ excerpt: "CSS classes for aligning text/image, styling buttons and notices, and more." sidebar: - title: "v3.0.2" + title: "v3.0.3" nav: docs modified: 2016-04-13T15:54:02-04:00 --- diff --git a/_docs/15-stylesheets.md b/_docs/15-stylesheets.md index 5df18339..a5485b20 100644 --- a/_docs/15-stylesheets.md +++ b/_docs/15-stylesheets.md @@ -3,7 +3,7 @@ title: "Stylesheets" permalink: /docs/stylesheets/ excerpt: "Instructions for customizing and building the theme's stylesheets." sidebar: - title: "v3.0.2" + title: "v3.0.3" nav: docs modified: 2016-04-14 --- diff --git a/_docs/16-javascript.md b/_docs/16-javascript.md index 1f6fed06..7d9033d9 100644 --- a/_docs/16-javascript.md +++ b/_docs/16-javascript.md @@ -3,7 +3,7 @@ title: "JavaScript" permalink: /docs/javascript/ excerpt: "Instructions for customizing and building the theme's scripts." sidebar: - title: "v3.0.2" + title: "v3.0.3" nav: docs modified: 2016-04-13T15:54:02-04:00 --- diff --git a/_docs/17-history.md b/_docs/17-history.md index ef17cb18..77c4513c 100644 --- a/_docs/17-history.md +++ b/_docs/17-history.md @@ -3,12 +3,12 @@ title: "History" permalink: /docs/history/ excerpt: "Changelog of enhancements and bug fixes made to the theme." sidebar: - title: "v3.0.2" + title: "v3.0.3" nav: docs modified: 2016-04-14 --- -## [3.0.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.0.2) +## [3.0.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.0.3) ### Enhancements diff --git a/_docs/18-contributing.md b/_docs/18-contributing.md index d6a576f0..f88f77fc 100644 --- a/_docs/18-contributing.md +++ b/_docs/18-contributing.md @@ -3,7 +3,7 @@ title: "Contributing" permalink: /docs/contributing/ excerpt: "How you can contribute to make this theme better." sidebar: - title: "v3.0.2" + title: "v3.0.3" nav: docs modified: 2016-04-13T15:54:02-04:00 --- diff --git a/_docs/19-docs-2-2.md b/_docs/19-docs-2-2.md index 755d4022..abfe2ea0 100644 --- a/_docs/19-docs-2-2.md +++ b/_docs/19-docs-2-2.md @@ -3,7 +3,7 @@ title: "2.2 Documentation" permalink: /docs/docs-2-2/ excerpt: "Setup and installation instructions for Minimal Mistakes 2.2 (deprecated)." sidebar: - title: "v3.0.2" + title: "v3.0.3" nav: docs modified: 2016-04-13T15:54:02-04:00 --- diff --git a/_docs/20-license.md b/_docs/20-license.md index baab9757..a7971472 100644 --- a/_docs/20-license.md +++ b/_docs/20-license.md @@ -3,7 +3,7 @@ title: "License" permalink: /docs/license/ excerpt: "License for Minimal Mistakes Jekyll Theme." sidebar: - title: "v3.0.2" + title: "v3.0.3" nav: docs modified: 2016-04-13T15:05:12-04:00 --- diff --git a/_pages/home.md b/_pages/home.md index 5d5e98e8..e5a7148a 100644 --- a/_pages/home.md +++ b/_pages/home.md @@ -8,7 +8,7 @@ header: cta_label: " Install Now" cta_url: "/docs/quick-start-guide/" caption: -excerpt: 'A flexible two-column Jekyll theme. Perfect for personal sites, blogs, and portfolios hosted on GitHub or your own server.
Currently at version 3.0.2

{::nomarkdown} {:/nomarkdown}' +excerpt: 'A flexible two-column Jekyll theme. Perfect for personal sites, blogs, and portfolios hosted on GitHub or your own server.
Currently at version 3.0.3

{::nomarkdown} {:/nomarkdown}' feature_row: - image_path: mm-customizable-feature.png alt: "customizable"