Skip to content

Commit

Permalink
Merge branch 'master' of github.com:MikeCoder/hexo-blog-encrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
D0n9X1n committed Oct 11, 2018
2 parents 6ba4749 + 15fe20c commit f3a6bf0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
See [https://mhexo.github.io/example-site/2016/10/26/HexoBlogEncrpyt/](https://mhexo.github.io/example-site/2016/10/26/HexoBlogEncrpyt/), **all passwords are *mikemessi***.

# Install
+ Add '"hexo-blog-encrypt": "2.0.\*"' to your hexo *package.json*.
+ Then use *npm install*.
+ This plugin will install automatic.
+ `npm install --save hexo-blog-encrypt`

+ or `yarn add hexo-blog-encrypt` (require [Yarn](https://yarnpkg.com/en/))

# Quick Start
+ First you should enable the plugin in your `_config.yml` like below:
Expand Down
6 changes: 3 additions & 3 deletions ReadMe.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ hexo-blog-encrypt
所有的密码都是 "mikemessi"

# 安装
+ 在 hexo 根目录的 *package.json* 中添加 '"hexo-blog-encrypt": "1.1.\*"' 依赖。
+ 然后执行 *npm install* 命令。
+ 该插件会自动安装
+ `npm install --save hexo-blog-encrypt`

+ 或者 `yarn add hexo-blog-encrypt` (需要安装 [Yarn](https://yarnpkg.com/en/))


# 快速开始
Expand Down

0 comments on commit f3a6bf0

Please sign in to comment.