UNPKG

blogware

Version:

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

9 lines (6 loc) 158 B
#!/usr/bin/env node var path = require('path'); require('blogware-cli')({ cwd: process.cwd(), configPath: path.join(__dirname, '..', 'gulpfile.js') });