Add warning about Hugo 0.60 and show how to set markdown parser

This commit is contained in:
Josh Dzielak
2019-12-15 07:49:58 -08:00
parent 1eb09a1739
commit 28de1d9d7f
2 changed files with 15 additions and 0 deletions
+6
View File
@@ -12,6 +12,12 @@ themesDir = "../"
[author]
name = "Josh Dzielak"
# as of hugo 0.60 goldmark is the default
# reveal-hugo doesn't support goldmark yet
# so force to black friday
[markup]
defaultMarkdownHandler = "blackfriday"
[outputFormats.Reveal]
baseName = "index"
mediaType = "text/html"