mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 04:22:07 +00:00
20 lines
705 B
Markdown
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.
|
|
|
|
[](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
|
|
```
|