8000 update hexo to 3.1.1 · poorprogrammer/vuejs.org@46e10a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 46e10a5

Browse files
committed
update hexo to 3.1.1
1 parent c6dbad6 commit 46e10a5

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
all: update
2-
rm -f db.json
32
hexo generate
43
cp -R ../vue/test/unit public
54
cp -R ./todomvc public/examples

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# vuejs.org
22

3-
This site is built with [hexo](http://zespia.tw/hexo/). Site content is written in Markdown format located in `source`. Pull requests welcome!
3+
This site is built with [hexo](http://hexo.io/). Site content is written in Markdown format located in `source`. Pull requests welcome!
44

55
## Developing
66

7-
Make sure you are using **hexo 3.0**. Start a dev server at `localhost:4000`:
7+
Start a dev server at `localhost:4000`:
88

99
```
1010
$ npm install -g hexo-cli

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "0.11.5",
44
"private": true,
55
"hexo": {
6-
"version": "3.0.0-rc.4"
6+
"version": "3.1.1"
77
},
88
"dependencies": {
9-
"hexo": "3.0.0-rc.4",
9+
"hexo": "3.1.1",
1010
"hexo-deployer-git": "0.0.3",
1111
"hexo-generator-archive": "^0.1.0",
1212
"hexo-generator-category": "^0.1.0",

0 commit comments

Comments
 (0)
0