UNPKG

blogware

Version:

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

10 lines (6 loc) 115 B
function pass(file) { if (!file) return null; file.base = file.cwd; return file; } module.exports = pass;