Sign inSign up

deluca/hugo

By deluca

•Updated about 5 years ago

Automated build of the Dockerfile from gohugoio/hugo

Image
0

2.5K

deluca/hugo repository overview

⁠HUGO Docker Images

Images from this repository are automatically built by Github Actions at 09:00 UTC every day.

The code built is pulled from the upstream gohugoio/hugo⁠.

Every tag is decomposed in Major, Minor, Patch.
The master branch is tagged as latest.

⁠Usage

Example from the official quick-start page⁠.

Create a site

docker run -it --rm -v ${PWD}:/site deluca/hugo:latest new site quickstart

Add a theme

cd quickstart
git init
git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
echo 'theme = "ananke"' >> config.toml

Start the server

docker run -it --rm -v ${PWD}:/site -p 1313:1313 deluca/hugo:latest server -D --bind 0.0.0.0

⁠References

HUGO Github repository: gohugoio/hugo⁠
HUGO website: gohugo.io⁠
HUGO documentation: gohugo.io/documentation⁠
Image builder: de-luca/hugo⁠

Tag summary

Content type

Image

Digest

Size

38.1 MB

Last updated

about 5 years ago

docker pull deluca/hugo