0.0.1 • Published 7 years ago

jur v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Jur

A simple tools for helping you build a static blog

Env

  • NodeJS: 7.8.0
  • OS: MacOS Sierra

Useage

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

Change Log

v0.0.1

  1. A Initialize a blog floder
  2. A Add article with specified name or category
  3. A Generate static site by compiling pug/markdown/sass
  4. A Preview static site locally