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

github.com/reuixiy/hugo-theme-meme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreuixiy <reuixiy@gmail.com>2019-11-29 18:24:41 +0300
committerreuixiy <reuixiy@gmail.com>2019-11-29 18:24:41 +0300
commit8ef362b83088dfcf235c546d8cbe6ddbf3ecf798 (patch)
tree56ed55daa58d314195bff5e328e9de71e2ff2c24 /config-examples/zh-cn
parent2ad9d594674bcffaa656182d13b8a829722c5f64 (diff)
docs: workaround for v0.60.0 #26
Diffstat (limited to 'config-examples/zh-cn')
-rw-r--r--config-examples/zh-cn/config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config-examples/zh-cn/config.toml b/config-examples/zh-cn/config.toml
index 2ccbfa1..f577129 100644
--- a/config-examples/zh-cn/config.toml
+++ b/config-examples/zh-cn/config.toml
@@ -64,6 +64,10 @@ uglyURLs = false
[frontmatter]
lastmod = ["lastmod", ":git", ":fileModTime", ":default"]
+# v0.60.0
+[markup]
+ defaultMarkdownHandler = "blackfriday"
+
# Markdown 渲染器
[blackfriday]
# 是否开启智能标点符号替换