Files
kind/site/config.toml
2025-08-27 10:43:38 -07:00

77 lines
1.4 KiB
TOML

title = "kind"
baseURL = "https://kind.sigs.k8s.io"
languageCode = "en-us"
# we use this to disable indexing for the non-production build
enableRobotsTXT = true
# this allows us to show the source commit in the footer
enableGitInfo = true
# we don't use these currently
disableKinds = ["taxonomy", "taxonomyTerm"]
# syntax highlighting options
[markup]
[markup.highlight]
codeFences = true
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "vs"
tabWidth = 4
# allow html in markdown
[markup.goldmark.renderer]
unsafe = true
# enable hugo's menu system for the site, name the primary menu
sectionPagesMenu = "main"
# menu entries
[menu]
[[menu.main]]
identifier = "ome"
name = "Home"
title = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "user"
name = "User Guide"
title = "User Guide"
weight = 2
[[menu.main]]
identifier = "design"
name = "Design"
title = "Design"
url = "/docs/design/"
weight = 5
[[menu.main]]
identifier = "contributing"
name = "Contributing"
title = "contributing"
url = "/docs/contributing/"
weight = 6
# enable auto-generated _redirects file
[mediaTypes."text/netlify"]
delimiter = ""
[outputFormats.REDIRECTS]
mediaType = "text/netlify"
baseName = "_redirects"
[outputs]
home = ["HTML", "REDIRECTS"]
[params]
stable = "v0.30.0"
# privacy settings
[privacy]
[privacy.youtube]
# enable the cookie-less youtube in built-in hugo shortcode
privacyEnhanced = true