# Middleman Example This directory is a brief example of a [Middleman](https://middlemanapp.com/) site that can be deployed with Vercel and zero configuration. ## Deploy Your Own Deploy your own Middleman project with Vercel. [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/middleman) _Live Example: https://middleman.now-examples.now.sh_ ### How We Created This Example To get started with Middleman for deployment with Vercel, you can use the [Middleman CLI](https://middlemanapp.com/basics/start-new-site/) to initialize the project: ```shell $ middleman init project-name ```