Static site starter kits from your friends at thoughtbot
Tiny static site generator written in Ruby
Ruby site generator with tons of plugins
Proteus is a collection of useful starter kits to help you launch your static site or prototype faster. They follow the thoughtbot styleguide and include our favorite front end tools:
Just run this to install it:
gem install proteus-kits
Then pick the project you want to start (i.e. Middleman)
proteus new middleman your-project-name
We've also included some handy shortcuts for you to use in your kit:
proteus setup
: Installs dependencies
proteus server
: Runs the server
proteus deploy
: Deploys your site to Github Pages