Sign inSign up

ellerbrock/hugo

By ellerbrock

Updated about 8 years ago

A Fast and Flexible Static Site Generator built with love in GoLang. Build FROM scratch

Image
0

286

ellerbrock/hugo repository overview

docker

alpine-hugo

Docker Automated Build Docker Pulls Open Source Love Gitter Chat

Installation

docker pull ellerbrock/hugo

Example

Run inside your local hugo folder and bind to localhost interface:

docker run -it \
  -p 127.0.0.1:1313:1313 \
  -v ${PWD}:/site \
ellerbrock/hugo server --bind 0.0.0.0 -w
Contact / Social Media

Get the latest News about Web Development, Open Source, Tooling, Server & Security

GithubDockernpmTwitterFacebookGoogle+Gitter

Tag summary

Content type

Image

Digest

Size

6.2 MB

Last updated

about 8 years ago

docker pull ellerbrock/hugo