I want to make specific param in the config.toml file or in the config/params.toml
I want it like that
[author]
name: MyName
Avatar: image src
Bio: My descriptions
and then how can I access it in the template?
I am not able to access it like .Params.author.name or .Site.Params.author.name
Please tell me how Can I access it!