Skip to content

Commit de78f49

Browse files
authored
Merge pull request #19907 from jimangel/hugo-unsafe-version
change hugo version unsafe
2 parents 6c96bcb + fdb2318 commit de78f49

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

config.toml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,27 @@ contentDir = "content/en"
1414

1515
timeout = 3000
1616

17-
# Highlighting config.
18-
pygmentsCodeFences = true
19-
pygmentsUseClasses = false
20-
# See https://help.farbox.com/pygments.html
21-
pygmentsStyle = "emacs"
22-
2317
# Enable Git variables like commit, lastmod
2418
enableGitInfo = true
2519

2620
# Norwegian ("no") is sometimes but not currently used for testing.
2721
# Hindi is disabled because it's currently in development.
2822
disableLanguages = ["hi", "no"]
2923

30-
[blackfriday]
31-
hrefTargetBlank = true
32-
fractions = false
33-
smartDashes = false
24+
[markup]
25+
[markup.goldmark]
26+
[markup.goldmark.renderer]
27+
unsafe = true
28+
[markup.highlight]
29+
codeFences = true
30+
guessSyntax = false
31+
hl_Lines = ""
32+
lineNoStart = 1
33+
lineNos = false
34+
lineNumbersInTable = true
35+
noClasses = true
36+
style = "emacs"
37+
tabWidth = 4
3438

3539
[frontmatter]
3640
date = ["date", ":filename", "publishDate", "lastmod"]

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ functions = "functions"
77
command = "make non-production-build"
88

99
[build.environment]
10-
HUGO_VERSION = "0.59.1"
10+
HUGO_VERSION = "0.70.0"
1111

1212
[context.production.environment]
1313
HUGO_BASEURL = "https://kubernetes.io/"

0 commit comments

Comments
 (0)