Files
hugo_it-services/config/_default/hugo.toml
T
Trez.One 5d32710ff4
Deploy Hugo Site / hugo-translations (push) Failing after 10s
Deploy Hugo Site / Check and Create PR (push) Successful in 17s
Whole refactor to accommodate Hugo >=0.146.0.
2025-07-25 10:50:48 -04:00

58 lines
1.1 KiB
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://your_domain.com/"
baseURL = "https://it-services.trez.wtf/"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = true
enableRobotsTXT = true
pagerSize = 10
summaryLength = 0
sectionPagesMenu = 'main'
[languages]
[languages.en]
languageName = "English"
weight = 1
contentDir = "content/en"
[languages.ko]
languageName = "한국어"
weight = 2
contentDir = "content/ko"
[languages.zh-Hans]
languageName = "中文"
weight = 3
contentDir = "content/zh-Hans"
[languages.es]
languageName = "Español"
weight = 4
contentDir = "content/es"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark.renderer]
unsafe = true
[outputs]
home = ["HTML", "RSS", "JSON"]
[pagination]
pagerSize = 10
[privacy]
[privacy.vimeo]
enableDNT = true
[privacy.x]
enableDNT = true
[privacy.youTube]
privacyEnhanced = true
[services]
[services.x]
disableInlineCSS = true