docker-hugo icon indicating copy to clipboard operation
docker-hugo copied to clipboard

Docker image for hugo static page generator (https://gohugo.io)

Results 23 docker-hugo issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies dockerfile Dockerfile...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | alpine | final | digest | `686d8c9` -> `7580ece` | ---...

serving the output dir with docker container `nginx:latest` fails due to the permissions of the output files being incorrect (results in 13: permission error) I have kludged a solution that...

Hi, I have tried to run this repository. First build the image by `docker build -t test1/hugo:latest . ` Second, run it by `docker run -p 1313:1313 test1/hugo ` But,...

Docker image is not up to date. Did you consider to use Continuous Deployment?

The update.sh script does not work well if you fork the repo, insert environment variables and do not hard code it to jojomi. Also updated the README to explain how...

This fixes #105 and it is a more robust update.sh which allows forking see github.com:richtong/docker-hugo for the latest commits...

I want to use another url instead of localhost in production, how can I do that? my URL starts with **https** instead of **http** and it does not work.

When I run docker, the used theme does not load on the generated website. Everything is set on the config I gave the theme, theme folder exists and docker builds...

This line does not belong here.