Merge pull request #19907 from jimangel/hugo-unsafe-version

change hugo version unsafe
pull/20245/head
Kubernetes Prow Robot 2020-05-11 14:48:20 -07:00 committed by GitHub
commit de78f4984c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 11 deletions

View File

@ -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"]

View File

@ -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/"