18 lines
427 B
TOML
18 lines
427 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/
|
|
|
|
baseURL = "https://it-services.trez.wtf/"
|
|
defaultContentLanguage = "en"
|
|
enableRobotsTXT = true
|
|
pagerSize = 10
|
|
summaryLength = 0
|
|
|
|
[outputs]
|
|
home = ["HTML", "RSS", "JSON"]
|
|
|
|
[markup]
|
|
defaultMarkdownHandler = "goldmark"
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|