tdelmas / website

Let's Encrypt Website and Documentation
https://letsencrypt.org
Mozilla Public License 2.0
2 stars 3 forks source link

Update to Hugo 58.3 #14

Closed tdelmas closed 4 years ago

tdelmas commented 4 years ago

The diff between 55.6 and 58.3 is almost empty:

(for each language)

tdelmas commented 4 years ago

58.3..59.1

59.1..60.0

Require in config.toml:

[markup]
defaultMarkdownHandler = "blackFriday"
[markup.highlight]
# There is an escaping bug with blackFriday and highlight. See https://discourse.gohugo.io/t/missing-escaping-in-code-blocks/22465
codeFences = false

60.0..60.1

From blackFriday to goldmark require in config.toml:

[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true

Lot's of whitespace diff, change of encoding without inpact. Useless p removed around scripts utf8 removed from html id, and simple quotes removed (instead of replaced by "-") Bug with "you can use [one of the clients that supports TLS-ALPN-01 challenges]", "[localhost noch nicht die gleiche Behandlung] ", "[Cross-OriginResource-Freigabe]"