27 lines
510 B
TOML
27 lines
510 B
TOML
# -- Site Configuration --
|
|
# Refer to the theme docs for more details about each of these parameters.
|
|
# https://jpanther.github.io/congo/docs/getting-started/
|
|
|
|
theme = "congo"
|
|
defaultContentLanguage = "en"
|
|
|
|
enableRobotsTXT = true
|
|
summaryLength = 0
|
|
|
|
[pagination]
|
|
pagerSize = 15
|
|
|
|
[outputs]
|
|
home = ["HTML", "RSS", "JSON"]
|
|
|
|
[privacy]
|
|
[privacy.vimeo]
|
|
enableDNT = true
|
|
[privacy.x]
|
|
enableDNT = true
|
|
[privacy.youTube]
|
|
privacyEnhanced = true
|
|
|
|
[services]
|
|
[services.x]
|
|
disableInlineCSS = true
|