Skip to content

t-richards/docker-hugo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-hugo

A docker image with Hugo, the static site generator, and NPM for asset compilation.

Intended usage

# Build site
hugo --gc --minify

Example run

docker run -v $(pwd):/site ghcr.io/t-richards/hugo hugo --gc public/

Building this image

docker build -t ghcr.io/t-richards/hugo .

About

A Hugo image with multiple architectures and Node/Java for asset building support.

Resources

Stars

Watchers

Forks

Releases

No releases published