Middleman - simple open-source static web site generator.
Why middleman? because:
- More than 5000 stars on github
- Write on Ruby
- Using sass for stylesheets and CoffeeScript for less verbose javascript
- More than 200 releases
- Latest release May 2016
Top 2 contributors:

Installation
Step 1 (installation process)
Requirements:
- gem (RubyGems)
|
|
Step 2 (init process )
|
|
|
|
|
|
|
|
Deploy on server
We need an additional gem to deploy - middleman-deploy
https://github.com/middleman-contrib/middleman-deploy
Add the line in your Gemfile Middleman-project:
|
|
Run bundle install
. It will install the gem
we have added, and in the meantime we will edit config.rb
file by placing lines:
|
|
Ok, you can save the file and close it.
There are still a few commands to do:
|
|
Now you can keep all your projects, built on a design static websites on the same server and save some money on this.