UNPKG

blogware

Version:

A static site generator for hosting full-featured Ghost blog on GitHub Pages.

16 lines (10 loc) 225 B
var plugin = require('../plugin'); function pass(file) { if (!file) return null; var engine = plugin.lookup(file.extname); if (engine) { file.meta('engine', engine); } return file; } module.exports = pass;