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>2020-01-16 06:50:30 +0300
committerreuixiy <reuixiy@gmail.com>2020-01-16 06:50:30 +0300
commiteaefda4197a839696f37be1c0a92aff34dc8b951 (patch)
treebd493544c253ada58478ebad58db6ed1089b3c20 /config-examples/zh-cn/config.toml
parent0c46faaf33dc1ce4bdd334c9a06e5f978e0b3b52 (diff)
feat: do not indent the first paragraph
Close #36
Diffstat (limited to 'config-examples/zh-cn/config.toml')
-rw-r--r--config-examples/zh-cn/config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config-examples/zh-cn/config.toml b/config-examples/zh-cn/config.toml
index eea8e40..2d2712d 100644
--- a/config-examples/zh-cn/config.toml
+++ b/config-examples/zh-cn/config.toml
@@ -883,6 +883,11 @@ uglyURLs = false
# 是否开启
enableParagraphIndent = true
+ # 是否缩进第一段(全局设置)
+ indentFirstParagraph = false
+ # 说明:文章的 Front Matter 中的 `indentFirstParagraph`
+ # 的优先级高于此处
+
# 分段样式(全局设置)
paragraphStyle = "margin"
# 说明:段间距式(margin)或段首缩排(indent)