change hugo version unsafe

This commit is contained in:
Jim Angel 2020-03-27 18:38:51 -05:00
parent edba6ff1a2
commit fdb2318683
2 changed files with 15 additions and 11 deletions

View File

@ -14,12 +14,6 @@ contentDir = "content/en"
timeout = 3000 timeout = 3000
# Highlighting config.
pygmentsCodeFences = true
pygmentsUseClasses = false
# See https://help.farbox.com/pygments.html
pygmentsStyle = "emacs"
# Enable Git variables like commit, lastmod # Enable Git variables like commit, lastmod
enableGitInfo = true enableGitInfo = true
@ -27,10 +21,20 @@ enableGitInfo = true
# Hindi is disabled because it's currently in development. # Hindi is disabled because it's currently in development.
disableLanguages = ["hi", "no"] disableLanguages = ["hi", "no"]
[blackfriday] [markup]
hrefTargetBlank = true [markup.goldmark]
fractions = false [markup.goldmark.renderer]
smartDashes = false unsafe = true
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "emacs"
tabWidth = 4
[frontmatter] [frontmatter]
date = ["date", ":filename", "publishDate", "lastmod"] date = ["date", ":filename", "publishDate", "lastmod"]

View File

@ -7,7 +7,7 @@ functions = "functions"
command = "make non-production-build" command = "make non-production-build"
[build.environment] [build.environment]
HUGO_VERSION = "0.59.1" HUGO_VERSION = "0.70.0"
[context.production.environment] [context.production.environment]
HUGO_BASEURL = "https://kubernetes.io/" HUGO_BASEURL = "https://kubernetes.io/"