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 /README.zh-cn.md
parent0c46faaf33dc1ce4bdd334c9a06e5f978e0b3b52 (diff)
feat: do not indent the first paragraph
Close #36
Diffstat (limited to 'README.zh-cn.md')
-rw-r--r--README.zh-cn.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.zh-cn.md b/README.zh-cn.md
index 1deaefd..56796c9 100644
--- a/README.zh-cn.md
+++ b/README.zh-cn.md
@@ -101,6 +101,7 @@ dropCap | drop cap? | boolean, override `enableDropCap` in `config.toml`, theme
dropCapAfterHr | drop cap after every horizontal rule tag? | boolean, override `enableDropCapAfterHr` in `config.toml`, theme only
deleteHrBeforeDropCap | delete horizontal rule tag before drop cap? | boolean, override `deleteHrBeforeDropCap` in `config.toml`, theme only
indent | indent instead of margin? | boolean, override `paragraphStyle` in `config.toml`, theme only
+indentFirstParagraph | indent the first paragraph? | boolean, override `indentFirstParagraph` in `config.toml`, theme only
align | normal, justify, center | srting, if euqal to "normal", will override `enableJustify` in `config.toml`, theme only
original | original? You can add the following 8 terms if you set `false`. The `author` is required, other optional | boolean, override `original` in `config.toml`, theme only
author | author of original post | string, theme only