mirror of https://github.com/istio/istio.io.git
71 lines
1.7 KiB
TOML
71 lines
1.7 KiB
TOML
defaultContentLanguage = "en"
|
|
languageCode = "en-us"
|
|
metaDataFormat = "yaml"
|
|
title = "Istio"
|
|
uglyURLs = false
|
|
enableRobotsTXT = true
|
|
pluralizeListTitles = false
|
|
canonifyURLs = true
|
|
disableKinds = ["taxonomy", "taxonomyTerm"]
|
|
anchor = "smart"
|
|
enableGitInfo = true
|
|
enableEmoji = false
|
|
buildFuture = true
|
|
ignoreFiles = [ "OWNERS" ]
|
|
staticDir = ["static", "generated"]
|
|
|
|
# we use Netlify server-side redirects instead of generated aliases
|
|
disableAliases = true
|
|
|
|
# MARKDOWN
|
|
## Configuration for BlackFriday markdown parser: https://github.com/russross/blackfriday
|
|
[blackfriday]
|
|
plainIDAnchors = true
|
|
# See https://github.com/gohugoio/hugo/issues/2424
|
|
hrefTargetBlank = false
|
|
angledQuotes = false
|
|
latexDashes = true
|
|
extensions = [""]
|
|
|
|
[outputs]
|
|
home = ["HTML", "RSS", "REDIR"]
|
|
section = ["HTML"]
|
|
|
|
[mediaTypes]
|
|
[mediaTypes."text/netlify"]
|
|
delimiter = ""
|
|
|
|
[outputFormats]
|
|
[outputFormats.RSS]
|
|
baseName = "feed"
|
|
[outputFormats.REDIR]
|
|
mediatype = "text/netlify"
|
|
baseName = "_redirects"
|
|
isPlainText = true
|
|
notAlternative = true
|
|
|
|
[related]
|
|
# Only include matches with rank >= threshold. This is a normalized rank between 0 and 100.
|
|
threshold = 80
|
|
|
|
# To get stable "See also" sections we, by default, exclude newer related pages.
|
|
includeNewer = true
|
|
|
|
# Will lower case keywords in both queries and in the indexes.
|
|
toLower = false
|
|
|
|
[[related.indices]]
|
|
name = "keywords"
|
|
weight = 150
|
|
|
|
[[related.indices]]
|
|
name = "tags"
|
|
weight = 100
|
|
|
|
# internationalization
|
|
[languages]
|
|
[languages.zh]
|
|
contentDir = "content/zh"
|
|
[languages.en]
|
|
contentDir = "content/en"
|