Automated build of the Dockerfile from gohugoio/hugo
2.5K
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.
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
HUGO Github repository: gohugoio/hugo
HUGO website: gohugo.io
HUGO documentation: gohugo.io/documentation
Image builder: de-luca/hugo
Content type
Image
Digest
Size
38.1 MB
Last updated
about 5 years ago
docker pull deluca/hugo