Skip to content

Commit

Permalink
Add hexo Require for hexo3
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrieanKhisbe committed Dec 21, 2015
1 parent a4ffd26 commit db8fcc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
@@ -1,5 +1,7 @@
var path = require('path');
var ejs = require('ejs');
var Hexo = require('hexo');
var hexo = new Hexo(process.cwd(), {});
var fs = require('hexo-fs');

var layout = 'layout.ejs';
Expand Down

0 comments on commit db8fcc0

Please sign in to comment.