Skip to content

seemethere/hugo-docker

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

hugo-docker

The minimalist of docker images for Hugo!

Clocking in at about 4MB this docker image contains a hugo binary and nothing else!

So small

Also, automated builds will be off until https://hub.docker.com updates their version of docker to a version that supports multi-stage docker builds.

Example Usage

Statically generate your site!

NOTE: Site located at $(pwd)

docker run --rm -v "$(pwd):/v -w /v seemethere/hugo-docker

Static site generated at "$(pwd)/public"

TODO

  • Figure out why the development server isn't working