UNPKG

ultimate-jekyll-manager

Version:
9 lines (7 loc) 214 B
// Libraries const Manager = new (require('ultimate-jekyll-manager/build')); const logger = Manager.logger('build:post'); // Hook module.exports = async (index) => { logger.log('Running with index =', index); }