📐 Jekyll theme for building a personal site, blog, project documentation, or portfolio.
Go to file
2016-04-14 14:50:55 -04:00
_data Update docs 2016-04-13 17:10:01 -04:00
_docs Build home splash page 2016-04-14 13:01:42 -04:00
_drafts Create grid styling for related posts module 2016-03-18 15:07:02 -04:00
_includes Make base_path available to all includes that need it 2016-04-14 14:45:48 -04:00
_layouts Disable breadcrumbs on paginated home pages 2016-04-14 14:36:48 -04:00
_pages Update home splash page 2016-04-14 14:50:03 -04:00
_pets Simplify collections and remove categories and tags for now 2016-03-10 22:11:00 -05:00
_portfolio Fix typo in title 2016-04-14 14:46:29 -04:00
_posts Add images to repo and reference them in post 2016-04-13 11:28:40 -04:00
_recipes Simplify collections and remove categories and tags for now 2016-03-10 22:11:00 -05:00
assets Adjust white-space around feature row items 2016-04-14 12:23:32 -04:00
images Build home splash page 2016-04-14 13:01:42 -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.dev.yml Add development config file 2016-04-08 21:00:30 -04:00
_config.yml Update docs 2016-04-13 22:38:28 -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 Remove overlay header to simplify page 2016-04-14 14:47:16 -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.