Hello,
I also have this issue. I have been trying with git submodule and hugo mod. Whatever i try, i keep getting the following error ( see underneath)
To test,build and deploy my pages i use gitlab pipelines.
In the passed i used shortNames. But i have removed everything from my posts etc. Also when i search for anything related to shortName in my repo from visual studiocode, there is nothing to be found.
Any help would be very much appreciated!
This is the error i get:
$ hugo
Start building sites …
hugo v0.132.1+extended linux/amd64 BuildDate=unknown
ERROR deprecated: .Site.DisqusShortname was deprecated in Hugo v0.120.0 and will be removed in Hugo 0.133.0. Use .Site.Config.Services.Disqus.Shortname instead.
WARN deprecated: .Site.IsMultiLingual was deprecated in Hugo v0.124.0 and will be removed in a future release. Use hugo.IsMultilingual instead.
WARN calling IsSet with unsupported type "ptr" (*page.siteWrapper) will always return false.
WARN calling IsSet with unsupported type "invalid" (<nil>) will always return false.
WARN deprecated: .Site.LastChange was deprecated in Hugo v0.123.0 and will be removed in a future release. Use .Site.Lastmod instead.
WARN deprecated: .Site.Author was deprecated in Hugo v0.124.0 and will be removed in a future release. Use taxonomies instead.
Total in 277 ms
Error: error building site: logged 1 error(s)
Cleaning up project directory and file based variables
00:01
ERROR: Job failed: command terminated with exit code 1