lotusdocs icon indicating copy to clipboard operation
lotusdocs copied to clipboard

Deprecated code

Open elizabethyalkut opened this issue 6 months ago • 1 comments

Past Issues Searched

  • [X] I have searched open and closed issues to make sure that the bug has not yet been reported

Issue is a Bug Report

  • [X] This is a bug report and not a feature request, nor asking for support

Describe the bug

Watching for changes in /Users/elizabethyalkut/Sites/newframeworks/{archetypes,assets,content,data,layouts}
Watching for config changes in /Users/elizabethyalkut/Sites/newframeworks/hugo.toml, /Users/elizabethyalkut/Sites/newframeworks/go.mod
Start building sites …
hugo v0.132.1+extended darwin/arm64 BuildDate=2024-08-13T10:10:10Z VendorInfo=brew

WARN  calling IsSet with unsupported type "invalid" (<nil>) will always return false.
WARN  deprecated: .Site.Social was deprecated in Hugo v0.124.0 and will be removed in a future release. Use .Site.Params instead.
ERROR deprecated: .Site.IsServer was deprecated in Hugo v0.120.0 and will be removed in Hugo 0.133.0. Use hugo.IsServer instead.
WARN  deprecated: .Site.IsMultiLingual was deprecated in Hugo v0.124.0 and will be removed in a future release. Use hugo.IsMultilingual instead.
Built in 549 ms
Error: error building site: logged 1 error(s)

Expected behavior

I expect the site to build correctly. Since I use lotusodcs as a hugo module, I can't just edit the theme in my repo.

Screenshots

No response

Environment

- OS: OSX
- Browser: Firefox
- Browser Version: 129.0.2
- hugo: hugo v0.132.1+extended darwin/arm64 BuildDate=2024-08-13T10:10:10Z VendorInfo=brew

elizabethyalkut avatar Aug 27 '24 13:08 elizabethyalkut