tetsuo692 / amicus-ember

Amicus is a clean project template for the Middleman static site generator. It includes HTML5 Boilerplate, the awesome Susy grid system, and lots of best practices.

Home Page:https://github.com/nathos/amicus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amicus: your expert toolkit for rapid web prototyping

What is it?

Amicus is a clean project starting point for the Middleman static site generator. It features HTML5 Boilerplate, Haml, Sass, Compass, Susy grid system, and lots of best practices.

It's Responsive!

Amicus now comes with a mobile-first responsive grid system by default (see source/stylesheets/grid/_magic.sass). Based on the Susy "Magic" grid system, it's ready to customize for your projects.

How do I use it?

Start by installing Bundler, if you don't already have it:

gem install bundler

Then just download the latest source or if you prefer, clone the bootstrap repository down to your local machine:

git clone http://github.com/nathos/amicus.git my_new_project

Finally, do a bundle install to install the required gems -- even Middleman itself!

Use middleman to do your live development and middleman build to render your static file output to the /build/ directory.

For full Middleman documentation, visit the Middleman website.

Middleman Template

Middleman now supports project templates. To use Middleman Bootstrap as a template, clone the Git repository into ~/.middleman, like so:

git clone http://github.com/nathos/amicus.git ~/.middleman/amicus

then use the new template argument for the middleman init command:

middleman init my_new_project --template=amicus

Easy peasy!

What other cool stuff is in here?

The default Haml layout is based on HTML5 Boilerplate, and is fully commented. (Don't worry, those comments aren't rendered out to your build directory)

Susy is the default grid system.

An included Ruby helper method to generate image placeholders, powered by Holder.js.

Comments & Suggestions?

Send me a message or submit an issue. Thanks!

License

Following the lead of HTML5 Boilerplate here...

Major components:

  • HTML5 Boilerplate: MIT license
  • Normalize.css: MIT license
  • Modernizr: MIT/BSD license
  • jQuery: MIT/GPL license
  • Susy: MIT license

Everything else:

  • MIT license -- see LICENSE.md

About

Amicus is a clean project template for the Middleman static site generator. It includes HTML5 Boilerplate, the awesome Susy grid system, and lots of best practices.

https://github.com/nathos/amicus

License:MIT License