Files
vercel/examples/middleman/README.md

20 lines
705 B
Markdown

# Middleman Example
This directory is a brief example of a [Middleman](https://middlemanapp.com/) site that can be deployed to Vercel with zero configuration.
## Deploy Your Own
Deploy your own Middleman project with Vercel.
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/middleman&template=middleman)
_Live Example: https://middleman-template.vercel.app_
### 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
```