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

github.com/gohugoio/hugoThemesSite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandros <onedrawingperday@users.noreply.github.com>2019-11-30 10:08:22 +0300
committerGitHub <noreply@github.com>2019-11-30 10:08:22 +0300
commit22691c426316c46fa269a644b3087026448e593b (patch)
tree20cc7d8df29347b02723a28122f8627dd821cc79
parent0c477f6293aaab62d67e37059ed291d17366f8de (diff)
Prepare for Hugo 0.60.0 (#71)
This commit will be reverted once https://github.com/gohugoio/hugo/issues/6544 is resolved.
-rw-r--r--config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index d1d9758..323ad04 100644
--- a/config.toml
+++ b/config.toml
@@ -5,6 +5,10 @@ googleAnalytics = "UA-7131036-4"
disableKinds = ["taxonomyTerm"]
+#due to math typesetting issues in goldmark see: https://github.com/gohugoio/hugo/issues/6544
+[markup]
+ defaultMarkdownHandler = "blackfriday"
+
[module]
[module.hugoVersion]
min = "0.56.0"