On my last rebuild of my blog I got this warning from hugo:
hugo v0.133.1-47d00202e7e61769ce4d14691e43b27852c9cce4 linux/amd64 BuildDate=2024-08-26T13:58:46Z VendorInfo=gohugoio
WARN deprecated: .Site.Social was deprecated in Hugo v0.124.0 and will be removed in a future release. Use .Site.Params instead.
I’ve seen that .Site.Params is used a lot already in your theme, so I’m not sure how to tackle this, and I thought I’d let you know.
For reference, here’s how I build my blog: https://github.com/panchoh/panchoh.github.io
TL;DR: Content is stored in an org file, which is exported to markdown by Emacs, handled by a GitHub Action.
Thanks again for your theme, it’s aweeeeeeesoooooome! :-)
Hi again!
On my last rebuild of my blog I got this warning from
hugo
:I’ve seen that
.Site.Params
is used a lot already in your theme, so I’m not sure how to tackle this, and I thought I’d let you know.For reference, here’s how I build my blog: https://github.com/panchoh/panchoh.github.io TL;DR: Content is stored in an org file, which is exported to markdown by Emacs, handled by a GitHub Action.
Thanks again for your theme, it’s aweeeeeeesoooooome! :-)