40 lines
1013 B
TOML
40 lines
1013 B
TOML
mainSections = ["post"]
|
|
rssFullContent = true
|
|
favicon = "img/avatar.png"
|
|
|
|
[footer]
|
|
since = 2020
|
|
|
|
[sidebar]
|
|
emoji = "✏️"
|
|
subtitle = "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
|
|
avatar = "img/avatar.png"
|
|
|
|
[article]
|
|
[article.license]
|
|
enabled = true
|
|
default = "Licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)"
|
|
|
|
[widgets]
|
|
homepage = [
|
|
{ type = "search" },
|
|
{ type = "archives", params = { limit = 5 } },
|
|
{ type = "categories", params = { limit = 10 } },
|
|
{ type = "tag-cloud", params = { limit = 10 } },
|
|
]
|
|
page = [{ type = "toc" }]
|
|
|
|
[comments]
|
|
# See complete configuration in config/_default/params.toml
|
|
enabled = true
|
|
provider = "disqus"
|
|
|
|
# GDPR Cookie Consent Configuration
|
|
# When enabled, analytics and functional cookies require user consent
|
|
[cookies]
|
|
enabled = false
|
|
|
|
[cookies.categories]
|
|
analytics = true
|
|
functional = true
|