Mainroad icon indicating copy to clipboard operation
Mainroad copied to clipboard

Authorbox relies on [Author] configuration, but it's being deprecated.

Open EliRibble opened this issue 11 months ago • 0 comments

The code in the authorbox assumes that "Author" data comes from the hugo.toml configuration. When I add that configuration to Hugo I get the following warning:

WARN  The author key in site configuration is deprecated. Use params.author.name instead.                                                                                                                                                   

Furthermore, it'd be nice to support multiple authors.

I'll submit a PR to that effect.

EliRibble avatar Nov 08 '24 01:11 EliRibble