karsttech.com/config/_default/hugo.toml

34 lines
620 B
TOML
Raw Normal View History

# -- 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://karsttech.com/"
defaultContentLanguage = "en"
theme = "congo"
enableRobotsTXT = true
summaryLength = 0
[pagination]
pagerSize = 10
[outputs]
home = ["HTML", "RSS", "JSON"]
[privacy]
[privacy.vimeo]
enableDNT = true
[privacy.x]
enableDNT = true
[privacy.youTube]
privacyEnhanced = true
[services]
[services.x]
disableInlineCSS = true
[taxonomies]
category = 'categories'
series = 'series'
tag = 'tags'