The base Middleman application used at thoughtbot, ready to deploy to Netlify.
This template comes with the following features and tools:
- middleman-aria_current: An extension for indicating a current (active) link
using
aria-current
. - middleman-autoprefixer: Automatically vendor-prefix stylesheets.
- middleman-livereload: Automatically refresh the browser as soon as you save a file.
- middleman-minify-html: Minifies whitespace around HTML when the site is built.
- Sass: CSS pre-processor.
- Bourbon: Sass tool set.
- Neat: Sass grid.
- Bitters: Scaffold styles, variables and structure.
- normalize.css: Modern CSS "reset"
- Redcarpet: Markdown processing.
- An SVG view helper: Output inline SVG's in your views,
e.g.
<%= svg("logo") %>
. - CircleCI: Continuous integration.
- Hound: Comments on style violations in GitHub pull requests.
- Segment: Analytics API.
See the contributing document. Thank you, contributors!
Copyright © 2017 Tyson Gach and thoughtbot, inc. This is free software, and may be redistributed under the terms specified in the LICENSE file.
This project is maintained and funded by thoughtbot, inc. The names and logos for thoughtbot are trademarks of thoughtbot, inc.
We love open source software! See our other projects or hire us to help build your product.