fbtech/config/_default/hugo.toml

29 lines
549 B
TOML
Raw Normal View History

2026-06-23 22:12:36 +00:00
# -- Site Configuration --
# Refer to the theme docs for more details about each of these parameters.
# https://jpanther.github.io/congo/docs/getting-started/
# baseURL = "https://your_domain.com/"
2026-06-25 18:09:55 +00:00
# theme = "re-terminal"
2026-06-23 22:12:36 +00:00
defaultContentLanguage = "en"
enableRobotsTXT = true
summaryLength = 0
[pagination]
pagerSize = 10
[outputs]
2026-06-25 18:09:55 +00:00
home = ["HTML", "RSS"]
2026-06-23 22:12:36 +00:00
[privacy]
[privacy.vimeo]
enableDNT = true
[privacy.x]
enableDNT = true
[privacy.youTube]
privacyEnhanced = true
[services]
[services.x]
disableInlineCSS = true