chore(scripts): move hexo generator directory

This commit is contained in:
ppoffice 2020-03-09 02:43:19 -04:00
parent 179da121cc
commit 05373b9099
3 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ const logger = require('hexo-log')();
module.exports = hexo => {
logger.info('=== Registering Hexo extensions ===');
require('hexo-component-inferno/lib/hexo/filter/locals')(hexo);
require('./generator/category')(hexo);
require('./generator/insight')(hexo);
require('./hexo/generator/category')(hexo);
require('./hexo/generator/insight')(hexo);
require('hexo-component-inferno/lib/hexo/generator/categories')(hexo);
require('hexo-component-inferno/lib/hexo/generator/tags')(hexo);
require('hexo-component-inferno/lib/hexo/helper/cdn')(hexo);