📐 Jekyll theme for building a personal site, blog, project documentation, or portfolio.
Go to file
Michael Rose e5ba10ee7d Merge pull request #216 from localstatic/setup-doc-fix
Fix typo in `bundle exec` command
2016-01-28 10:46:09 -05:00
_data Update links 2016-01-19 21:10:58 -05:00
_includes Update links 2016-01-19 21:10:58 -05:00
_layouts Fix home markup for link posts 2015-11-29 15:35:17 +01:00
_posts Add emphasized and bold text with links inside 2015-09-28 14:38:22 -04:00
_sass Increase width of main content container 2016-01-19 21:56:51 -05:00
_templates Remove trailing whitespace 2015-04-17 11:43:36 +01:00
about Remove trailing whitespace 2015-04-17 11:43:36 +01:00
assets Add basic print styles 2015-12-03 11:15:23 -05:00
images Optimize images 2014-12-31 12:03:51 -05:00
posts Page cleanup 2014-07-31 14:57:35 -04:00
theme-setup Fix typo in bundle exec command 2016-01-27 22:29:56 -07:00
.gitignore Update gems 2014-11-11 09:37:18 -05:00
.jshintrc Init Gruntjs build script 2013-09-09 10:12:07 -04:00
404.md Remove trailing whitespace 2015-04-17 11:43:36 +01:00
_config.yml Update Octopress config 2016-01-19 21:07:30 -05:00
favicon.ico Minor cleanup 2013-05-24 12:04:43 -04:00
favicon.png Add favicons and iOS icons 2013-05-28 10:43:55 -04:00
feed.xml Move feed footer to an include 2015-01-30 09:37:42 -05:00
Gemfile Update gems 2015-11-10 09:55:31 -05:00
Gemfile.lock Update dependencies 2016-01-19 21:07:42 -05:00
Gruntfile.js Add grunt images task 2014-12-31 12:03:10 -05:00
index.md Include new sample images for features 2014-09-30 16:27:36 -04:00
LICENSE Update license 2014-08-06 08:12:33 -04:00
package.json fix typo 2015-07-19 19:09:33 +01:00
README.md Revert "Update README.md" 2015-11-30 23:17:06 -05:00

Minimal Mistakes

Minimal Mistakes is a two column responsive Jekyll theme perfect for powering your GitHub hosted blog.

Jekyll 3 Update: A version of Minimal Mistakes compatible with Jekyll 3 can be found in the jekyll3 branch. GitHub Pages is locked at version 2.4 so some keep that in mind if you're trying to use 3.0 features that aren't supported there yet.

Minimal Mistakes is all about:

  • Responsive templates. Looking good on mobile, tablet, and desktop.
  • Gracefully degrading in older browsers. Compatible with Internet Explorer 8+ and all modern browsers.
  • Minimal embellishments -- content first.
  • Optional large feature images for posts and pages.
  • Simple and clear permalink structure.
  • Custom 404 page to get you started.
  • Support for Disqus Comments

screenshot of Minimal Mistakes theme

See a live version of Minimal Mistakes hosted on GitHub.

Getting Started

Minimal Mistakes takes advantage of Sass and data files to make customizing easier. These features require Jekyll 2.x and will not work with older versions of Jekyll.

To learn how to install and use this theme check out the Setup Guide for more information.