Skip to content

ryym/docker-hugo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A lightweight Docker image hosting Hugo on alpine image.

Usage example

Build:

docker run --rm -v `pwd`:/site -w /site ryym/hugo hugo

Develop:

docker run --rm -v `pwd`:/site -w /site -p 1313:1313 ryym/hugo hugo serve --bind=0.0.0.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors