A simple tools for helping you build a static blog.
npm install jur``
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
``