I\'m new to Middleman and ruby in general.
I\'ve installed Ruby I\'ve installed Middleman and the gems to get it running.
I need to use slim instead of the defau
The middleman-slim project by yterajima is helpful in this regard.
Install is very easy.
$ gem install middleman $ gem install middleman-slim $ middleman init PROJECT_NAME --template slim