- Updated Font Awesome to version 4.6.1
- Added optional GitHub and Bitbucket links to footer if set on
site.author
in_config.yml
.
- Fixed Bitbucket URL typo in author sidebar.
release/3.1.0
- 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 forjekyll-archives
if enabled, andcompress.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 addedfeature_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.
- Add support for Jekyll 3.0
- Minor updates to syntax highlighting CSS and theme documentation
- Cleaner print styles that remove the top navigation, social sharing buttons, and other elements not needed when printed.
- 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
- Add optional XING profile link to author sidebar
- Include open graph meta tags for feature image (if assigned) #149
- Create an include for feed footer
- 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
- Add optional social sharing buttons (#42)
- Add Soundcloud, YouTube (#95), Flickr (#119), and Weibo (#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)
- 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
- 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
- Corrected various broken links in README and Theme Setup.
- 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.
- Table weren't filling the entire width of the content container. They now scale at 100%. Thanks @dhruvbhatia
- Decreased spacing between Markdown footnotes
- Removed dark background on footer
- Removed UPPERCASE styling on post titles in the index listing
- Fix top navigation bug issue (#10) for real this time. Remember to clear your floats kids.
- Fix top navigation links that weren't click able on small viewports (Issue #10).
- Remove line wrap from top navigation links that may span multiple lines.
- Added Grunt build script for compiling Less/JavaScript and optimizing image assets.
- Added support for large image summary Twitter card.
- Stylesheet adjustments
- Removed Typeplate styles. Was causing issues with newer versions of Less and is no longer maintained.
- Added image attribution for post and page feature images.
- Added 404 page.
- Cleaned up various Less variables to better align with naming conventions used in other MM Jekyll themes.
- Removed Chrome Frame references.
- Added global CSS3 transitions to text and block elements.
- Improved typography in a few places.
- Google Analytics, Google Authorship, webmaster verifies, and Twitter card meta are now optional.