A simple tools for helping you build a static blog
- NodeJS: 7.8.0
- OS: MacOS Sierra
jur init [ -d BlogDir | --dir BlogDir ]
=> initialize a new blog with specified floder
jur add [ [-n | --name] articleName ] [ [-c | --category] categoryName ]
=> add a new ariticle with specified name and category
jur preview
=> preview your blog in locally host
jur generate
=> generate static site
- A Initialize a blog floder
- A Add article with specified name or category
- A Generate static site by compiling pug/markdown/sass
- A Preview static site locally