mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-08 12:57:46 +00:00
20 lines
636 B
Markdown
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.
|
|
|
|
[](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
|
|
```
|