Dean
Dean
In addition to this, it would be nice to support both a `--loglevel` command line flag and a `LOG_LEVEL` environment variable, both supporting the standard values.
This should either be resolved so no initial `command:` is required or the documentation updated.
Here is an example using docker compose for wg-easy. To get this to work I had to run the exporter container as root, and disable the sudo prepend. Not ideal...
I am encountering this issue as well. Previous versions worked, header_image rendered. File `content/_index.md` contains the following lines: ``` header_image: "images/cover-image.jpg" header_logo: "images/header-logo.jpg" ``` Navigating to `http://www.example.com/images/cover-image.jpg` or `http://www.example.com/images/header-logo.jpg` renders...
Additional investigation Previous version: ``` [...] [...] Return To Top ``` Current Version: ``` [...] [...] Return To Top ``` I note that my hugo.toml contains the line: ``` image_options...
Steps to reproduce the issue: ``` mkdir example-com cd example-com git init hugo new site site git submodule add https://github.com/zjedi/hugo-scroll.git site/themes/hugo-scroll cd site notepad++ hugo.toml ``` Add following details to...
Note that this is tested in desktop mode using Firefox. The same result is obtained with Chrome and Edge.
The issue can be reproduced locally and when deployed. The code generated is the same. For reference, image properties: * cover-image.jpg, 4502 x 3164, 300 dpi * header-logo.jpg, 3784 x...
Any update on this issue?
I copies my images from `site/static/images/` to `site/assets/images/` and deployed to my test enironment. The cover image is now present. I'll promote these changes to my master branch. Thank you...