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

github.com/varkai/hugo-theme-zozo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README-zh.md')
-rw-r--r--README-zh.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README-zh.md b/README-zh.md
index fbdfa9d..ed05046 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -44,6 +44,14 @@ $ git clone https://github.com/imzeuk/hugo-theme-zozo themes/zozo
关于页面就是这么实现的。
+## Shortcodes
+
+主题提供了 `img` shortcode.
+
+```markdown
+{{< img src="path/to/xxx.png" title="xxx" >}}
+```
+
## Math 公式
本主题支持 MathJax 数学公式,默认为关闭状态,如需使用,需要在 [`config.toml`](./exampleSite/config.toml) 中进行设置。