Skip to content

Simple middleman template which uses all the thoughtbot SASS goodies. It should be used as tool for fast page prototyping. Well maybe in the future, anyway.

License

Notifications You must be signed in to change notification settings

zizkovrb/middleman-naex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Middleman-naex

A small project template for Middleman, the fantastic static site building tool. Without any front-facing extension, even the blog one. Use for starting the new site. Add what's necessary later.

Only index shows nice Bourbon Refills constructed page. Have something to show in the couple of minutes.

And yes it is blatantly ripped off fine middleman-neato template. Thanks @shkm!

The name is based on czech saying na ex, when you drink beer at once.

Features

Naex sets you up with the following, straight out of the box:

Thanks to the brilliance of Middleman, this should get you up and running on new projects pretty darn fast.

Use

Install Middleman:

gem install middleman

Clone Naex:

git clone [email protected]:pepe/middleman-naex.git my-project

Install gems and get to work!

cd my-project
bundle install
middleman

Point you browser to http://localhost:4567 and see the magick.

Template Install

If you find yourself using naex often, you can install it as a middleman template:

git clone [email protected]:zizkovrb/middleman-naex.git ~/.middleman/naex

Now you can simply init new projects with the Naex template:

middleman init -T=naex my-project

Just don't forget to update ~/.middleman/naex every now and then.

Thanks

Jamie Schembri @shkm for middleman-neato, which is probably much better for you than this.

Copyright and licence

Copyright 2014 Josef Pospíšil, under the MIT licence.

About

Simple middleman template which uses all the thoughtbot SASS goodies. It should be used as tool for fast page prototyping. Well maybe in the future, anyway.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published