The author widget is located in the sidebar, in order to introduce yourself briefly.
Site Parameters
config/_default/author.toml
is deprecated, please use params.author
instead.
1// params.toml
2[author]
3name = "Foobar"
4[author.params]
5[author.social]
Name | Type | Default | Description |
---|---|---|---|
author | Object | - | Author profile shown in sidebar. |
author.name | String | - | Name. |
author.avatar | String | images/profile.webp | Avatar. |
author.bio | String | - | Bio. |
author.company | String | - | Company. |
author.location | String | - | Location. |
author.about | String | - | The external about page. The internal about page will be used if not set. |
author.params | Object | - | |
author.params.layout | String | - | Optional values: compact . |
author.social | Object | - | Social Links. |
Comments