You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is not a question, feature request, or anything other than a bug report directly related to Hugo Blox Builder. Please post those things on Discord: https://discord.gg/z8wNYzb
Start the server or build the site with docker run --rm -v .:/src -p 1313:1313 hugomods/hugo:go-git server --bind="0.0.0.0" (I also tried with ghcr.io/gohugoio/hugo and both with hugo server and hugo build)
Check the link used in block: markdown. The link and the word where the link is added are missing as you can see in the screenshot (this happens for hugo server and hugo build) <-- This is the last step to reproduce the bug
Funny bonus step: With hugo server the bug can be reproduced on the initial creation. If I save the file with the block: markdown in it to trigger the hot reload, the link appears. Using hugo server --disableFastRender, the link never appears.
Preliminary Checks
Description
On the latest commit of https://github.com/HugoBlox/theme-academic-cv, internal and external URLs/links used in
block: markdown
are missing when runninghugo server
orhugo build
. The following example:would result in
For some reason, the link is not created correctly. See all details below:
Reproduction Link
https://github.com/hofbi/hofbi.github.io/tree/reproduce-bug
Steps to Reproduce
git clone --single-branch --branch reproduce-bug https://github.com/hofbi/hofbi.github.io
cd hofbi.github.io
docker run --rm -v .:/src -p 1313:1313 hugomods/hugo:go-git server --bind="0.0.0.0"
(I also tried withghcr.io/gohugoio/hugo
and both withhugo server
andhugo build
)block: markdown
. The link and the word where the link is added are missing as you can see in the screenshot (this happens forhugo server
andhugo build
) <-- This is the last step to reproduce the bughugo server
the bug can be reproduced on the initial creation. If I save the file with theblock: markdown
in it to trigger the hot reload, the link appears. Usinghugo server --disableFastRender
, the link never appears.Expected Result
See the link on the word "mission"
Actual Result
The link and the word "mission" is missing
What Hugo Module versions does your site use?
https://github.com/HugoBlox/theme-academic-cv/blob/main/go.mod
What operating system(s) are you seeing the problem on?
Linux
What browser(s) are you seeing the problem on?
Chrome, Firefox
Which Hugo Blox template are you using?
https://github.com/HugoBlox/theme-academic-cv
What version of Hugo are you using?
v0.136.5
The text was updated successfully, but these errors were encountered: