Files
vercel/examples/hugo/README.md

20 lines
636 B
Markdown

# Hugo Example
This directory is a brief example of a [Hugo](https://gohugo.io/) app that can be deployed to Vercel with zero configuration.
## Deploy Your Own
Deploy your own Hugo 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/hugo&template=hugo)
_Live Example: https://hugo-template.vercel.app_
### How We Created This Example
To get started with Hugo for deployment with Vercel, you can use the [Hugo CLI](https://gohugo.io/commands/) to initialize the project:
```shell
$ hugo new site project-name
```