24 lines
314 B
TOML
24 lines
314 B
TOML
## Widgets
|
|
[[widgets.homepage]]
|
|
type = "search"
|
|
|
|
[[widgets.homepage]]
|
|
type = "archives"
|
|
|
|
[widgets.homepage.params]
|
|
limit = 5
|
|
|
|
[[widgets.homepage]]
|
|
type = "categories"
|
|
|
|
[widgets.homepage.params]
|
|
limit = 10
|
|
|
|
[[widgets.homepage]]
|
|
type = "tag-cloud"
|
|
|
|
[widgets.homepage.params]
|
|
limit = 10
|
|
|
|
[[widgets.page]]
|
|
type = "toc" |