Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gyk001 authored Feb 15, 2017
1 parent e41585e commit 808dfb2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ npm install hexo-qiniu-sync --save
添加插件配置信息到 ``_config.yml`` 文件中:

```
plugins:
- hexo-qiniu-sync
#七牛云存储设置
##offline 是否离线. 离线状态将使用本地地址渲染
##sync 是否同步
Expand Down Expand Up @@ -72,7 +69,11 @@ qiniu:
css:
folder: css
```

注意,不要在plugins下面添加hexo-qiniu-sync的配置项,否则会导致错误,详见 #41
```
plugins:
- hexo-qiniu-sync
```
**这里对配置中的几个需要注意的参数进行说明:**

* `offline` 参数:
Expand Down

0 comments on commit 808dfb2

Please sign in to comment.