Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulogdm/hugo-test
https://github.com/paulogdm/hugo-test
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/paulogdm/hugo-test
- Owner: paulogdm
- Created: 2019-07-23T21:30:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T21:30:15.000Z (over 5 years ago)
- Last Synced: 2024-10-04T13:42:19.634Z (4 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- 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 to ZEIT Now with zero configuration.
## How we created this example
To get started with Hugo on Now, you can use the [Hugo CLI](https://gohugo.io/commands/) to initialize the project:
```shell
$ hugo new site project-name
```## Deploying this Example
Once initialized, you can deploy the Hugo example with just a single command:
```shell
$ now
```