Skip to content
/ hugo Public

Docker image for the Hugo static website engine.

License

Notifications You must be signed in to change notification settings

shadyoak/hugo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Supported tags and respective Dockerfile links

Hugo Docker Image

This is a Docker image for the Hugo static site generator.

Usage

To run this image:

docker run --rm -v $(pwd):/app shadyoak/hugo [COMMAND]

For example:

docker run --rm -v $(pwd):/app shadyoak/hugo help
docker run --rm -v $(pwd):/app shadyoak/hugo version
docker run --rm -v $(pwd):/app shadyoak/hugo new site bookshelf
docker run --rm -v $(pwd):/app shadyoak/hugo new post/good-to-great.md

See the hugo documentation for more details on available commands and usage.

Build

To build this image:

docker build -t shadyoak/hugo .

License

MIT License

About

Docker image for the Hugo static website engine.

Resources

License

Stars

Watchers

Forks

Packages

No packages published