Skip to content

jade-press/jadepress-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jadepress-static

Build Status

jade-press plugin which create static content of post and category.

use

//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

About

make all public pages static

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published