Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
1. add installation
2. add license
  • Loading branch information
D0n9X1n committed May 5, 2016
1 parent e36d804 commit 7de4d2f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Hexo-Blog-Encrypt
===
[![npm version](https://badge.fury.io/js/hexo-blog-encrypt.svg)](https://badge.fury.io/js/hexo-blog-encrypt)

##What is Hexo Blog Encrypt
> Think about this, you write an article, but not want everyone to read. So you will add a passwrod on the blog, others need to answer the password to access the blog.
Expand All @@ -9,6 +10,11 @@ Hexo-Blog-Encrypt
##Live Demo
See [http://mikecoder.github.io/](http://mikecoder.github.io/2016/03/30/helloworld/)

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

##How to use
+ You should add your config in your hexo config file, such as **_config.yml**.
+ Add the following confit to **_config.yml**
Expand Down Expand Up @@ -37,4 +43,7 @@ tags:

##TODO
1. Use template to create the blog page.
2. Complete the password checking.
2.~~Complete the password checking.~~

##License
See [LICENSE](./LICENSE) File.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.4"
"version": "0.0.5"
}

0 comments on commit 7de4d2f

Please sign in to comment.