Closed wildserver closed 8 months ago
Thanks for reporting this, will check later.
Maybe someone can tell me how to roll back to version 0.122 in Debian?
To downgrade Hugo to v0.122.0 on Debain/Ubuntu.
wget https://github.com/gohugoio/hugo/releases/download/v0.122.0/hugo_0.122.0_linux-amd64.tar.gz
tar -xvf hugo_0.122.0_linux-amd64.tar.gz
sudo cp hugo_0.122.0_linux-amd64/hugo /usr/local/bin/hugo-122
hugo-122 version
Should be fixed since v1.5.4
Prerequisites
Describe the issue
After updating to the latest version of hugo 0.123 Multiple errors:
When running in the older version of Hugo 0.122, everything is generated normally.
I have long come to terms with this message; it does not interfere with my life :grin::
If annoying, run with these parameters:
hugo server -w=false
In Windows 10 I rolled back to hugo version 0.122. But in Debian 10 I don’t know what to do to use the latest version of hugo. Maybe someone can tell me how to roll back to version 0.122 in Debian?
Steps to reproduce
hugo server -D
Expected behavior
What operating system(s) are you seeing the problem on?
Windows, Linux
What browser(s) are you seeing the problem on?
No response
What version of theme are you using?
github.com/razonyang/hugo-theme-bootstrap v1.5.3
What version of Hugo are you using?
0.123
What version of Node.js are you using?
v12.22.12
What version of Git are you using?
2.30.2
Additional context
No response