0.9.1 • Published 9 years ago

firekyll v0.9.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

firekyll

Use tool for quick Jekyll.

Commands

new

To create a new project gives you 2 options.

  • Create simple with gem jekyll.
  • Create simple with gem jekyll and (gulp + browserSync + express + sass).

$ fk new [name]

newpost

You create a new post with the format required for Jekyll , in the folder _posts.

$ fk newpost [name]

list

Will list all created posts indicating the weight and the name.

$ fk list [name]

server

Create a server using the Jekyll gem.

$ fk server [name]

build

Copilar the project with the Jekyll gem.

$ fk build [name]