https://github.com/hyperized/docker-hugo
Basic Alpine image with Hugo
https://github.com/hyperized/docker-hugo
Last synced: 6 months ago
JSON representation
Basic Alpine image with Hugo
- Host: GitHub
- URL: https://github.com/hyperized/docker-hugo
- Owner: hyperized
- Created: 2019-12-02T15:45:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-03T09:49:43.000Z (about 6 years ago)
- Last Synced: 2025-02-24T02:26:53.393Z (11 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hugo docker container
* Based on latest Alpine.
* Updated monthly.
* With Sass support.
## Usage
Run like:
```shell script
docker run --rm -v $(pwd):/project hyperized/hugo new site quickstart
```
The default `WORKDIR` is set to `/project` but can be changed by adding and modifying:
```shell script
-w /project
```
https://hub.docker.com/r/hyperized/hugo