# Middleman

Learn how to deploy Middleman static sites with Hatchbox

Middleman is a static site builder for Ruby.

When Hatchbox detects the `middleman` gem in Gemfile.lock, it will trigger the build:

```
middleman build --build-dir public
```

To specify the Ruby version for Middleman, create a `.ruby-version` file with the needed version.
