Merge pull request #19907 from jimangel/hugo-unsafe-version
change hugo version unsafepull/20245/head
commit
de78f4984c
24
config.toml
24
config.toml
|
@ -14,12 +14,6 @@ contentDir = "content/en"
|
|||
|
||||
timeout = 3000
|
||||
|
||||
# Highlighting config.
|
||||
pygmentsCodeFences = true
|
||||
pygmentsUseClasses = false
|
||||
# See https://help.farbox.com/pygments.html
|
||||
pygmentsStyle = "emacs"
|
||||
|
||||
# Enable Git variables like commit, lastmod
|
||||
enableGitInfo = true
|
||||
|
||||
|
@ -27,10 +21,20 @@ enableGitInfo = true
|
|||
# Hindi is disabled because it's currently in development.
|
||||
disableLanguages = ["hi", "no"]
|
||||
|
||||
[blackfriday]
|
||||
hrefTargetBlank = true
|
||||
fractions = false
|
||||
smartDashes = false
|
||||
[markup]
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
[markup.highlight]
|
||||
codeFences = true
|
||||
guessSyntax = false
|
||||
hl_Lines = ""
|
||||
lineNoStart = 1
|
||||
lineNos = false
|
||||
lineNumbersInTable = true
|
||||
noClasses = true
|
||||
style = "emacs"
|
||||
tabWidth = 4
|
||||
|
||||
[frontmatter]
|
||||
date = ["date", ":filename", "publishDate", "lastmod"]
|
||||
|
|
|
@ -7,7 +7,7 @@ functions = "functions"
|
|||
command = "make non-production-build"
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.59.1"
|
||||
HUGO_VERSION = "0.70.0"
|
||||
|
||||
[context.production.environment]
|
||||
HUGO_BASEURL = "https://kubernetes.io/"
|
||||
|
|
Loading…
Reference in New Issue