Skip to content

michael-valdron/hugo-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hugo Container Image

dockerhub Publish CI Docker Hub badge MIT

A container image for using the Hugo CLI command.

Usage

Docker

docker run --rm -it michaelvaldron/hugo <command>

Podman

podman run --rm -it michaelvaldron/hugo <command>

Run Server

docker run --rm -it -v <project_path>:/project -p 1313:1313 michaelvaldron/hugo server

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.