Files
hugo_it-services/config/_default/config.toml
T
Trez.One 0249a4f89b
Deploy Hugo Site / Check and Create PR (push) Successful in 36s
Deploy Hugo Site / Hugo Sanity Check (push) Successful in 29s
Deploy Hugo Site / PR Merge (push) Successful in 38s
Deploy Hugo Site / Build and Deploy to Server (push) Successful in 52s
Restructuring folder structure due to changes in Hugo 0.146.0.
2025-07-22 20:14:18 -04:00

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