https://github.com/forecho/hugo-echo-example
hugo echo theme vercel example
https://github.com/forecho/hugo-echo-example
hugo
Last synced: 12 months ago
JSON representation
hugo echo theme vercel example
- Host: GitHub
- URL: https://github.com/forecho/hugo-echo-example
- Owner: forecho
- Created: 2021-04-26T02:56:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-18T07:51:26.000Z (almost 5 years ago)
- Last Synced: 2025-04-28T12:17:51.188Z (about 1 year ago)
- Topics: hugo
- Language: HTML
- Homepage: https://hugo-echo-example.vercel.app
- Size: 2.52 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hugo Example
This directory is a brief example of a [Hugo](https://gohugo.io/) app that can be deployed with Vercel and zero configuration.
## Deploy Your Own
Deploy your own Hugo project with Vercel.
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/hugo)
_Live Example: https://hugo.now-examples.now.sh_
### 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
```