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

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangzl <hehe@haha>2020-08-27 06:35:15 +0300
committerwangzl <hehe@haha>2020-08-27 06:35:48 +0300
commita618bca371515f70e7b47bfc5c1d755c1f949f93 (patch)
treebd3918f467721cf1731d5011d2ca571669467bad /exampleSite
parent88bc8ad05dbf978eaae1ab6359a81acae4bfd034 (diff)
#305 使用 hugo v0.60 后的版本,shortcodes 的 bug fix
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/full-config.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/exampleSite/full-config.toml b/exampleSite/full-config.toml
index 5ccc04e..24afed4 100644
--- a/exampleSite/full-config.toml
+++ b/exampleSite/full-config.toml
@@ -230,3 +230,11 @@ defaultContentLanguage = "en" # Default language to use
# [languages.zh-cn]
# title = "Jane —— 一个简洁的 Hugo 主题"
# weight = 2
+
+
+# more information https://gohugo.io/getting-started/configuration-markup/#goldmark
+[markup]
+ defaultMarkdownHandler = "goldmark" # blackfriday or goldmark
+ [markup.goldmark]
+ [markup.goldmark.renderer]
+ unsafe = true