From af900964055860ef29f4ad6140d6b3be66e60c7f Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Sun, 10 Jan 2021 21:26:31 +0800 Subject: release: v2.5.0 --- README_CN.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'README_CN.md') diff --git a/README_CN.md b/README_CN.md index abf4b0b..9b14fcc 100644 --- a/README_CN.md +++ b/README_CN.md @@ -93,21 +93,14 @@ showComments = false # 对这篇文章关闭评论 ### 🎵 文章音乐 -支持给文章单独添加 APlayer,在 front matter 里加上这些: +In-post APlayer supported, you use the `aplayer` shortcode: -```toml -[[player]] - playerName = "..." # 标题 - playerArtist = "..." # 作者 - playerURL = "..." # URL - playerCover = "..." # 封面 -[[player]] - playerName = "..." - playerArtist = "..." - playerURL = "..." - playerCover = "..." +```txt +{{< aplayer urls="/aplayer/fluid.mp3" names="Fluid" artists="Crowander" covers="/aplayer/crowander.jpg" >}} ``` +Checkout the `exampleSite/content/post/aplayer-test.md` for more example usage such as using multiple files. + ### 📐 LaTeX 渲染 You can write LaTeX directly in markdown with escape characters: -- cgit v1.2.3