2025-2-26-fixed
This commit is contained in:
16
themes/fluid/scripts/events/index.js
Normal file
16
themes/fluid/scripts/events/index.js
Normal file
@@ -0,0 +1,16 @@
|
||||
/* global hexo */
|
||||
|
||||
'use strict';
|
||||
|
||||
hexo.on('generateBefore', () => {
|
||||
require('./lib/merge-configs')(hexo);
|
||||
require('./lib/compatible-configs')(hexo);
|
||||
require('./lib/injects')(hexo);
|
||||
require('./lib/highlight')(hexo);
|
||||
require('./lib/lazyload')(hexo);
|
||||
require('./lib/footnote')(hexo);
|
||||
});
|
||||
|
||||
hexo.on('generateAfter', () => {
|
||||
require('./lib/hello')(hexo);
|
||||
});
|
||||
Reference in New Issue
Block a user