UNPKG

blogware

Version:

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

10 lines (6 loc) 116 B
function pass(file) { if (!file) return null; file.meta('mark', []); return file; } module.exports = pass;