jade-press plugin which create static content of post and category.
//in jade-press config.js
exports.setting = {
//...
plugins: {
'jadepress-static': 'latest'
}
/*//optional setting
pluginStaticPath: 'path/to/store/static/html'
//default is process.cwd() + '_static'
*/
//...
}
then install
gulp install
# or just npm install jadepress-static