3mdeb / 3mdeb-website

3mdeb.com website source code driven by Hugo
Apache License 2.0
2 stars 1 forks source link

Deprecation warnings during website build #163

Open artur-rs opened 2 months ago

artur-rs commented 2 months ago
(events-2024-08-29)[artur-rs ~/3mdeb/3mdeb-website]$ hugo serve
Watching for changes in /home/araglis/3mdeb/3mdeb-website/{archetypes,assets,content,package.json,postcss.config.js,static,themes}
Watching for config changes in /home/araglis/3mdeb/3mdeb-website/config.toml, /home/araglis/3mdeb/3mdeb-website/config/_default, /home/araglis/3mdeb/3mdeb-website/go.mod
Start building sites … 
hugo v0.131.0-bfbee17932ff24009008aa94cdd75c0c41f59279+extended linux/amd64 BuildDate=2024-08-02T09:03:48Z VendorInfo=snap:0.131.0

WARN  deprecated: .Site.Social was deprecated in Hugo v0.124.0 and will be removed in a future release. Use .Site.Params instead.
WARN  deprecated: .Site.Authors was deprecated in Hugo v0.124.0 and will be removed in a future release. Use taxonomies instead.
Stanislaw-bnk commented 4 weeks ago

@artur-rs Is this issue still ongoing? Any tips on how I might resolve it?

artur-rs commented 4 weeks ago

@Stanislaw-bnk log precisely shows what component should be used instead (.Site.Params and taxonomies). My take would be: