planetjekyll / awesome-jekyll

A collection of awesome Jekyll goodies (tools, templates, plugins, guides, etc.)
587 stars 49 forks source link

Add `jtasks` a CLI automation tool to simplify Jekyll routines. #9

Closed pavdmyt closed 8 years ago

pavdmyt commented 8 years ago

Jtasks is a tool I created to simplify and automate a lot of dev routines in Jekyll projects. Currently it supports following tasks:

  build     Build the site.
  clean     Clean the site.
  doctor    Search site and print specific deprecation warnings.
  list      List all posts.
  notify    Notify various services about sitemap update.
  post      Create a new post.
  preview   Launches default browser for previewing generated site.
  serve     Serve the site locally.
geraldb commented 8 years ago

@pavdmyt Thanks for adding Jtasks. Keep it up. Cheers.