📐 Jekyll theme for building a personal site, blog, project documentation, or portfolio.
Go to file
2016-04-14 15:35:33 -04:00
_data Reduce config to bare minimum and remove sample content 2016-04-14 15:35:33 -04:00
_includes Fix bug when site.twitter is null 2016-04-14 15:12:04 -04:00
_layouts Disable breadcrumbs on paginated home pages 2016-04-14 14:36:48 -04:00
_pages Reduce config to bare minimum and remove sample content 2016-04-14 15:35:33 -04:00
assets Adjust white-space around feature row items 2016-04-14 12:23:32 -04:00
images Reduce config to bare minimum and remove sample content 2016-04-14 15:35:33 -04:00
.editorconfig Add editor config file 2016-02-24 16:15:19 -05:00
.gitattributes Try to get Linguist to ignore vendor files 2016-03-09 12:16:54 -05:00
.gitignore Ignore node .log files 2016-04-06 14:25:49 -04:00
_config.yml Reduce config to bare minimum and remove sample content 2016-04-14 15:35:33 -04:00
CHANGELOG Update docs 2016-04-13 22:38:28 -04:00
Gemfile Add support for Jekyll Archives plugin 2016-03-11 09:39:20 -05:00
Gemfile.lock Update gems 2016-04-13 17:10:07 -04:00
index.html Reduce config to bare minimum and remove sample content 2016-04-14 15:35:33 -04:00
LICENSE Update docs 2016-04-13 17:10:01 -04:00
package.json Simplify build scripts to use npm instead of gulp 2016-03-31 20:55:54 -04:00
README Update docs 2016-04-13 22:38:28 -04:00

# Minimal Mistakes Jekyll Theme

**[Minimal Mistakes](http://mmistakes.github.io/minimal-mistakes)** is a two column responsive Jekyll theme perfect for powering your GitHub hosted blog built. Compatible with Jekyll 3.0 and up.

## 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](http://mmistakes.github.io/minimal-mistakes/404.html) to get you started.
- Support for Disqus Comments

![screenshot of Minimal Mistakes theme](http://mmistakes.github.io/minimal-mistakes/images/mm-theme-post-600.jpg)

See a [live version of Minimal Mistakes](http://mmistakes.github.io/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](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.3) and will not work with older versions of Jekyll.

To learn how to install and use this theme check out the [Setup Guide](http://mmistakes.github.io/minimal-mistakes/theme-setup/) for more information.