Skip to content

Commit 2bef94d

Browse files
committed
use plugin
1 parent 888cdb1 commit 2bef94d

File tree

4 files changed

+8
-85
lines changed

4 files changed

+8
-85
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ issue_migrator :
9494
owner_name : emptyzone
9595
repository_name : emptyzone.github.com
9696
label : blog
97+
issue_count_per_page : 20
9798
clean : true
9899
including_closed : false
99100

app.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ function build(res){
7575
sys.puts('begin buiding');
7676
configureGit(res, function(){
7777
var commands = [
78-
['clean'],
79-
['migrate', 'issue'],
80-
['deploy', '-g'],
81-
['clean']
82-
];
78+
['clean'],
79+
['migrate', 'issue'],
80+
['deploy', '-g'],
81+
['clean']
82+
];
8383
async.eachSeries(commands, function(item, next){
8484
run('hexo', item, res, function(error){
8585
if(error){

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"hexo": "^2.8.2",
1010
"hexo-generator-feed": "^0.2.0",
1111
"hexo-generator-sitemap": "^0.2.0",
12+
"hexo-migrator-issue": "^0.0.2",
1213
"hexo-renderer-ejs": "*",
1314
"hexo-renderer-marked": "*",
14-
"hexo-renderer-stylus": "*",
15-
"octonode": "^0.6.4"
15+
"hexo-renderer-stylus": "*"
1616
}
1717
}

scripts/issue.js

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)