Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dzello/reveal-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Dzielak <jdzielak@gmail.com>2020-02-24 15:00:24 +0300
committerJosh Dzielak <jdzielak@gmail.com>2020-02-24 15:00:24 +0300
commita2e3db38b94fa10bcd2d54d777ce0c58cfa9371a (patch)
tree43c35893e07da48c84ac2a36d717cc0138a12a0c
parent8e9fb9ea9e16e92a39e4730b2c7e3042ac63a9f4 (diff)
Cleanup markdown section in config.toml
-rw-r--r--exampleSite/config.toml6
1 files changed, 1 insertions, 5 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 80bd6b2..90c91ed 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -12,11 +12,7 @@ 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"
+# currently only the unsafe mode for goldmark is supported
[markup.goldmark.renderer]
unsafe = true