Skip to content

Small container with Hugo, for building static sites.

License

Notifications You must be signed in to change notification settings

txn2/hugo-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Container with Hugo

You know, for building static sites in a CI pipeline.

Docker example interactive:

docker run -it --rm -v $(pwd):/app -w /app txn2/hugo-builder:hugo-0.40.3 sh

Docker example build:

docker run -it --rm -v $(pwd):/app -w /app txn2/hugo-builder:hugo-0.40.3 hugo

About

Small container with Hugo, for building static sites.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published