mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-05-18 21:03:29 +02:00
Add warning about Hugo 0.60 and show how to set markdown parser
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user