This is a fork of the Minimal Mistakes Jekyll theme.
If you're a member of our github organization, you can clone and edit the site on our github page. If you aren't a member, you can fork the project from there and then edit it.
- Run
bundle install
to make sure you have all the necessary dependencies installed. - Fork this site from our github page, then clone your fork of the site.
- Once you've downloaded the project, swap out the comments on lines 5 and 6 of
_config.yml
. - Then, run
jekyll serve --watch
in the project directory. - The site will now be visible locally at localhost:4000.
- Make your edits and then commit to github (making sure not to commit your changes to lines 5 and 6 of
config.yml
). - Make a pull request on github.com, and we'll integrate your changes.
Minimal Mistakes is a two column responsive Jekyll theme perfect for powering your GitHub hosted blog.
- 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
See a live version of Minimal Mistakes hosted on GitHub.
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.