Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazeyu committed Mar 30, 2018
1 parent e64a3f5 commit a0a1828
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ An Example:
live2d:
enable: true
scriptFrom: local
onSiteRootPath: live2dw/
pluginRootPath: live2dw/
pluginJsPath: lib/
pluginModelPath: assets/
model:
Expand All @@ -85,7 +85,7 @@ You can merge these two into your `_config.yml` file.
live2d:
enable: true
# enable: false
onSiteRootPath: live2dw/ # Root path of plugin to be on the site (Relative)
pluginRootPath: live2dw/ # Root path of plugin to be on the site (Relative)
pluginJsPath: lib/ # JavaScript path related to plugin's root (Relative)
pluginModelPath: assets/ # Relative model path related to plugin's root (Relative)
scriptFrom: local # Default
Expand Down
4 changes: 2 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ npm install --save hexo-helper-live2d
live2d:
enable: true
scriptFrom: local
onSiteRootPath: live2dw/
pluginRootPath: live2dw/
pluginJsPath: lib/
pluginModelPath: assets/
model:
Expand All @@ -84,7 +84,7 @@ live2d:
enable: true
# enable: false
scriptFrom: local # 默认
onSiteRootPath: live2dw/ # 插件在站点上的根目录(相对路径)
pluginRootPath: live2dw/ # 插件在站点上的根目录(相对路径)
pluginJsPath: lib/ # 脚本文件相对与插件根目录路径
pluginModelPath: assets/ # 模型文件相对与插件根目录路径
# scriptFrom: jsdelivr # jsdelivr CDN
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a0a1828

Please sign in to comment.