Describe the bug
A parsing error occurs when attempting to read the TOML configuration generated by blowfish-tools after set an author name. The error indicates that the key name is defined multiple times.
To Reproduce
Steps to reproduce the behavior:
Generate a configuration using blowfish-tools.
Attempt to parse the generated TOML file.
See the error regarding the duplicate name key.
Expected behavior
The TOML parser should successfully process the configuration without errors.
Screenshots
Desktop:
OS: linux mint 21.3
Hugo & Blowfish versions
Hugo version: v0.135
Blowfish version: latest
Additional context
The name key is defined both under author and params.author, leading to the parsing conflict.
Describe the bug
A parsing error occurs when attempting to read the TOML configuration generated by blowfish-tools after set an author name. The error indicates that the key
name
is defined multiple times.To Reproduce
Steps to reproduce the behavior:
name
key.Expected behavior
The TOML parser should successfully process the configuration without errors.
Screenshots
Desktop:
Hugo & Blowfish versions
Additional context
The
name
key is defined both underauthor
andparams.author
, leading to the parsing conflict.